HomeSort by relevance Sort by last modified time
    Searched refs:allow_alias (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/proto/android/os/
ps.proto 85 option allow_alias = true;
  /cts/tests/tests/proto/src/android/util/proto/cts/
test.proto 45 option allow_alias = true;
  /frameworks/base/tools/streaming_proto/test/
test.proto 43 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/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [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...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5215 inline bool EnumOptions::allow_alias() const { function in class:google::protobuf::EnumOptions
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5215 inline bool EnumOptions::allow_alias() const { function in class:google::protobuf::EnumOptions
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5215 inline bool EnumOptions::allow_alias() const { function in class:google::protobuf::EnumOptions
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 6606 inline bool EnumOptions::allow_alias() const { function in class:google::protobuf::EnumOptions
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 5215 inline bool EnumOptions::allow_alias() const { function in class:google::protobuf::EnumOptions
    [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 664 milliseconds