Home
last modified time | relevance | path

Searched refs:reserved_name (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptorProto.php50 private $reserved_name; variable in Google\\Protobuf\\Internal\\EnumDescriptorProto
205 return $this->reserved_name;
219 $this->reserved_name = $arr;
DDescriptorProto.php71 private $reserved_name; variable in Google\\Protobuf\\Internal\\DescriptorProto
360 return $this->reserved_name;
374 $this->reserved_name = $arr;
/external/protobuf/php/tests/proto/
Dtest_php_namespace.proto13 Empty reserved_name = 4; field
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-options.pbtxt65 reserved_name: "skip_common_subexpression_elimination"
/external/protobuf/src/google/protobuf/
Ddescriptor.h421 const std::string& reserved_name(int index) const;
997 const std::string& reserved_name(int index) const;
2020 if (name == reserved_name(i)) { in IsReservedName()
2029 inline const std::string& Descriptor::reserved_name(int index) const { in reserved_name() function
2039 if (name == reserved_name(i)) { in IsReservedName()
2048 inline const std::string& EnumDescriptor::reserved_name(int index) const { in reserved_name() function
Ddescriptor.pb.cc3813 this->reserved_name(this->reserved_name_size() - 1).data(), in MergePartialFromCodedStream()
3814 static_cast<int>(this->reserved_name(this->reserved_name_size() - 1).length()), in MergePartialFromCodedStream()
3933 this->reserved_name(i).data(), static_cast<int>(this->reserved_name(i).length()), in SerializeWithCachedSizes()
3937 10, this->reserved_name(i), output); in SerializeWithCachedSizes()
4031 this->reserved_name(i).data(), static_cast<int>(this->reserved_name(i).length()), in InternalSerializeWithCachedSizesToArray()
4035 WriteStringToArray(10, this->reserved_name(i), target); in InternalSerializeWithCachedSizesToArray()
4141 this->reserved_name(i)); in ByteSizeLong()
6442 this->reserved_name(this->reserved_name_size() - 1).data(), in MergePartialFromCodedStream()
6443 static_cast<int>(this->reserved_name(this->reserved_name_size() - 1).length()), in MergePartialFromCodedStream()
6517 this->reserved_name(i).data(), static_cast<int>(this->reserved_name(i).length()), in SerializeWithCachedSizes()
[all …]
Ddescriptor.cc2094 proto->add_reserved_name(reserved_name(i)); in CopyTo()
2195 proto->add_reserved_name(reserved_name(i)); in CopyTo()
2624 CEscape(reserved_name(i))); in DebugString()
2836 CEscape(reserved_name(i))); in DebugString()
4567 tables_->AllocateString(proto.reserved_name(i)); in BuildMessage()
4598 const std::string& name = proto.reserved_name(i); in BuildMessage()
5140 tables_->AllocateString(proto.reserved_name(i)); in BuildEnum()
5174 const std::string& name = proto.reserved_name(i); in BuildEnum()
Ddescriptor.proto125 repeated string reserved_name = 10; field
249 repeated string reserved_name = 5; field
Ddescriptor.pb.h1437 const std::string& reserved_name(int index) const;
1448 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& reserved_name() const;
2622 const std::string& reserved_name(int index) const;
2633 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& reserved_name() const;
7674 inline const std::string& DescriptorProto::reserved_name(int index) const { in reserved_name() function
7722 DescriptorProto::reserved_name() const { in reserved_name() function
8699 inline const std::string& EnumDescriptorProto::reserved_name(int index) const { in reserved_name() function
8747 EnumDescriptorProto::reserved_name() const { in reserved_name() function
Ddescriptor_unittest.cc2119 EXPECT_EQ("foo", foo_->reserved_name(0)); in TEST_F()
2120 EXPECT_EQ("bar", foo_->reserved_name(1)); in TEST_F()
2250 EXPECT_EQ("foo", foo_->reserved_name(0)); in TEST_F()
2251 EXPECT_EQ("bar", foo_->reserved_name(1)); in TEST_F()
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto79 repeated string reserved_name = 10; field
176 repeated string reserved_name = 5; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto124 repeated string reserved_name = 10; field
248 repeated string reserved_name = 5; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto124 repeated string reserved_name = 10; field
248 repeated string reserved_name = 5; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto121 repeated string reserved_name = 10; field