Searched defs:json_name (Results 1 – 7 of 7) sorted by relevance
136 string json_name = 10; field
198 optional string json_name = 10; field
1288 inline const ::std::string& Field::json_name() const { in json_name() function1318 inline void Field::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
1876 const ::std::string& Field::json_name() const { in json_name() function in google::protobuf::Field1906 void Field::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
5175 inline const ::std::string& FieldDescriptorProto::json_name() const { in json_name() function5205 inline void FieldDescriptorProto::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
5305 const ::std::string& FieldDescriptorProto::json_name() const { in json_name() function in google::protobuf::FieldDescriptorProto5335 void FieldDescriptorProto::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
169 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()