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:serialized_data
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/snapshot/
H
A
D
context-serializer.cc
237
std::vector<StartupData>
serialized_data
;
in SerializeJSObjectWithEmbedderFields()
local
250
serialized_data
.push_back({nullptr, 0});
in SerializeJSObjectWithEmbedderFields()
256
serialized_data
.push_back({nullptr, 0});
in SerializeJSObjectWithEmbedderFields()
261
serialized_data
.push_back(data);
in SerializeJSObjectWithEmbedderFields()
272
if (!DataIsEmpty(
serialized_data
[i])) {
in SerializeJSObjectWithEmbedderFields()
295
StartupData data =
serialized_data
[i];
in SerializeJSObjectWithEmbedderFields()
H
A
D
snapshot.cc
307
StartupData
serialized_data
;
in SerializeDeserializeAndVerifyForTesting()
local
324
serialized_data
= Snapshot::Create(isolate, *default_context,
in SerializeDeserializeAndVerifyForTesting()
326
auto_delete_serialized_data.reset(
serialized_data
.data);
in SerializeDeserializeAndVerifyForTesting()
337
new_isolate->set_snapshot_blob(&
serialized_data
);
in SerializeDeserializeAndVerifyForTesting()
/third_party/protobuf/python/google/protobuf/internal/
H
A
D
message_test.py
377
serialized_data
= message.SerializeToString()
378
message.ParseFromString(
serialized_data
)
384
serialized_data
= message.SerializeToString()
385
message.ParseFromString(
serialized_data
)
/third_party/protobuf/src/google/protobuf/
H
A
D
map_test.cc
3164
std::string
serialized_data
;
in TEST()
local
3165
dynamic_message->SerializeToString(&
serialized_data
);
in TEST()
3166
EXPECT_EQ(
serialized_data
, expected_serialized_data);
in TEST()
3167
dynamic_message->ParseFromString(
serialized_data
);
in TEST()
Completed in 12 milliseconds