Home
last modified time | relevance | path

Searched refs:reserved_name (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DEnumDescriptorProto.php44 * Generated from protobuf field <code>repeated string reserved_name = 5;</code>
46 private $reserved_name; variable
61 * @type string[]|\Google\Protobuf\Internal\RepeatedField $reserved_name
191 * Generated from protobuf field <code>repeated string reserved_name = 5;</code>
196 return $this->reserved_name;
203 * Generated from protobuf field <code>repeated string reserved_name = 5;</code>
210 $this->reserved_name = $arr; variable
H A DDescriptorProto.php60 * Generated from protobuf field <code>repeated string reserved_name = 10;</code>
62 private $reserved_name; variable
79 * @type string[]|\Google\Protobuf\Internal\RepeatedField $reserved_name
311 * Generated from protobuf field <code>repeated string reserved_name = 10;</code>
316 return $this->reserved_name;
323 * Generated from protobuf field <code>repeated string reserved_name = 10;</code>
330 $this->reserved_name = $arr; variable
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h479 const std::string& reserved_name(int index) const;
1088 const std::string& reserved_name(int index) const;
2130 if (name == static_cast<ConstStringParam>(reserved_name(i))) { in IsReservedName()
2139 inline const std::string& Descriptor::reserved_name(int index) const { in reserved_name() function in google::protobuf::Descriptor
2149 if (name == static_cast<ConstStringParam>(reserved_name(i))) { in IsReservedName()
2158 inline const std::string& EnumDescriptor::reserved_name(int index) const { in reserved_name() function in google::protobuf::EnumDescriptor
H A Ddescriptor.cc2114 proto->add_reserved_name(reserved_name(i)); in CopyTo()
2217 proto->add_reserved_name(reserved_name(i)); in CopyTo()
2645 CEscape(reserved_name(i))); in DebugString()
2850 CEscape(reserved_name(i))); in DebugString()
4639 tables_->AllocateString(proto.reserved_name(i)); in BuildMessage()
4669 const std::string& name = proto.reserved_name(i); in BuildMessage()
5223 tables_->AllocateString(proto.reserved_name(i)); in BuildEnum()
5257 const std::string& name = proto.reserved_name(i); in BuildEnum()
H A Ddescriptor.pb.h1488 // repeated string reserved_name = 10;
1494 const std::string& reserved_name(int index) const;
1505 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& reserved_name() const;
2666 // repeated string reserved_name = 5;
2672 const std::string& reserved_name(int index) const;
2683 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& reserved_name() const;
7993 // repeated string reserved_name = 10;
8004 // @@protoc_insertion_point(field_add_mutable:google.protobuf.DescriptorProto.reserved_name) in add_reserved_name()
8010 inline const std::string& DescriptorProto::reserved_name(int index) const { in reserved_name() function in DescriptorProto
8011 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.reserved_name) in reserved_name()
8057 DescriptorProto::reserved_name() const { reserved_name() function in DescriptorProto
9186 inline const std::string& EnumDescriptorProto::reserved_name(int index) const { reserved_name() function in EnumDescriptorProto
9233 EnumDescriptorProto::reserved_name() const { reserved_name() function in EnumDescriptorProto
[all...]
H A Ddescriptor_unittest.cc2135 EXPECT_EQ("foo", foo_->reserved_name(0)); in TEST_F()
2136 EXPECT_EQ("bar", foo_->reserved_name(1)); in TEST_F()
2266 EXPECT_EQ("foo", foo_->reserved_name(0)); in TEST_F()
2267 EXPECT_EQ("bar", foo_->reserved_name(1)); in TEST_F()
4003 " reserved_name: \"foo\"" in TEST_F()
4004 " reserved_name: \"bar\"" in TEST_F()
4016 " reserved_name: \"foo\"" in TEST_F()
4017 " reserved_name: \"foo\"" in TEST_F()
4028 " reserved_name: \"foo\"" in TEST_F()
4029 " reserved_name in TEST_F()
[all...]

Completed in 58 milliseconds