Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dfuzz_utils.h61 const auto* action_value_desc = GetProtoValueDescriptor(Action::Proto::GetDescriptor()); in CheckConsistency()
76 static auto* action_value_desc = GetProtoValueDescriptor(Action::Proto::GetDescriptor()); in GetValueFieldDescriptor()
110 if (message.GetDescriptor() != T::GetDescriptor()) { in SafeCast()
120 CheckInternal(ptr, "Cannot cast " + message.GetDescriptor()->name() + " to " + in CheckedCast()
121 T::GetDescriptor()->name()); in CheckedCast()
/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_rust.cpp367 *code_writer << trait_name << "[\"" << iface->GetDescriptor() << "\"] {\n"; in GenerateRustInterface()
398 << iface->GetDescriptor() << "\" }\n"; in GenerateRustInterface()
Daidl_language.cpp406 std::string AidlAnnotatable::GetDescriptor() const { in GetDescriptor() function in AidlAnnotatable
1472 std::string AidlInterface::GetDescriptor() const { in GetDescriptor() function in AidlInterface
1473 std::string annotatedDescriptor = AidlAnnotatable::GetDescriptor(); in GetDescriptor()
Daidl_language.h328 std::string GetDescriptor() const;
1161 std::string GetDescriptor() const;
Dgenerate_ndk.cpp702 out << "const char* " << clazz << "::" << kDescriptor << " = \"" << defined_type.GetDescriptor() in GenerateInterfaceSource()
Dgenerate_java_binder.cpp954 std::string name = iface->GetDescriptor(); in generate_interface_descriptors()
Dgenerate_cpp.cpp859 '"' + interface.GetDescriptor() + '"'}}}}; in BuildInterfaceSource()
Daidl_unittest.cpp591 ASSERT_EQ("IBar", interface->GetDescriptor()); in TEST_P()