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:RFC7159_EXAMPLE1
(Results
1 - 6
of
6
) sorted by relevance
/commonlibrary/rust/ylong_json/benches/task_helpers/
H
A
D
mod.rs
23
pub const
RFC7159_EXAMPLE1
: &str = r#"
consts
/commonlibrary/rust/ylong_json/benches/
H
A
D
serialize_json_cmp.rs
92
let value = JsonValue::from_str(
RFC7159_EXAMPLE1
).unwrap();
in exp1_serialize_perf_ylong_json()
192
let value: Value = serde_json::from_str(
RFC7159_EXAMPLE1
).unwrap();
in exp1_serialize_perf_serde_json()
H
A
D
deserialize_json_cmp.rs
88
let _value = JsonValue::from_str(
RFC7159_EXAMPLE1
).unwrap();
in exp1_deserialize_perf_ylong_json()
178
let _value: Value = serde_json::from_str(
RFC7159_EXAMPLE1
).unwrap();
in exp1_deserialize_perf_serde_json()
/commonlibrary/rust/ylong_json/tests/
H
A
D
sdv_adapter_test.rs
19
const
RFC7159_EXAMPLE1
: &str = r#"
consts
178
let text = str_to_c_char(
RFC7159_EXAMPLE1
);
in sdv_adapter_parse_and_print()
H
A
D
ylong_json_sdv_test.rs
16
const
RFC7159_EXAMPLE1
: &str = r#"
consts
269
let json = JsonValue::from_text(
RFC7159_EXAMPLE1
).unwrap();
in sdv_json_parse()
329
let mut json = JsonValue::from_text(
RFC7159_EXAMPLE1
).unwrap();
in sdv_json_output()
H
A
D
sdv_adapt_serde_test.rs
50
const
RFC7159_EXAMPLE1
: &str = r#"
consts
69
let de_res = from_str::<ExampleOne>(
RFC7159_EXAMPLE1
);
in sdv_adapt_serde_example_one()
Completed in 3 milliseconds