Searched defs:dict_set_i32 (Results 1 – 2 of 2) sorted by relevance
78 void dict_set_i32(ContextPointer& c, rust::Str key, int32_t val) const { in dict_set_i32() function
43 fn dict_set_i32(self: &Functions, ctx: Pin<&mut ContextPointer>, key: &str, val: i32); in dict_set_i32() function