Home
last modified time | relevance | path

Searched refs:KIND_BUILT_IN (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Dtype_cpp.cpp72 VoidType() : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "void", in VoidType()
140 : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, aidl_type, {header}, in PrimitiveType()
142 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage,
160 : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "byte", in ByteType()
162 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage,
273 : Type(ValidatableType::KIND_BUILT_IN, in NullableMap()
286 : Type(ValidatableType::KIND_BUILT_IN, in MapType()
303 : Type(ValidatableType::KIND_BUILT_IN, in NullableStringListType()
318 : Type(ValidatableType::KIND_BUILT_IN, in StringListType()
334 : Type(ValidatableType::KIND_BUILT_IN, in NullableUtf8InCppStringListType()
[all …]
Dtype_java.cpp104 : Type(types, name, ValidatableType::KIND_BUILT_IN, true, false), in BasicType()
126 : Type(types, name, ValidatableType::KIND_BUILT_IN, true, true), in BasicArrayType()
150 : Type(types, "java.io", "FileDescriptor", ValidatableType::KIND_BUILT_IN, in FileDescriptorType()
166 : Type(types, "java.io", "FileDescriptor", ValidatableType::KIND_BUILT_IN, in FileDescriptorArrayType()
187 : Type(types, "boolean", ValidatableType::KIND_BUILT_IN, true, false) { in BooleanType()
206 : Type(types, "boolean", ValidatableType::KIND_BUILT_IN, true, true) {} in BooleanArrayType()
226 : Type(types, "char", ValidatableType::KIND_BUILT_IN, true, false) { in CharType()
242 : Type(types, "char", ValidatableType::KIND_BUILT_IN, true, true) {} in CharArrayType()
265 ValidatableType::KIND_BUILT_IN, true, false) { in StringType()
284 : Type(types, "java.lang", "String", ValidatableType::KIND_BUILT_IN, in StringArrayType()
[all …]
Dast_java_unittest.cpp46 Type extend_type(&types, "SuperClass", ValidatableType::KIND_BUILT_IN, in TEST()
Dtype_namespace.cpp84 case ValidatableType::KIND_BUILT_IN: in HumanReadableKind()
Dtype_namespace.h53 KIND_BUILT_IN, enumerator
205 if (existing->Kind() == ValidatableType::KIND_BUILT_IN) { in Add()