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

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

Completed in 511 milliseconds