Searched refs:vb_struct (Results 1 – 1 of 1) sorted by relevance
1209 let vb_struct = match OhCloudExtValueBucket::get_inner_ref(vb, SafetyCheckId::ValueBucket) { in OhCloudExtValueBucketGetKeys() localVariable1214 let keys_vec = vb_struct.0.clone().into_keys().collect::<Vec<String>>(); in OhCloudExtValueBucketGetKeys()1239 let vb_struct = match OhCloudExtValueBucket::get_inner_ref(vb, SafetyCheckId::ValueBucket) { in OhCloudExtValueBucketGetValue() localVariable1244 let value_struct = match vb_struct.0.get(&name) { in OhCloudExtValueBucketGetValue()