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:proto3_optional_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.h
879
bool
proto3_optional_
;
member in google::protobuf::FieldDescriptor
2190
return
proto3_optional_
||
in has_optional_keyword()
2236
return field_count() == 1 && field(0)->
proto3_optional_
;
in is_synthetic()
H
A
D
descriptor.pb.cc
671
PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FieldDescriptorProto,
proto3_optional_
),
3685
reinterpret_cast<char*>(&
proto3_optional_
) -
in SharedCtor()
3686
reinterpret_cast<char*>(&options_)) + sizeof(
proto3_optional_
));
in SharedCtor()
3756
proto3_optional_
= false;
in Clear()
3879
proto3_optional_
= ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
in _InternalParse()
4158
proto3_optional_
= from.
proto3_optional_
;
in MergeFrom()
4201
PROTOBUF_FIELD_OFFSET(FieldDescriptorProto,
proto3_optional_
)
in InternalSwap()
4202
+ sizeof(FieldDescriptorProto::
proto3_optional_
)
in InternalSwap()
H
A
D
descriptor.cc
2146
if (
proto3_optional_
) {
in CopyTo()
4754
result->
proto3_optional_
= proto.proto3_optional();
in BuildFieldOrExtension()
5527
if (field->
proto3_optional_
) {
in CrossLinkMessage()
H
A
D
descriptor.pb.h
2155
bool
proto3_optional_
;
member in PROTOBUF_FINAL
8690
proto3_optional_
= false;
in clear_proto3_optional()
8694
return
proto3_optional_
;
in _internal_proto3_optional()
8702
proto3_optional_
= value;
in _internal_set_proto3_optional()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
3015
bool
proto3_optional_
;
member
3799
return f->
proto3_optional_
;
in upb_oneofdef_issynthetic()
4454
f->
proto3_optional_
=
in create_fielddef()
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
php-upb.c
3460
bool
proto3_optional_
;
member
4248
return f->
proto3_optional_
;
in upb_oneofdef_issynthetic()
4917
f->
proto3_optional_
=
in create_fielddef()
Completed in 84 milliseconds