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:packed_
(Results
1 - 8
of
8
) sorted by relevance
/third_party/protobuf/src/google/protobuf/
H
A
D
type.pb.cc
150
PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Field,
packed_
),
788
static_cast<size_t>(reinterpret_cast<char*>(&
packed_
) -
in Field()
789
reinterpret_cast<char*>(&kind_)) + sizeof(
packed_
));
in Field()
800
reinterpret_cast<char*>(&
packed_
) -
in SharedCtor()
801
reinterpret_cast<char*>(&kind_)) + sizeof(
packed_
));
in SharedCtor()
845
reinterpret_cast<char*>(&
packed_
) -
in Clear()
846
reinterpret_cast<char*>(&kind_)) + sizeof(
packed_
));
in Clear()
909
packed_
= ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
in _InternalParse()
1221
PROTOBUF_FIELD_OFFSET(Field,
packed_
)
in InternalSwap()
1222
+ sizeof(Field::
packed_
)
in InternalSwap()
[all...]
H
A
D
type.pb.h
788
bool
packed_
;
member in PROTOBUF_FINAL
1878
packed_
= false;
in clear_packed()
1881
return
packed_
;
in _internal_packed()
1889
packed_
= value;
in _internal_set_packed()
H
A
D
descriptor.pb.cc
823
PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FieldOptions,
packed_
),
7672
packed_
= ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
in _InternalParse()
7909
packed_
= from.
packed_
;
in MergeFrom()
H
A
D
descriptor.pb.h
4461
bool
packed_
;
member in PROTOBUF_FINAL
11258
packed_
= false;
in clear_packed()
11262
return
packed_
;
in _internal_packed()
11270
packed_
= value;
in _internal_set_packed()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H
A
D
Type.cs
481
packed_
= other.
packed_
;
in Field()
581
private bool
packed_
;
field in Google.Protobuf.WellKnownTypes.Field
587
get { return
packed_
; }
589
packed_
= value;
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
Descriptor.cs
6499
packed_
= other.
packed_
;
in FieldOptions()
6548
private bool
packed_
;
field in Google.Protobuf.Reflection.FieldOptions
6558
get { if ((_hasBits0 & 2) != 0) { return
packed_
; } else { return PackedDefaultValue; } }
6561
packed_
= value;
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
3014
bool
packed_
;
member
3456
return f->
packed_
;
in upb_fielddef_packed()
4506
f->
packed_
= google_protobuf_FieldOptions_packed(options);
in create_fielddef()
4509
f->
packed_
= false;
in create_fielddef()
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
php-upb.c
3459
bool
packed_
;
member
3901
return f->
packed_
;
in upb_fielddef_packed()
4970
f->
packed_
= google_protobuf_FieldOptions_packed(options);
in create_fielddef()
4973
f->
packed_
= upb_fielddef_isprimitive(f) &&
in create_fielddef()
Completed in 95 milliseconds