Home
last modified time | relevance | path

Searched defs:case_expr (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf-codegen/2.27.1/src/
Dcode_writer.rs384 pub fn case_expr<S1: AsRef<str>, S2: AsRef<str>>(&mut self, cond: S1, body: S2) { in case_expr() method
/external/rust/crates/protobuf-codegen/src/gen/
Dcode_writer.rs452 pub(crate) fn case_expr<S1: AsRef<str>, S2: AsRef<str>>(&mut self, cond: S1, body: S2) { in case_expr() method