Home
last modified time | relevance | path

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

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