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:reserved_name
(Results
1 - 6
of
6
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
EnumDescriptorProto.php
44
* Generated from protobuf field <code>repeated string
reserved_name
= 5;</code>
46
private $
reserved_name
;
variable
61
* @type string[]|\Google\Protobuf\Internal\RepeatedField $
reserved_name
191
* Generated from protobuf field <code>repeated string
reserved_name
= 5;</code>
196
return $this->
reserved_name
;
203
* Generated from protobuf field <code>repeated string
reserved_name
= 5;</code>
210
$this->
reserved_name
= $arr;
variable
H
A
D
DescriptorProto.php
60
* Generated from protobuf field <code>repeated string
reserved_name
= 10;</code>
62
private $
reserved_name
;
variable
79
* @type string[]|\Google\Protobuf\Internal\RepeatedField $
reserved_name
311
* Generated from protobuf field <code>repeated string
reserved_name
= 10;</code>
316
return $this->
reserved_name
;
323
* Generated from protobuf field <code>repeated string
reserved_name
= 10;</code>
330
$this->
reserved_name
= $arr;
variable
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.h
479
const std::string&
reserved_name
(int index) const;
1088
const std::string&
reserved_name
(int index) const;
2130
if (name == static_cast<ConstStringParam>(
reserved_name
(i))) {
in IsReservedName()
2139
inline const std::string& Descriptor::
reserved_name
(int index) const {
in reserved_name()
function in google::protobuf::Descriptor
2149
if (name == static_cast<ConstStringParam>(
reserved_name
(i))) {
in IsReservedName()
2158
inline const std::string& EnumDescriptor::
reserved_name
(int index) const {
in reserved_name()
function in google::protobuf::EnumDescriptor
H
A
D
descriptor.cc
2114
proto->add_reserved_name(
reserved_name
(i));
in CopyTo()
2217
proto->add_reserved_name(
reserved_name
(i));
in CopyTo()
2645
CEscape(
reserved_name
(i)));
in DebugString()
2850
CEscape(
reserved_name
(i)));
in DebugString()
4639
tables_->AllocateString(proto.
reserved_name
(i));
in BuildMessage()
4669
const std::string& name = proto.
reserved_name
(i);
in BuildMessage()
5223
tables_->AllocateString(proto.
reserved_name
(i));
in BuildEnum()
5257
const std::string& name = proto.
reserved_name
(i);
in BuildEnum()
H
A
D
descriptor.pb.h
1488
// repeated string
reserved_name
= 10;
1494
const std::string&
reserved_name
(int index) const;
1505
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
reserved_name
() const;
2666
// repeated string
reserved_name
= 5;
2672
const std::string&
reserved_name
(int index) const;
2683
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
reserved_name
() const;
7993
// repeated string
reserved_name
= 10;
8004
// @@protoc_insertion_point(field_add_mutable:google.protobuf.DescriptorProto.
reserved_name
)
in add_reserved_name()
8010
inline const std::string& DescriptorProto::
reserved_name
(int index) const {
in reserved_name()
function in DescriptorProto
8011
// @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.
reserved_name
)
in reserved_name()
8057
DescriptorProto::
reserved_name
() const {
reserved_name()
function in DescriptorProto
9186
inline const std::string& EnumDescriptorProto::
reserved_name
(int index) const {
reserved_name()
function in EnumDescriptorProto
9233
EnumDescriptorProto::
reserved_name
() const {
reserved_name()
function in EnumDescriptorProto
[all...]
H
A
D
descriptor_unittest.cc
2135
EXPECT_EQ("foo", foo_->
reserved_name
(0));
in TEST_F()
2136
EXPECT_EQ("bar", foo_->
reserved_name
(1));
in TEST_F()
2266
EXPECT_EQ("foo", foo_->
reserved_name
(0));
in TEST_F()
2267
EXPECT_EQ("bar", foo_->
reserved_name
(1));
in TEST_F()
4003
"
reserved_name
: \"foo\""
in TEST_F()
4004
"
reserved_name
: \"bar\""
in TEST_F()
4016
"
reserved_name
: \"foo\""
in TEST_F()
4017
"
reserved_name
: \"foo\""
in TEST_F()
4028
"
reserved_name
: \"foo\""
in TEST_F()
4029
"
reserved_name
in TEST_F()
[all...]
Completed in 42 milliseconds