Searched refs:BasicType (Results 1 – 2 of 2) sorted by relevance
/system/tools/aidl/ |
D | type_java.cpp | 66 BasicType::BasicType(const JavaTypeNamespace* types, const string& name, in BasicType() function in android::aidl::java::BasicType 249 Add(std::make_unique<BasicType>(this, "void", "XXX", "XXX", "XXX", "XXX", "XXX")); in Init() 253 Add(std::make_unique<BasicType>(this, "byte", "writeByte", "readByte", "writeByteArray", in Init() 259 std::make_unique<BasicType>(this, "int", "writeInt", "readInt", "writeIntArray", in Init() 262 Add(std::make_unique<BasicType>(this, "long", "writeLong", "readLong", "writeLongArray", in Init() 265 Add(std::make_unique<BasicType>(this, "float", "writeFloat", "readFloat", "writeFloatArray", in Init() 268 Add(std::make_unique<BasicType>(this, "double", "writeDouble", "readDouble", "writeDoubleArray", in Init()
|
D | type_java.h | 86 class BasicType : public Type { 88 BasicType(const JavaTypeNamespace* types, const std::string& name,
|