Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtype.proto136 string json_name = 10; field
Ddescriptor.proto197 optional string json_name = 10; field
Dtype.pb.h1268 inline const ::std::string& Field::json_name() const { in json_name() function
1298 inline void Field::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
Dtype.pb.cc1875 const ::std::string& Field::json_name() const { in json_name() function in google::protobuf::Field
1905 void Field::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
Ddescriptor.pb.h4967 inline const ::std::string& FieldDescriptorProto::json_name() const { in json_name() function
4997 inline void FieldDescriptorProto::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
Ddescriptor.pb.cc5258 const ::std::string& FieldDescriptorProto::json_name() const { in json_name() function in google::protobuf::FieldDescriptorProto
5288 void FieldDescriptorProto::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc165 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()