Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_java.cpp70 : 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 …]
Dtype_cpp.cpp48 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 …]
Dast_java_unittest.cpp45 Type extend_type(&types, "SuperClass", ValidatableType::KIND_BUILT_IN, false); in TEST()
Dtype_namespace.cpp79 case ValidatableType::KIND_BUILT_IN: in HumanReadableKind()
Dtype_namespace.h49 KIND_BUILT_IN, enumerator
198 if (existing->Kind() == ValidatableType::KIND_BUILT_IN) { in Add()