Searched refs:buf2 (Results 1 – 4 of 4) sorted by relevance
130 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { in operator()131 if (buf1->numFds == buf2->numFds) { in operator()133 if (buf1->data[i] != buf2->data[i]) { in operator()
403 std::vector<uint8_t> buf2; in TEST() local404 map.encode(std::back_inserter(buf2)); in TEST()405 EXPECT_EQ(buf, buf2); in TEST()
213 char buf2[SHA_DIGEST_LENGTH * 2 + 1]; in cborPrettyPrintInternal() local215 snprintf(buf2 + n * 2, 3, "%02x", digest[n]); in cborPrettyPrintInternal()217 snprintf(buf, sizeof(buf), "<bstr size=%zd sha1=%s>", value.size(), buf2); in cborPrettyPrintInternal()
376 const buffer_handle_t& buf2) const { in operator ()()377 if (buf1->numFds == buf2->numFds) { in operator ()()379 if (buf1->data[i] != buf2->data[i]) { in operator ()()