Searched refs:GetCppName (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | type_cpp.cpp | 170 {GetCppHeader(interface)}, GetCppName(interface), read, "writeStrongBinder", in BinderType() 174 static string GetCppName(const AidlInterface& interface) { in GetCppName() function in android::aidl::cpp::__anon9051069a0111::BinderType 199 {cpp_header}, GetCppName(parcelable), "readParcelable", "writeNullableParcelable", in NullableParcelableType() 204 static string GetCppName(const AidlParcelable& parcelable) { in GetCppName() function in android::aidl::cpp::__anon9051069a0111::NullableParcelableType 206 "::" + parcelable.GetCppName() + ">"; in GetCppName() 215 {cpp_header}, GetCppName(parcelable), "readParcelable", "writeParcelable", in ParcelableType() 217 parcelable.GetName(), cpp_header, GetCppName(parcelable), 218 GetCppName(parcelable), "readParcelableVector", 224 static string GetCppName(const AidlParcelable& parcelable) { in GetCppName() function in android::aidl::cpp::__anon9051069a0111::ParcelableType 226 "::" + parcelable.GetCppName(); in GetCppName()
|
D | type_cpp_unittest.cpp | 66 EXPECT_EQ(parcelable->GetCppName(), kParcelableColonName); in TEST_F()
|
D | aidl_language.h | 562 std::string GetCppName() const { return name_->GetColonName(); } in GetCppName() function
|