Home
last modified time | relevance | path

Searched defs:cpp_type (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Dtype_cpp.cpp85 const std::string& cpp_type, in PrimitiveType()
105 const std::string& cpp_type, in PrimitiveArrayType()
122 const std::string& cpp_type, in PrimitiveType()
154 const std::string& cpp_type, in ByteType()
390 const string& cpp_type, in Type()
Dtype_cpp.h103 : Type(kind, package, aidl_type, header, cpp_type, read_method, in Type() argument
Daidl_unittest.cpp277 auto cpp_type = cpp_types_.FindTypeByCanonicalName("p.Bar"); in TEST_F() local
Dgenerate_cpp.cpp199 const Type* cpp_type = a.GetType().GetLanguageType<Type>(); in DeclareLocalVariable() local