Home
last modified time | relevance | path

Searched defs:dict_set_i32 (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.h78 void dict_set_i32(ContextPointer& c, rust::Str key, int32_t val) const { in dict_set_i32() function
H A Dlib.rs43 fn dict_set_i32(self: &Functions, ctx: Pin<&mut ContextPointer>, key: &str, val: i32); in dict_set_i32() function