Home
last modified time | relevance | path

Searched defs:reserved_name (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/php/tests/proto/
Dtest_php_namespace.proto13 Empty reserved_name = 4; field
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptorProto.php46 private $reserved_name; variable in Google\\Protobuf\\Internal\\EnumDescriptorProto
DDescriptorProto.php62 private $reserved_name; variable in Google\\Protobuf\\Internal\\DescriptorProto
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto122 repeated string reserved_name = 10 [ctype = STRING_PIECE]; field
269 repeated string reserved_name = 5 [ctype = STRING_PIECE]; field
Ddescriptor.proto121 repeated string reserved_name = 10; field
269 repeated string reserved_name = 5; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto125 repeated string reserved_name = 10; field
273 repeated string reserved_name = 5; field
Ddescriptor.h2139 inline const std::string& Descriptor::reserved_name(int index) const { in reserved_name() function
2158 inline const std::string& EnumDescriptor::reserved_name(int index) const { in reserved_name() function
Ddescriptor.pb.h8010 inline const std::string& DescriptorProto::reserved_name(int index) const { in reserved_name() function
8057 DescriptorProto::reserved_name() const { in reserved_name() function
9186 inline const std::string& EnumDescriptorProto::reserved_name(int index) const { in reserved_name() function
9233 EnumDescriptorProto::reserved_name() const { in reserved_name() function