Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumOptions.php24 private $allow_alias = false; variable in Google\\Protobuf\\Internal\\EnumOptions
/external/rust/crates/protobuf-codegen/src/
Denums.rs101 fn allow_alias(&self) -> bool { in allow_alias() method
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto496 optional bool allow_alias = 2; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto560 optional bool allow_alias = 2; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto614 optional bool allow_alias = 2; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto601 optional bool allow_alias = 2; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto614 optional bool allow_alias = 2; field
Ddescriptor.pb.h10744 inline bool EnumOptions::allow_alias() const { in allow_alias() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto634 optional bool allow_alias = 2; field
Ddescriptor_sv.proto622 optional bool allow_alias = 2; field
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc549 bool allow_alias = false; in ValidateEnum() local
/external/rust/crates/protobuf/src/
Ddescriptor.rs6797 allow_alias: ::std::option::Option<bool>, field