Home
last modified time | relevance | path

Searched defs:BytesView (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader_help.h28 BytesView() : data_(nullptr), size_(0) {} in BytesView() function
29 BytesView(const uint8_t* data, size_t size) : data_(data), size_(size) {} in BytesView() function
30 BytesView(const BytesView& bytesView) in BytesView() function