Searched defs:to_text (Results 1 – 4 of 4) sorted by relevance
34 struct to_text : boost::static_visitor<std::string> struct39 std::string to_text_impl( in to_text_impl() argument50 std::string to_text_impl(const Value& operand, int) const in to_text_impl() argument63 return to_text_impl(operand, 1L); in operator() argument
265 pub fn to_text(&self) -> Result<&str> { in to_text() method
290 pub fn to_text(&self) -> Result<&str, Utf8Error> { in to_text() method
660 pub fn to_text(&self) -> Result<&str, Error> { in to_text() method