Lines Matching refs:cborPretty
188 string cborPretty; in TEST_P() local
234 cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {"readerCertificate"}); in TEST_P()
281 cborPretty); in TEST_P()
356 cborPretty = cppbor::prettyPrint(itemsRequestBytes, 32, {"EphemeralPublicKey"}); in TEST_P()
371 cborPretty); in TEST_P()
446 cborPretty = cppbor::prettyPrint(deviceNameSpacesEncoded, 32, {}); in TEST_P()
460 cborPretty); in TEST_P()
490 cborPretty = cppbor::prettyPrint(deviceNameSpacesEncoded, 32, {}); in TEST_P()
491 ASSERT_EQ("{}", cborPretty); in TEST_P()
512 cborPretty = cppbor::prettyPrint(deviceNameSpacesEncoded, 32, {}); in TEST_P()
513 ASSERT_EQ("{}", cborPretty); in TEST_P()