Home
last modified time | relevance | path

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

123

/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/2.27.1/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/2.27.1/src/json/
Dmod.rs5 mod json_name; module
Djson_name.rs3 pub fn json_name(input: &str) -> String { in json_name() function
/external/rust/crates/protobuf-support/src/
Djson_name.rs3 pub fn json_name(input: &str) -> String { in json_name() function
Dlib.rs6 pub mod json_name; module
/external/tpm2-tss/src/tss2-fapi/
Difapi_json_deserialize.h20 #define GET_OPTIONAL(name, json_name, type) \ argument
/external/cronet/third_party/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.php80 protected $json_name = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php40 private $json_name; variable in Google\\Protobuf\\Internal\\FieldDescriptor
80 public function setJsonName($json_name)
DDescriptor.php119 public function getFieldByJsonName($json_name)
DFieldDescriptorProto.php80 protected $json_name = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/rust/crates/protobuf/src/reflect/field/
Dindex.rs102 pub(crate) json_name: String, field
160 let json_name = if !field.json_name().is_empty() { in index() localVariable
Dmod.rs245 pub fn json_name(&self) -> &str { in json_name() method
/external/angle/include/platform/
Dgen_features.py130 def make_camel_case(json_name): argument
/external/protobuf/php/src/Google/Protobuf/
DField.php73 protected $json_name = ''; variable in Google\\Protobuf\\Field
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DField.php73 protected $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/cronet/third_party/protobuf/src/google/protobuf/
Dtype.proto137 string json_name = 10; field
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dtype.proto137 string json_name = 10; field
/external/protobuf/src/google/protobuf/
Dtype.proto137 string json_name = 10; field
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc170 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc170 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()

123