Home
last modified time | relevance | path

Searched defs:json_name (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DField.php73 private $json_name = ''; variable
349 $this->json_name = $var; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptorProto.php81 protected $json_name = null; variable
507 $this->json_name = $var; global() variable
[all...]
H A DFieldDescriptor.php40 private $json_name; variable
79 $this->json_name = $json_name; variable
251 $json_name = $proto->hasJsonName() ? $proto->getJsonName() : variable
254 $json_name = $proto->getJsonName(); variable
257 $json_name = implode('', array_map('ucwords', explode('_', $proto_name))); variable
259 $json_name = lcfirst($json_name); variable
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc168 FindJsonFieldInTypeOrNull( const google::protobuf::Type* type, StringPiece json_name) FindJsonFieldInTypeOrNull() argument
/third_party/protobuf/src/google/protobuf/
H A Dtype.pb.h1939 inline const std::string& Field::json_name() const { in json_name() function in Field
1986 set_allocated_json_name(std::string* json_name) set_allocated_json_name() argument
1992 json_name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), json_name, set_allocated_json_name() local
[all...]
H A Ddescriptor.pb.h8536 inline const std::string& FieldDescriptorProto::json_name() const { in json_name() function in FieldDescriptorProto
8587 set_allocated_json_name(std::string* json_name) set_allocated_json_name() argument
8593 json_name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), json_name, set_allocated_json_name() local
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h546 : layer_manifest(layer_manifest), json_name(json_name) {} in json_name() function
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A 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
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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
[all...]

Completed in 53 milliseconds