Home
last modified time | relevance | path

Searched refs:GetCppName (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dtype_cpp.cpp193 {GetCppHeader(interface)}, GetCppName(interface), in BinderType()
198 static string GetCppName(const AidlInterface& interface) { in GetCppName() function in android::aidl::cpp::__anon889871910111::BinderType
230 {parcelable.GetCppHeader()}, GetCppName(parcelable), in NullableParcelableType()
238 static string GetCppName(const AidlParcelable& parcelable) { in GetCppName() function in android::aidl::cpp::__anon889871910111::NullableParcelableType
240 "::" + parcelable.GetCppName() + ">"; in GetCppName()
250 {parcelable.GetCppHeader()}, GetCppName(parcelable), in ParcelableType()
255 GetCppName(parcelable), GetCppName(parcelable),
264 static string GetCppName(const AidlParcelable& parcelable) { in GetCppName() function in android::aidl::cpp::__anon889871910111::ParcelableType
266 "::" + parcelable.GetCppName(); in GetCppName()
Dtype_cpp_unittest.cpp67 EXPECT_EQ(parcelable->GetCppName(), kParcelableColonName); in TEST_F()
Daidl_language.h301 std::string GetCppName() const { return name_->GetColonName(); } in GetCppName() function