Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs766 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_get_object_item() localVariable
769 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_get_object_item() localVariable
801 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_add_item_to_object() localVariable
802 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_add_item_to_object() localVariable
833 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_replace_object_item_by_index() localVariable
834 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_replace_object_item_by_index() localVariable
973 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_get_object_node() localVariable
976 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_get_object_node() localVariable
1025 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_add_item_to_object_then_get_node() localVariable
1026 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_add_item_to_object_then_get_node() localVariable