Searched defs:new_name (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/ |
H A D | query.rs | 69 let new_name = format!("{:?}{}", function_name, i); in query_without_limit() localVariable 78 let new_name = format!("{:?}{}", function_name, i); in query_without_limit() localVariable 89 let new_name = format!("{:?}{}", function_name, i); in query_with_offset_without_limit() localVariable 102 let new_name = format!("{:?}{}", function_name, i + offset); in query_with_offset_without_limit() localVariable 113 let new_name = format!("{:?}{}", function_name, i); in query_with_limit_with_without_offset() localVariable 143 let new_name = format!("{:?}{}", function_name, i); in query_with_limit_with_without_offset() localVariable
|