Lines Matching refs:byte
29 : data_(reinterpret_cast<const byte*>(data)),
33 explicit SnapshotByteSource(base::Vector<const byte> payload)
42 byte Get() {
47 byte Peek() const {
101 int GetBlob(const byte** data);
107 const byte* data_;
124 void Put(byte b, const char* description) { data_.push_back(b); }
127 void PutRaw(const byte* data, int number_of_bytes, const char* description);
132 const std::vector<byte>* data() const { return &data_; }
135 std::vector<byte> data_;