Searched refs:ByteBufferProxy (Results 1 – 3 of 3) sorted by relevance
32 using teeui::ByteBufferProxy;43 std::initializer_list<ByteBufferProxy> buffers) { in hmac256()
22 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs) { in operator ==()
85 class ByteBufferProxy {94 ByteBufferProxy(const T& buffer, decltype(buffer.data()) = nullptr)100 ByteBufferProxy(const char (&buffer)[size]) in ByteBufferProxy() function106 ByteBufferProxy(const uint8_t (&buffer)[size]) : data_(buffer), size_(size) {} in ByteBufferProxy() function108 ByteBufferProxy() : data_(nullptr), size_(0) {} in ByteBufferProxy() function139 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs);