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:protoLiteral
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/ets_frontend/merge_abc/src/
H
A
D
assemblyLiteralsProto.cpp
105
auto *
protoLiteral
= protoArray.add_literals();
in Serialize()
local
106
Literal::Serialize(literal, *
protoLiteral
);
in Serialize()
113
for (const auto &
protoLiteral
: protoArray.literals()) {
in Deserialize()
115
Literal::Deserialize(
protoLiteral
, literal);
in Deserialize()
120
void Literal::Serialize(const panda::pandasm::LiteralArray::Literal &literal, protoPanda::Literal &
protoLiteral
)
in Serialize()
argument
122
protoLiteral
.set_tag(static_cast<uint32_t>(literal.tag_));
in Serialize()
123
auto *value =
protoLiteral
.mutable_value();
in Serialize()
127
void Literal::Deserialize(const protoPanda::Literal &
protoLiteral
, panda::pandasm::LiteralArray::Literal &literal)
in Deserialize()
argument
129
literal.tag_ = static_cast<panda::panda_file::LiteralTag>(
protoLiteral
.tag());
in Deserialize()
130
VariantValue::Deserialize(
protoLiteral
in Deserialize()
[all...]
H
A
D
assemblyLiteralsProto.h
38
static void Serialize(const panda::pandasm::LiteralArray::Literal &literal, protoPanda::Literal &
protoLiteral
);
39
static void Deserialize(const protoPanda::Literal &
protoLiteral
, panda::pandasm::LiteralArray::Literal &literal);
Completed in 1 milliseconds