Home
last modified time | relevance | path

Searched defs:wrap_value (Results 1 – 2 of 2) 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