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:identifier_value
(Results
1 - 4
of
4
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
UninterpretedOption.php
33
* Generated from protobuf field <code>optional string
identifier_value
= 3;</code>
35
protected $
identifier_value
= null;
variable
64
* @type string $
identifier_value
105
* Generated from protobuf field <code>optional string
identifier_value
= 3;</code>
110
return isset($this->
identifier_value
) ? $this->
identifier_value
: '';
115
return isset($this->
identifier_value
);
120
unset($this->
identifier_value
);
127
* Generated from protobuf field <code>optional string
identifier_value
= 3;</code>
134
$this->
identifier_value
variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
parser.cc
560
if (option.
identifier_value
() == "true") {
in ValidateEnum()
820
uninterpreted.
identifier_value
() == "true") {
in IsMessageSetWireFormatMessage()
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.pb.h
5698
// optional string
identifier_value
= 3;
5704
const std::string&
identifier_value
() const;
5711
void set_allocated_identifier_value(std::string*
identifier_value
);
11962
// optional string
identifier_value
= 3;
11974
inline const std::string& UninterpretedOption::
identifier_value
() const {
in identifier_value()
function in UninterpretedOption
11975
// @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.
identifier_value
)
in identifier_value()
11980
// @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.
identifier_value
)
in set_identifier_value()
11983
// @@protoc_insertion_point(field_mutable:google.protobuf.UninterpretedOption.
identifier_value
)
in mutable_identifier_value()
11997
// @@protoc_insertion_point(field_set_rvalue:google.protobuf.UninterpretedOption.
identifier_value
)
in set_identifier_value()
12004
// @@protoc_insertion_point(field_set_char:google.protobuf.UninterpretedOption.
identifier_value
)
in set_identifier_value()
12025
set_allocated_
identifier_value
(std::string*
identifier_value
)
set_allocated_identifier_value()
argument
12031
identifier_value
_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
identifier_value
,
set_allocated_identifier_value()
local
[all...]
H
A
D
descriptor.cc
6989
if (uninterpreted_option_->
identifier_value
() == "true") {
in SetOptionValue()
6991
} else if (uninterpreted_option_->
identifier_value
() == "false") {
in SetOptionValue()
7010
const std::string& value_name = uninterpreted_option_->
identifier_value
();
in SetOptionValue()
Completed in 37 milliseconds