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.cpp45 interface.GetDescriptor().c_str()); in GenerateAnalyzerTransaction()
Dgenerate_rust.cpp579 *code_writer << trait_name << "[\"" << iface->GetDescriptor() << "\"] {\n"; in GenerateRustInterface()
612 << iface->GetDescriptor() << "\" }\n"; in GenerateRustInterface()
652 << iface->GetDescriptor() << "\" }\n"; in GenerateRustInterface()
684 << iface->GetDescriptor() << "\" }\n"; in GenerateRustInterface()
Daidl_language.cpp555 std::string AidlAnnotatable::GetDescriptor() const { in GetDescriptor() function in AidlAnnotatable
1776 std::string AidlInterface::GetDescriptor() const { in GetDescriptor() function in AidlInterface
1777 std::string annotatedDescriptor = AidlAnnotatable::GetDescriptor(); in GetDescriptor()
Daidl_language.h360 std::string GetDescriptor() const;
1216 std::string GetDescriptor() const;
Dgenerate_cpp.cpp706 interface.GetDescriptor()); in GenerateInterfaceSource()
709 ClassName(interface, ClassNames::BASE), interface.GetDescriptor()); in GenerateInterfaceSource()
Dgenerate_ndk.cpp820 out << "const char* " << q_name << "::" << kDescriptor << " = \"" << defined_type.GetDescriptor() in GenerateInterfaceSource()
Dgenerate_java_binder.cpp1060 std::string name = iface->GetDescriptor(); in GenerateInterfaceDescriptors()
Daidl_unittest.cpp711 ASSERT_EQ("IBar", interface->GetDescriptor()); in TEST_P()
769 ASSERT_EQ("descriptor_value", iface->GetDescriptor()); in TEST_P()