Searched defs:json_name (Results 1 - 9 of 9) sorted by relevance
| /third_party/protobuf/php/src/Google/Protobuf/ |
| H A D | Field.php | 73 private $json_name = ''; variable 349 $this->json_name = $var; variable
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | FieldDescriptorProto.php | 81 protected $json_name = null; variable 507 $this->json_name = $var; global() variable [all...] |
| H A D | FieldDescriptor.php | 40 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 D | utility.cc | 168 FindJsonFieldInTypeOrNull( const google::protobuf::Type* type, StringPiece json_name) FindJsonFieldInTypeOrNull() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | type.pb.h | 1939 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 D | descriptor.pb.h | 8536 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 D | test_environment.h | 546 : layer_manifest(layer_manifest), json_name(json_name) {} in json_name() function [all...] |
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A 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 [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A 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 [all...] |
Completed in 53 milliseconds