Searched defs:json_name (Results 1 – 13 of 13) sorted by relevance
| /third_party/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 | 81 protected $json_name = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
|
| /third_party/vulkan-loader/tests/framework/ |
| D | test_environment.cpp | 544 …Environment::add_implicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexce… 547 …Environment::add_explicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexce… 550 …onment::add_fake_implicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexce… 553 …onment::add_fake_explicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexce…
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| D | Field.php | 73 private $json_name = ''; variable in Google\\Protobuf\\Field
|
| /third_party/protobuf/src/google/protobuf/ |
| D | type.proto | 137 string json_name = 10; field
|
| D | descriptor.proto | 213 optional string json_name = 10; field
|
| D | type.pb.h | 1939 inline const std::string& Field::json_name() const { in json_name() function 1986 inline void Field::set_allocated_json_name(std::string* json_name) { in set_allocated_json_name()
|
| D | descriptor.pb.h | 8536 inline const std::string& FieldDescriptorProto::json_name() const { in json_name() function 8587 inline void FieldDescriptorProto::set_allocated_json_name(std::string* json_name) { in set_allocated_json_name()
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| D | utility.cc | 169 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()
|
| /third_party/protobuf/python/google/protobuf/ |
| D | descriptor.py | 540 has_default_value=True, containing_oneof=None, json_name=None, argument 552 has_default_value=True, containing_oneof=None, json_name=None, argument
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| D | php-upb.c | 3438 const char *json_name; member 4605 char* json_name = upb_malloc(alloc, size); in makejsonname() local 4823 const char *json_name; in create_fielddef() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | upb.c | 2993 const char *json_name; member 4142 char* json_name = upb_malloc(alloc, size); in makejsonname() local 4360 const char *json_name; in create_fielddef() local
|