Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto136 string json_name = 10; field
Ddescriptor.proto198 optional string json_name = 10; field
Dtype.pb.h1288 inline const ::std::string& Field::json_name() const { in json_name() function
1318 inline void Field::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
Dtype.pb.cc1876 const ::std::string& Field::json_name() const { in json_name() function in google::protobuf::Field
1906 void Field::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
Ddescriptor.pb.h5175 inline const ::std::string& FieldDescriptorProto::json_name() const { in json_name() function
5205 inline void FieldDescriptorProto::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
Ddescriptor.pb.cc5305 const ::std::string& FieldDescriptorProto::json_name() const { in json_name() function in google::protobuf::FieldDescriptorProto
5335 void FieldDescriptorProto::set_allocated_json_name(::std::string* json_name) { in set_allocated_json_name()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.cc169 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()