Lines Matching refs:BigBufferView
21 class BigBufferView; variable
43 friend class mojo_base::BigBufferView; in COMPONENT_EXPORT()
116 friend class BigBufferView; in COMPONENT_EXPORT()
129 class COMPONENT_EXPORT(MOJO_BASE) BigBufferView { in COMPONENT_EXPORT()
131 BigBufferView(); in COMPONENT_EXPORT()
132 BigBufferView(BigBufferView&& other); in COMPONENT_EXPORT()
138 explicit BigBufferView(base::span<const uint8_t> bytes); in COMPONENT_EXPORT()
139 ~BigBufferView(); in COMPONENT_EXPORT()
141 BigBufferView& operator=(BigBufferView&& other); in COMPONENT_EXPORT()
155 static BigBuffer ToBigBuffer(BigBufferView view) WARN_UNUSED_RESULT; in COMPONENT_EXPORT()
174 DISALLOW_COPY_AND_ASSIGN(BigBufferView); in COMPONENT_EXPORT()