Home
last modified time | relevance | path

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

/commonlibrary/utils_lite/include/
Dohos_types.h43 typedef int boolean; typedef
/commonlibrary/rust/ylong_json/src/
Dadapter.rs177 let boolean = &*(boolean as *mut JsonValue); in ylong_json_get_value_from_bool() localVariable
178 let boolean = match boolean.try_as_boolean() { in ylong_json_get_value_from_bool() localVariable
198 let boolean = &mut *(boolean as *mut JsonValue); in ylong_json_set_value_to_bool() localVariable
199 let boolean = match boolean.try_as_mut_boolean() { in ylong_json_set_value_to_bool() localVariable