OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_alias
(Results
1 - 9
of
9
) sorted by null
/cts/tests/tests/proto/src/android/util/proto/cts/
test.proto
45
option
allow_alias
= true;
/external/protobuf/src/google/protobuf/compiler/
parser.cc
463
bool
allow_alias
= false;
local
471
option.name(0).name_part() == "
allow_alias
") {
474
allow_alias
= true;
480
if (has_allow_alias && !
allow_alias
) {
483
"\" declares 'option
allow_alias
= false;' which has no effect. "
501
if (
allow_alias
&& !has_duplicates) {
505
"numbers. Please remove the unnecessary 'option
allow_alias
= true;' "
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.cc
[
all
...]
descriptor.pb.h
6606
inline bool EnumOptions::
allow_alias
() const {
function in class:google::protobuf::EnumOptions
[
all
...]
descriptor.pb.cc
10999
bool EnumOptions::
allow_alias
() const {
function in class:google::protobuf::EnumOptions
[
all
...]
/external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go
[
all
...]
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.h
6810
inline upb::reffed_ptr<const upb::FieldDef>
allow_alias
() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_EnumOptions_
allow_alias
) }
function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::EnumOptions
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs
[
all
...]
Completed in 492 milliseconds