Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc462 bool has_allow_alias = false; in ValidateEnum() local
472 has_allow_alias = true; in ValidateEnum()
480 if (has_allow_alias && !allow_alias) { in ValidateEnum()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc10811 if (has_allow_alias()) { in SerializeWithCachedSizes()
10841 if (has_allow_alias()) { in SerializeWithCachedSizesToArray()
10875 if (has_allow_alias()) { in ByteSize()
10926 if (from.has_allow_alias()) { in MergeFrom()
10986 bool EnumOptions::has_allow_alias() const { in has_allow_alias() function in google::protobuf::EnumOptions
Ddescriptor.pb.h2528 bool has_allow_alias() const;
6593 inline bool EnumOptions::has_allow_alias() const { in has_allow_alias() function
Ddescriptor.cc5327 if (!enm->options().has_allow_alias() || !enm->options().allow_alias()) { in ValidateEnumOptions()