Home
last modified time | relevance | path

Searched refs:to_text (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp128 std::string to_text(bool b) { return b ? std::string("true") : std::string("false"); } in to_text() function
137 out += " \"is_portability_driver\": " + to_text(is_portability_driver); in get_manifest_str()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dtests.rs772 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()
Dmod.rs676 to_text,
1544 to_text,
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md169 * Added `X509ReqRef::to_text`.
216 * Added `X509Ref::to_text`.