Searched defs:to_text (Results 1 – 3 of 3) sorted by relevance
491 fn to_text(&self, ctx: &Ctx) -> SmolStr; in to_text() method521 fn to_text(&self, ctx: &RawConverter<'_>) -> SmolStr { in to_text() method664 fn to_text(&self, _ctx: &Converter) -> SmolStr { in to_text() method
133 std::string to_text(bool b) { return b ? std::string("true") : std::string("false"); } in to_text() function
158 fn to_text(&self, concrete_type: &ast::Type) -> String { in to_text() method