Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkSpan.h40 constexpr size_t size_bytes() const { return fSize * sizeof(T); } in size_bytes() function
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.h49 index_type size_bytes() const { return size_ * sizeof(T); } in size_bytes() function
/third_party/boost/boost/histogram/detail/
Dspan.hpp184 constexpr std::size_t size_bytes() const noexcept { in size_bytes() function in boost::histogram::detail::span
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1022 gint64 size_bytes; in sink_query() local