/external/python/apitools/apitools/base/py/ |
D | encoding_helper.py | 579 def AddCustomJsonEnumMapping(enum_type, python_name, json_name, argument 603 def AddCustomJsonFieldMapping(message_type, python_name, json_name, argument 631 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None): argument 638 def GetCustomJsonFieldMapping(message_type, python_name=None, json_name=None): argument 645 def _FetchRemapping(type_name, mapping_type, python_name=None, json_name=None, argument 668 python_name, json_name): argument
|
/external/rust/crates/protobuf/src/reflect/ |
D | field.rs | 29 json_name: String, field 38 let json_name = if !proto.get_json_name().is_empty() { in new() localVariable 68 pub fn json_name(&self) -> &str { in json_name() method
|
D | message.rs | 110 let json_name = f.json_name().to_owned(); in new_non_generic_by_rust_name() localVariable 174 let json_name = f.json_name().to_owned(); in new_non_generic_by_pb_name() localVariable
|
/external/rust/crates/protobuf/src/json/ |
D | mod.rs | 5 mod json_name; module
|
D | json_name.rs | 3 pub fn json_name(input: &str) -> String { in json_name() function
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_json_deserialize.h | 20 #define GET_OPTIONAL(name, json_name, type) \ argument
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 40 private $json_name; variable in Google\\Protobuf\\Internal\\FieldDescriptor 77 public function setJsonName($json_name)
|
D | Descriptor.php | 118 public function getFieldByJsonName($json_name)
|
D | FieldDescriptorProto.php | 89 private $json_name = ''; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
|
/external/angle/include/platform/ |
D | gen_features.py | 129 def make_camel_case(json_name): argument
|
/external/protobuf/php/src/Google/Protobuf/ |
D | Field.php | 73 private $json_name = ''; variable in Google\\Protobuf\\Field
|
/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/ |
D | type.proto | 137 string json_name = 10; field
|
D | type.pb.h | 1913 inline const std::string& Field::json_name() const { in json_name() function 1952 inline void Field::set_allocated_json_name(std::string* json_name) { in set_allocated_json_name() 1970 std::string* json_name) { in unsafe_arena_set_allocated_json_name()
|
D | descriptor.proto | 212 optional string json_name = 10; field
|
D | descriptor.pb.h | 8172 inline const std::string& FieldDescriptorProto::json_name() const { in json_name() function 8214 inline void FieldDescriptorProto::set_allocated_json_name(std::string* json_name) { in set_allocated_json_name() 8232 std::string* json_name) { in unsafe_arena_set_allocated_json_name()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | utility.cc | 166 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 528 has_default_value=True, containing_oneof=None, json_name=None, argument 540 has_default_value=True, containing_oneof=None, json_name=None, argument
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 200 optional string json_name = 10; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 211 optional string json_name = 10; field
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.hpp | 39 const char* json_name() const { return upb_fielddef_jsonname(ptr_); } in json_name() function in upb::FieldDefPtr
|
D | def.c | 22 const char *json_name; member 1338 char* json_name = symtab_alloc(ctx, size); in makejsonname() local 1565 const char *json_name; in create_fielddef() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 209 optional string json_name = 10 [ctype = STRING_PIECE]; field
|
D | descriptor.proto | 209 optional string json_name = 10; field
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 423 pub json_name: ::std::string::String, field
|