Home
last modified time | relevance | path

Searched refs:ListAppendValue (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/json/
Djson_reader.cc47 void ListAppendValue(ContextPointer& ctx, T v) { in ListAppendValue() function
98 .list_append_bool_fn = ListAppendValue<bool>, in DecodeJSONInRust()
99 .list_append_i32_fn = ListAppendValue<int32_t>, in DecodeJSONInRust()
100 .list_append_f64_fn = ListAppendValue<double>, in DecodeJSONInRust()
101 .list_append_str_fn = ListAppendValue<rust::Str, std::string>, in DecodeJSONInRust()