Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc839 if (field->has_oneof_index()) { in ParseMessageFieldNoLabel()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc4612 if (has_oneof_index()) { in SerializeWithCachedSizes()
4705 if (has_oneof_index()) { in SerializeWithCachedSizesToArray()
4781 if (has_oneof_index()) { in ByteSize()
4859 if (from.has_oneof_index()) { in MergeFrom()
5221 bool FieldDescriptorProto::has_oneof_index() const { in has_oneof_index() function in google::protobuf::FieldDescriptorProto
Ddescriptor.cc4423 if (proto.has_oneof_index()) { in BuildFieldOrExtension()
4441 if (proto.has_oneof_index()) { in BuildFieldOrExtension()
Ddescriptor.pb.h1153 bool has_oneof_index() const;
4930 inline bool FieldDescriptorProto::has_oneof_index() const { in has_oneof_index() function