Searched defs:boolean (Results 1 – 2 of 2) sorted by relevance
43 typedef int boolean; typedef
177 let boolean = &*(boolean as *mut JsonValue); in ylong_json_get_value_from_bool() localVariable178 let boolean = match boolean.try_as_boolean() { in ylong_json_get_value_from_bool() localVariable198 let boolean = &mut *(boolean as *mut JsonValue); in ylong_json_set_value_to_bool() localVariable199 let boolean = match boolean.try_as_mut_boolean() { in ylong_json_set_value_to_bool() localVariable