Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc463 bool allow_alias = false; in ValidateEnum() local
474 allow_alias = true; in ValidateEnum()
480 if (has_allow_alias && !allow_alias) { in ValidateEnum()
501 if (allow_alias && !has_duplicates) { in ValidateEnum()
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.proto48 option allow_alias = true;
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto16 option allow_alias = true;
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto207 option allow_alias = true;
Dunittest.proto469 option allow_alias = true;
Ddescriptor.proto545 optional bool allow_alias = 2; field
Ddescriptor.cc5327 if (!enm->options().has_allow_alias() || !enm->options().allow_alias()) { in ValidateEnumOptions()
5337 if (!enm->options().allow_alias()) { in ValidateEnumOptions()
Ddescriptor.pb.cc10812 ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->allow_alias(), output); in SerializeWithCachedSizes()
10842 …target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(2, this->allow_alias(), ta… in SerializeWithCachedSizesToArray()
10927 set_allow_alias(from.allow_alias()); in MergeFrom()
10999 bool EnumOptions::allow_alias() const { in allow_alias() function in google::protobuf::EnumOptions
Ddescriptor.pb.h2531 bool allow_alias() const;
6606 inline bool EnumOptions::allow_alias() const { in allow_alias() function
/external/protobuf/docs/swift/
DDesignDoc.md471 The `allow_alias` option in protobuf slightly complicates the use of Swift enums
478 option allow_alias = true;
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto560 optional bool allow_alias = 2; field
/external/protobuf/util/
DCHANGES.txt667 * New enum option "allow_alias" that specifies whether different symbols can
/external/protobuf/
DCHANGES.txt667 * New enum option "allow_alias" that specifies whether different symbols can
/external/protobuf/php/ext/google/protobuf/
Dupb.h6810 inline upb::reffed_ptr<const upb::FieldDef> allow_alias() { RETURN_REFFED(upb::FieldDef, upbdefs_go…