Searched defs:message_name (Results 1 – 7 of 7) sorted by relevance
/third_party/protobuf/benchmarks/ |
D | benchmarks.proto | 47 string message_name = 2; field
|
/third_party/protobuf/src/google/protobuf/ |
D | any_lite.cc | 42 std::string GetTypeUrl(StringPiece message_name, in GetTypeUrl()
|
D | descriptor_unittest.cc | 7814 const char* message_name) { in AddSimpleMessageProtoFileToDb()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 441 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/ |
D | descriptor_pool.py | 964 def _MakeFieldDescriptor(self, field_proto, message_name, index, argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 480 def _ReraiseTypeErrorWithFieldName(message_name, field_name): argument
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1422 auto message_name = field_descriptor->containing_type()->name(); in CheckHasPresence() local
|