Searched refs:to_text (Results 1 – 4 of 4) sorted by relevance
128 std::string to_text(bool b) { return b ? std::string("true") : std::string("false"); } in to_text() function137 out += " \"is_portability_driver\": " + to_text(is_portability_driver); in get_manifest_str()
772 let text = String::from_utf8(cert.to_text().unwrap()).unwrap(); in test_convert_to_text()797 let text = String::from_utf8(csr.to_text().unwrap()).unwrap(); in test_convert_req_to_text()
676 to_text,1544 to_text,
169 * Added `X509ReqRef::to_text`.216 * Added `X509Ref::to_text`.