Home
last modified time | relevance | path

Searched refs:CppNameOf (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/aidl/
H A Daidl_to_cpp.cpp219 std::string CppNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in CppNameOf() function
229 type_params.push_back(CppNameOf(*parameter, typenames)); in CppNameOf()
258 CppNameOf(enum_decl->GetBackingType(), typenames).c_str(), in ParcelReadCastOf()
274 CppNameOf(enum_decl->GetBackingType(), typenames).c_str(), in ParcelWriteCastOf()
H A Dgenerate_cpp.cpp115 literal = CppNameOf(a->GetType(), typenames); in BuildArgList()
150 literal = CppNameOf(method.GetType(), typenames) + "*"; in BuildArgList()
525 std::string cppType = CppNameOf(constant->GetType(), typenames); in BuildConstantDefinitions()
548 std::string cppType = CppNameOf(constant->GetType(), typenames); in BuildConstantDeclarations()
594 string type = CppNameOf(method.GetType(), typenames); in HandleServerTransaction()
1106 string cppType = CppNameOf(variable.GetType(), typenames); in GetInitializer()
1201 UnionWriter uw{decl, typenames, &CppNameOf, &ConstantValueDecorator}; in BuildReadFromParcel()
1209 UnionWriter uw{decl, typenames, &CppNameOf, &ConstantValueDecorator}; in BuildWriteToParcel()
1218 std::string cppType = CppNameOf(variable->GetType(), typenames); in BuildParcelFields()
1246 UnionWriter uw{decl, typenames, &CppNameOf, &ConstantValueDecorator}; in BuildParcelFields()
[all …]
H A Daidl_to_cpp.h39 std::string CppNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames);
H A Daidl_unittest.cpp1189 EXPECT_EQ("::p::Outer::Inner", cpp::CppNameOf(nested_type, typenames_)); in TEST_P()
1207 EXPECT_EQ("::p::Bar", cpp::CppNameOf(native_type, typenames_)); in TEST_P()