Home
last modified time | relevance | path

Searched refs:GetDescriptor (Results 1 – 11 of 11) sorted by relevance

/system/extras/libjsonpb/parse/
Djsonpb.cpp36 return std::string(kTypeUrlPrefix) + "/" + message.GetDescriptor()->full_name(); in GetTypeUrl()
/system/extras/libjsonpb/verify/
Dtest.cpp44 return T{}.GetDescriptor()->FindFieldByName(field_name)->json_name(); in GetFieldJsonName()
53 *object, object->GetDescriptor()->FindFieldByName(field_name))); in TestParseOkWithUnknownKey()
Dverify.cpp58 auto&& descriptor = message.GetDescriptor(); in AllFieldsAreKnown()
/system/tools/aidl/
Dgenerate_cpp_analyzer.cpp46 interface.GetDescriptor().c_str()); in GenerateAnalyzerTransaction()
Dgenerate_rust.cpp622 *code_writer << trait_name << "[\"" << iface->GetDescriptor() << "\"] {\n"; in GenerateRustInterface()
655 << iface->GetDescriptor() << "\" }\n"; in GenerateRustInterface()
695 << iface->GetDescriptor() << "\" }\n"; in GenerateRustInterface()
727 << iface->GetDescriptor() << "\" }\n"; in GenerateRustInterface()
Daidl_language.cpp561 std::string AidlAnnotatable::GetDescriptor() const { in GetDescriptor() function in AidlAnnotatable
1786 std::string AidlInterface::GetDescriptor() const { in GetDescriptor() function in AidlInterface
1787 std::string annotatedDescriptor = AidlAnnotatable::GetDescriptor(); in GetDescriptor()
Dgenerate_cpp.cpp724 ClassName(interface, ClassNames::BASE), interface.GetDescriptor()); in GenerateInterfaceSource()
727 ClassName(interface, ClassNames::BASE), interface.GetDescriptor()); in GenerateInterfaceSource()
Daidl_language.h370 std::string GetDescriptor() const;
1244 std::string GetDescriptor() const;
Dgenerate_java_binder.cpp1096 std::string name = iface->GetDescriptor(); in GenerateInterfaceDescriptors()
Dgenerate_ndk.cpp836 out << "const char* " << q_name << "::" << kDescriptor << " = \"" << defined_type.GetDescriptor() in GenerateInterfaceSource()
Daidl_unittest.cpp700 ASSERT_EQ("IBar", interface->GetDescriptor()); in TEST_P()
758 ASSERT_EQ("descriptor_value", iface->GetDescriptor()); in TEST_P()