Home
last modified time | relevance | path

Searched defs:_value (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/benches/
H A Ddeserialize_json_cmp.rs34 let _value = JsonValue::from_str(NULL_EXAMPLE).unwrap(); in null_deserialize_perf_ylong_json() localVariable
43 let _value = JsonValue::from_str(BOOLEAN_EXAMPLE).unwrap(); in boolean_deserialize_perf_ylong_json() localVariable
52 let _value = JsonValue::from_str(NUMBER_EXAMPLE).unwrap(); in number_deserialize_perf_ylong_json() localVariable
61 let _value = JsonValue::from_str(STRING_EXAMPLE).unwrap(); in string_deserialize_perf_ylong_json() localVariable
70 let _value = JsonValue::from_str(ARRAY_EXAMPLE).unwrap(); in array_deserialize_perf_ylong_json() localVariable
79 let _value = JsonValue::from_str(OBJECT_EXAMPLE).unwrap(); in object_deserialize_perf_ylong_json() localVariable
88 let _value = JsonValue::from_str(RFC7159_EXAMPLE1).unwrap(); in exp1_deserialize_perf_ylong_json() localVariable
97 let _value = JsonValue::from_str(RFC7159_EXAMPLE2).unwrap(); in exp2_deserialize_perf_ylong_json() localVariable
106 let _value = JsonValue::from_str(JSON_PARSE_TEST).unwrap(); in exp3_deserialize_perf_ylong_json() localVariable
115 let _value = JsonValue::from_str(LONG_KEY_VALUE).unwrap(); in exp4_deserialize_perf_ylong_json() localVariable
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
H A Dpinning.rs220 let _value = map.insert( in ut_pubkey_pins_clone() localVariable
/aosp14/system/core/libutils/include/utils/
H A DLruCache.h74 … Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry()
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.cpp3453 const String16& _value, in Item()