Home
last modified time | relevance | path

Searched defs:dict_set_bool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/serde_json_lenient/v0_2/wrapper/
H A Dfunctions.h75 void dict_set_bool(ContextPointer& c, rust::Str key, bool val) const { in dict_set_bool() function
H A Dlib.rs42 fn dict_set_bool(self: &Functions, ctx: Pin<&mut ContextPointer>, key: &str, val: bool); in dict_set_bool() function