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:ubjson
(Results
1 - 8
of
8
) sorted by relevance
/third_party/json/tests/src/
H
A
D
unit-ubjson.cpp
1594
CHECK_THROWS_AS(_ = json::sax_parse(v_ubjson, &scp, json::input_format_t::
ubjson
), json::out_of_range&);
1608
CHECK_THROWS_AS(_ = json::sax_parse(v_ubjson, &scp, json::input_format_t::
ubjson
), json::out_of_range&);
1619
CHECK(!json::sax_parse(v, &scp, json::input_format_t::
ubjson
));
1626
CHECK(!json::sax_parse(v, &scp, json::input_format_t::
ubjson
));
1633
CHECK(!json::sax_parse(v, &scp, json::input_format_t::
ubjson
));
1640
CHECK(!json::sax_parse(v, &scp, json::input_format_t::
ubjson
));
1647
CHECK(!json::sax_parse(v, &scp, json::input_format_t::
ubjson
));
1654
CHECK(!json::sax_parse(v, &scp, json::input_format_t::
ubjson
));
2461
auto packed = utils::read_binary_file(filename + ".
ubjson
");
in CAPTURE()
2476
std::ifstream f_ubjson(filename + ".
ubjson
", st
[all...]
/third_party/json/tests/abi/include/nlohmann/
H
A
D
json_v3_10_5.hpp
5233
enum class input_format_t { json, cbor, msgpack,
ubjson
, bson };
8289
case input_format_t::
ubjson
:
8301
if (format == input_format_t::
ubjson
)
10006
if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::
ubjson
, "value")))
10016
return get_number(input_format_t::
ubjson
, len) && get_string(input_format_t::
ubjson
, len, result);
10022
return get_number(input_format_t::
ubjson
, len) && get_string(input_format_t::
ubjson
, len, result);
10028
return get_number(input_format_t::
ubjson
, len) && get_string(input_format_t::
ubjson
, le
[all...]
/third_party/json/include/nlohmann/
H
A
D
json.hpp
4449
const bool res = binary_reader<decltype(ia)>(std::move(ia), input_format_t::
ubjson
).sax_parse(input_format_t::
ubjson
, &sdp, strict);
4464
const bool res = binary_reader<decltype(ia)>(std::move(ia), input_format_t::
ubjson
).sax_parse(input_format_t::
ubjson
, &sdp, strict);
4488
const bool res = binary_reader<decltype(ia)>(std::move(ia), input_format_t::
ubjson
).sax_parse(input_format_t::
ubjson
, &sdp, strict);
/third_party/json/include/nlohmann/detail/input/
H
A
D
input_adapters.hpp
34
enum class input_format_t { json, cbor, msgpack,
ubjson
, bson, bjdata };
member in detail::input_format_t
H
A
D
binary_reader.hpp
127
case input_format_t::
ubjson
:
in sax_parse()
140
if (input_format == input_format_t::
ubjson
|| input_format == input_format_t::bjdata)
in sax_parse()
2930
case input_format_t::
ubjson
:
in exception_message()
/third_party/json/
H
A
D
Makefile
109
find tests/data -size -5k -name *.
ubjson
| xargs -I{} cp "{}" fuzz-testing/testcases
/third_party/json/single_include/nlohmann/
H
A
D
json.hpp
6103
enum class input_format_t { json, cbor, msgpack,
ubjson
, bson, bjdata };
member in detail::input_format_t
9201
case input_format_t::
ubjson
:
9214
if (input_format == input_format_t::
ubjson
|| input_format == input_format_t::bjdata)
12004
case input_format_t::
ubjson
:
23627
const bool res = binary_reader<decltype(ia)>(std::move(ia), input_format_t::
ubjson
).sax_parse(input_format_t::
ubjson
, &sdp, strict);
23642
const bool res = binary_reader<decltype(ia)>(std::move(ia), input_format_t::
ubjson
).sax_parse(input_format_t::
ubjson
, &sdp, strict);
23666
const bool res = binary_reader<decltype(ia)>(std::move(ia), input_format_t::
ubjson
).sax_parse(input_format_t::
ubjson
,
[all...]
/third_party/json/docs/docset/
H
A
D
docSet.sql
171
INSERT INTO searchIndex(name, type, path) VALUES ('Binary Formats: UBJSON', 'Guide', 'features/binary_formats/
ubjson
/index.html');
Completed in 51 milliseconds