/external/python/apitools/apitools/base/py/ |
D | encoding.py | 572 def AddCustomJsonEnumMapping(enum_type, python_name, json_name, argument 599 def AddCustomJsonFieldMapping(message_type, python_name, json_name, argument 630 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None): argument 637 def GetCustomJsonFieldMapping(message_type, python_name=None, json_name=None): argument 644 def _FetchRemapping(type_name, mapping_type, python_name=None, json_name=None, argument 667 python_name, json_name): argument
|
/external/protobuf/src/google/protobuf/ |
D | type.proto | 136 string json_name = 10; field
|
D | descriptor.proto | 197 optional string json_name = 10; field
|
D | type.pb.h | 1268 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()
|
D | type.pb.cc | 1875 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()
|
D | descriptor.pb.h | 4967 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()
|
D | descriptor.pb.cc | 5258 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/python/apitools/apitools/gen/ |
D | extended_descriptor.py | 73 json_name = messages.StringField(2) variable in ExtendedEnumDescriptor.JsonEnumMapping 123 json_name = messages.StringField(2) variable in ExtendedMessageDescriptor.JsonFieldMapping
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | utility.cc | 165 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 200 optional string json_name = 10; field
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 211 optional string json_name = 10; field
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 211 optional string json_name = 10; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 211 optional string json_name = 10; field
|