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

  /system/tools/aidl/
type_cpp_unittest.cpp 67 EXPECT_EQ(parcelable->GetCppName(), kParcelableColonName);
type_cpp.cpp 191 {GetCppHeader(interface)}, GetCppName(interface),
196 static string GetCppName(const AidlInterface& interface) {
228 {parcelable.GetCppHeader()}, GetCppName(parcelable),
236 static string GetCppName(const AidlParcelable& parcelable) {
238 "::" + parcelable.GetCppName() + ">";
248 {parcelable.GetCppHeader()}, GetCppName(parcelable),
253 GetCppName(parcelable),
262 static string GetCppName(const AidlParcelable& parcelable) {
264 "::" + parcelable.GetCppName();
aidl_language.h 301 std::string GetCppName() const { return name_->GetColonName(); }

Completed in 185 milliseconds