Searched defs:object_ref (Results 1 – 1 of 1) sorted by relevance
766 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_get_object_item() localVariable769 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_get_object_item() localVariable801 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_add_item_to_object() localVariable802 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_add_item_to_object() localVariable833 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_replace_object_item_by_index() localVariable834 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_replace_object_item_by_index() localVariable973 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_get_object_node() localVariable976 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_get_object_node() localVariable1025 let object_ref = &mut *(object as *mut JsonValue); in ylong_json_add_item_to_object_then_get_node() localVariable1026 let object_ref = match object_ref.try_as_mut_object() { in ylong_json_add_item_to_object_then_get_node() localVariable