Home
last modified time | relevance | path

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

/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.php81 protected $json_name = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp544 …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/
DField.php73 private $json_name = ''; variable in Google\\Protobuf\\Field
/third_party/protobuf/src/google/protobuf/
Dtype.proto137 string json_name = 10; field
Ddescriptor.proto213 optional string json_name = 10; field
Dtype.pb.h1939 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()
Ddescriptor.pb.h8536 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/
Dutility.cc169 const google::protobuf::Type* type, StringPiece json_name) { in FindJsonFieldInTypeOrNull()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py540 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/
Dphp-upb.c3438 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/
Dupb.c2993 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