Home
last modified time | relevance | path

Searched defs:message_name (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/benchmarks/
Dbenchmarks.proto47 string message_name = 2; field
/third_party/protobuf/src/google/protobuf/
Dany_lite.cc42 std::string GetTypeUrl(StringPiece message_name, in GetTypeUrl()
Ddescriptor_unittest.cc7814 const char* message_name) { in AddSimpleMessageProtoFileToDb()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc441 const std::string& proto_name, const std::string& message_name) { in ExpectGenerated()
448 const std::string& proto_name, const std::string& message_name, in ExpectGenerated()
457 const std::string& proto_name, const std::string& message_name) { in ExpectGeneratedWithMultipleInputs()
466 const std::string& message_name) { in ExpectGeneratedWithInsertions()
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py964 def _MakeFieldDescriptor(self, field_proto, message_name, index, argument
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py480 def _ReraiseTypeErrorWithFieldName(message_name, field_name): argument
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1422 auto message_name = field_descriptor->containing_type()->name(); in CheckHasPresence() local