Home
last modified time | relevance | path

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

12

/external/python/apitools/apitools/base/py/
Dencoding_helper.py579 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/
Dfield.rs29 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
Dmessage.rs110 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/
Dmod.rs5 mod json_name; module
Djson_name.rs3 pub fn json_name(input: &str) -> String { in json_name() function
/external/tpm2-tss/src/tss2-fapi/
Difapi_json_deserialize.h20 #define GET_OPTIONAL(name, json_name, type) \ argument
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php40 private $json_name; variable in Google\\Protobuf\\Internal\\FieldDescriptor
77 public function setJsonName($json_name)
DDescriptor.php118 public function getFieldByJsonName($json_name)
DFieldDescriptorProto.php89 private $json_name = ''; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/angle/include/platform/
Dgen_features.py129 def make_camel_case(json_name): argument
/external/protobuf/php/src/Google/Protobuf/
DField.php73 private $json_name = ''; variable in Google\\Protobuf\\Field
/external/python/apitools/apitools/gen/
Dextended_descriptor.py73 json_name = messages.StringField(2) variable in ExtendedEnumDescriptor.JsonEnumMapping
123 json_name = messages.StringField(2) variable in ExtendedMessageDescriptor.JsonFieldMapping
/external/protobuf/src/google/protobuf/
Dtype.proto137 string json_name = 10; field
Dtype.pb.h1913 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()
Ddescriptor.proto212 optional string json_name = 10; field
Ddescriptor.pb.h8172 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/
Dutility.cc166 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()
/external/protobuf/python/google/protobuf/
Ddescriptor.py528 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/
Ddescriptor.proto200 optional string json_name = 10; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto211 optional string json_name = 10; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp39 const char* json_name() const { return upb_fielddef_jsonname(ptr_); } in json_name() function in upb::FieldDefPtr
Ddef.c22 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/
Ddescriptor_sv.proto209 optional string json_name = 10 [ctype = STRING_PIECE]; field
Ddescriptor.proto209 optional string json_name = 10; field
/external/rust/crates/protobuf/src/well_known_types/
Dtype_pb.rs423 pub json_name: ::std::string::String, field

12