Home
last modified time | relevance | path

Searched refs:wrap_value (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs242 pub fn wrap_value(&self, value: &str, customize: &Customize) -> String { in wrap_value() method
/external/python/cpython3/Lib/
Dinspect.py2040 def wrap_value(s): function
2064 return wrap_value(value)
2069 return wrap_value(node.id)
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs1192 &full_storage_type.wrap_value(value, &self.customize), in write_self_field_assign_some()
1216 .wrap_value(&converted, &self.customize) in write_self_field_assign_value()