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:SIZE_FIXED64
(Results
1 - 1
of
1
) sorted by relevance
/developtools/profiler/proto_encoder/include/
H
A
D
base_message.h
46
constexpr uint8_t
SIZE_FIXED64
= 8;
member
148
static_assert(sizeof(T) ==
SIZE_FIXED64
, "AddFixed64: T is not 64 bits");
in AddFixed64()
159
if (!writeCtx_->getMemory(writeCtx_, VARINT_ENCODE_MAX_SIZE +
SIZE_FIXED64
,
in AddFixed64()
167
if (memcpy_s(fieldMemory + tagSize,
SIZE_FIXED64
, &v,
SIZE_FIXED64
) != EOK) {
in AddFixed64()
172
writeCtx_->seek(writeCtx_, fieldOffset + tagSize +
SIZE_FIXED64
);
in AddFixed64()
173
size_ += static_cast<int32_t>(tagSize +
SIZE_FIXED64
);
in AddFixed64()
335
static_assert(sizeof(T) == SIZE_FIXED32 || sizeof(T) ==
SIZE_FIXED64
,
in AddPackedFixed()
Completed in 1 milliseconds