Home
last modified time | relevance | path

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

/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto496 optional bool allow_alias = 2; 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/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto560 optional bool allow_alias = 2; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto612 optional bool allow_alias = 2; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto601 optional bool allow_alias = 2; field
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto601 optional bool allow_alias = 2; field
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc463 bool allow_alias = false; in ValidateEnum() local