Home
last modified time | relevance | path

Searched defs:allow_alias (Results 1 – 5 of 5) sorted by relevance

/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto545 optional bool allow_alias = 2; field
Ddescriptor.pb.h6606 inline bool EnumOptions::allow_alias() const { in allow_alias() function
Ddescriptor.pb.cc10999 bool EnumOptions::allow_alias() const { in allow_alias() function in google::protobuf::EnumOptions
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc463 bool allow_alias = false; in ValidateEnum() local