Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc839 if (field->has_oneof_index()) { in ParseMessageFieldNoLabel()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc4655 if (has_oneof_index()) { in SerializeWithCachedSizes()
4748 if (has_oneof_index()) { in InternalSerializeWithCachedSizesToArray()
4824 if (has_oneof_index()) { in ByteSize()
4906 if (from.has_oneof_index()) { in MergeFrom()
5268 bool FieldDescriptorProto::has_oneof_index() const { in has_oneof_index() function in google::protobuf::FieldDescriptorProto
Ddescriptor.cc4429 if (proto.has_oneof_index()) { in BuildFieldOrExtension()
4447 if (proto.has_oneof_index()) { in BuildFieldOrExtension()
Ddescriptor.pb.h1178 bool has_oneof_index() const;
5138 inline bool FieldDescriptorProto::has_oneof_index() const { in has_oneof_index() function