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

/frameworks/base/tools/aidl/
H A DType.cpp42 VOID_TYPE = new BasicType("void",
50 BYTE_TYPE = new BasicType("byte",
58 INT_TYPE = new BasicType("int",
63 LONG_TYPE = new BasicType("long",
68 FLOAT_TYPE = new BasicType("float",
73 DOUBLE_TYPE = new BasicType("double",
323 BasicType::BasicType(const string& name, const string& marshallParcel, function in class:BasicType
343 BasicType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
349 BasicType
[all...]
H A DType.h88 class BasicType : public Type class in inherits:Type
91 BasicType(const string& name,

Completed in 32 milliseconds