Home
last modified time | relevance | path

Searched refs:has_extendee (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc849 if (field->has_extendee()) { in ParseMessageFieldNoLabel()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc4415 if (!proto.has_extendee()) { in BuildFieldOrExtension()
4433 if (proto.has_extendee()) { in BuildFieldOrExtension()
4807 if (proto.has_extendee()) { in CrossLinkField()
Ddescriptor.pb.cc4324 if (has_extendee()) { in Clear()
4559 if (has_extendee()) { in SerializeWithCachedSizes()
4648 if (has_extendee()) { in SerializeWithCachedSizesToArray()
4767 if (has_extendee()) { in ByteSize()
4851 if (from.has_extendee()) { in MergeFrom()
5113 bool FieldDescriptorProto::has_extendee() const { in has_extendee() function in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h1129 bool has_extendee() const;
4822 inline bool FieldDescriptorProto::has_extendee() const { in has_extendee() function