Searched refs:BasicType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DType.cpp44 VOID_TYPE = new BasicType("void",
52 BYTE_TYPE = new BasicType("byte",
60 INT_TYPE = new BasicType("int",
65 LONG_TYPE = new BasicType("long",
70 FLOAT_TYPE = new BasicType("float",
75 DOUBLE_TYPE = new BasicType("double",
325 BasicType::BasicType(const string& name, const string& marshallParcel, function in class:BasicType
345 BasicType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
351 BasicType
[all...]
H A DType.h88 class BasicType : public Type class in inherits:Type
91 BasicType(const string& name,

Completed in 57 milliseconds