HomeSort by relevance Sort by last modified time
    Searched refs:KIND_BUILT_IN (Results 1 - 5 of 5) sorted by null

  /system/tools/aidl/
type_cpp.cpp 72 VoidType() : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "void",
138 : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, aidl_type, {header},
140 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage,
158 : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "byte",
160 new CppArrayType(ValidatableType::KIND_BUILT_IN, kNoPackage,
271 : Type(ValidatableType::KIND_BUILT_IN,
284 : Type(ValidatableType::KIND_BUILT_IN,
301 : Type(ValidatableType::KIND_BUILT_IN,
316 : Type(ValidatableType::KIND_BUILT_IN,
332 : Type(ValidatableType::KIND_BUILT_IN,
    [all...]
type_java.cpp 104 : Type(types, name, ValidatableType::KIND_BUILT_IN, true, false),
126 : Type(types, name, ValidatableType::KIND_BUILT_IN, true, true),
150 : Type(types, "java.io", "FileDescriptor", ValidatableType::KIND_BUILT_IN,
166 : Type(types, "java.io", "FileDescriptor", ValidatableType::KIND_BUILT_IN,
187 : Type(types, "boolean", ValidatableType::KIND_BUILT_IN, true, false) {
206 : Type(types, "boolean", ValidatableType::KIND_BUILT_IN, true, true) {}
226 : Type(types, "char", ValidatableType::KIND_BUILT_IN, true, false) {
242 : Type(types, "char", ValidatableType::KIND_BUILT_IN, true, true) {}
265 ValidatableType::KIND_BUILT_IN, true, false) {
284 : Type(types, "java.lang", "String", ValidatableType::KIND_BUILT_IN,
    [all...]
ast_java_unittest.cpp 46 Type extend_type(&types, "SuperClass", ValidatableType::KIND_BUILT_IN,
type_namespace.cpp 84 case ValidatableType::KIND_BUILT_IN:
type_namespace.h 53 KIND_BUILT_IN,
205 if (existing->Kind() == ValidatableType::KIND_BUILT_IN) {

Completed in 39 milliseconds