Searched refs:KIND_BUILT_IN (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/ |
D | type_java.cpp | 70 : Type(types, name, ValidatableType::KIND_BUILT_IN, true), in BasicType() 80 : Type(types, name, ValidatableType::KIND_BUILT_IN, true), in BasicArrayType() 88 : Type(types, "java.io", "FileDescriptor", ValidatableType::KIND_BUILT_IN, true) { in FileDescriptorType() 93 : Type(types, "java.io", "FileDescriptor", ValidatableType::KIND_BUILT_IN, true) {} in FileDescriptorArrayType() 98 : Type(types, "android.os", "ParcelFileDescriptor", ValidatableType::KIND_BUILT_IN, true) { in ParcelFileDescriptorType() 103 : Type(types, "android.os", "ParcelFileDescriptor", ValidatableType::KIND_BUILT_IN, true) {} in ParcelFileDescriptorArrayType() 108 : Type(types, "boolean", ValidatableType::KIND_BUILT_IN, true) { in BooleanType() 113 : Type(types, "boolean", ValidatableType::KIND_BUILT_IN, true) {} in BooleanArrayType() 118 : Type(types, "char", ValidatableType::KIND_BUILT_IN, true) { in CharType() 123 : Type(types, "char", ValidatableType::KIND_BUILT_IN, true) {} in CharArrayType() [all …]
|
D | type_cpp.cpp | 48 VoidType() : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "void", in VoidType() 113 : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, aidl_type, {header}, in PrimitiveType() 115 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage, 133 : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "byte", in ByteType() 135 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage, 233 : Type(ValidatableType::KIND_BUILT_IN, in NullableMap() 245 : Type(ValidatableType::KIND_BUILT_IN, in MapType() 261 : Type(ValidatableType::KIND_BUILT_IN, in NullableStringListType() 275 : Type(ValidatableType::KIND_BUILT_IN, in StringListType() 290 : Type(ValidatableType::KIND_BUILT_IN, in NullableUtf8InCppStringListType() [all …]
|
D | ast_java_unittest.cpp | 45 Type extend_type(&types, "SuperClass", ValidatableType::KIND_BUILT_IN, false); in TEST()
|
D | type_namespace.cpp | 79 case ValidatableType::KIND_BUILT_IN: in HumanReadableKind()
|
D | type_namespace.h | 49 KIND_BUILT_IN, enumerator 198 if (existing->Kind() == ValidatableType::KIND_BUILT_IN) { in Add()
|