Searched refs:SnapshotByteSource (Results 1 – 4 of 4) sorted by relevance
25 class SnapshotByteSource final {27 SnapshotByteSource(const char* data, int length) in SnapshotByteSource() function32 explicit SnapshotByteSource(Vector<const byte> payload) in SnapshotByteSource() function35 ~SnapshotByteSource() = default;36 SnapshotByteSource(const SnapshotByteSource&) = delete;37 SnapshotByteSource& operator=(const SnapshotByteSource&) = delete;
38 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob()
95 SnapshotByteSource* source() { return &source_; } in source()215 SnapshotByteSource source_;
623 SnapshotByteSource& source() { return deserializer_->source_; } in source()