Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:allow_alias
(Results
1 - 9
of
9
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
EnumOptions.php
22
* Generated from protobuf field <code>optional bool
allow_alias
= 2;</code>
24
protected $
allow_alias
= null;
variable
47
* @type bool $
allow_alias
68
* Generated from protobuf field <code>optional bool
allow_alias
= 2;</code>
73
return isset($this->
allow_alias
) ? $this->
allow_alias
: false;
78
return isset($this->
allow_alias
);
83
unset($this->
allow_alias
);
90
* Generated from protobuf field <code>optional bool
allow_alias
= 2;</code>
97
$this->
allow_alias
variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
parser.cc
550
bool
allow_alias
= false;
in ValidateEnum()
local
558
option.name(0).name_part() == "
allow_alias
") {
in ValidateEnum()
561
allow_alias
= true;
in ValidateEnum()
567
if (has_allow_alias && !
allow_alias
) {
in ValidateEnum()
570
"\" declares 'option
allow_alias
= false;' which has no effect. "
in ValidateEnum()
588
if (
allow_alias
&& !has_duplicates) {
in ValidateEnum()
592
"numbers. Please remove the unnecessary 'option
allow_alias
= true;' "
in ValidateEnum()
602
if (!
allow_alias
) {
in ValidateEnum()
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_cross.hpp
659
virtual std::string to_name(uint32_t id, bool
allow_alias
= true) const;
H
A
D
spirv_msl.hpp
750
std::string to_name(uint32_t id, bool
allow_alias
= true) const override;
H
A
D
spirv_cross.cpp
192
string Compiler::to_name(uint32_t id, bool
allow_alias
) const
in to_name()
194
if (
allow_alias
&& ir.ids[id].get_type() == TypeType)
in to_name()
H
A
D
spirv_msl.cpp
12747
string CompilerMSL::to_name(uint32_t id, bool
allow_alias
) const
12755
return Compiler::to_name(id,
allow_alias
);
/third_party/protobuf/src/google/protobuf/compiler/js/
H
A
D
js_generator.cc
3367
if (enumdesc->options().
allow_alias
() &&
in GenerateEnum()
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.cc
5176
"Please avoid doing this. If you are using
allow_alias
, please "
in CheckEnumValueUniqueness()
6175
if (!enm->options().has_allow_alias() || !enm->options().
allow_alias
()) {
in ValidateEnumOptions()
6185
"'option
allow_alias
= true;' to the enum definition.";
in ValidateEnumOptions()
6186
if (!enm->options().
allow_alias
()) {
in ValidateEnumOptions()
H
A
D
descriptor.pb.h
4768
// optional bool
allow_alias
= 2;
4774
bool
allow_alias
() const;
11476
// optional bool
allow_alias
= 2;
11491
inline bool EnumOptions::
allow_alias
() const {
in allow_alias()
function in EnumOptions
11492
// @@protoc_insertion_point(field_get:google.protobuf.EnumOptions.
allow_alias
)
in allow_alias()
11501
// @@protoc_insertion_point(field_set:google.protobuf.EnumOptions.
allow_alias
)
in set_allow_alias()
Completed in 70 milliseconds