Home
last modified time | relevance | path

Searched refs:PERFETTO_IS_TRIVIALLY_COPYABLE (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/include/perfetto/base/
Dutils.h78 #define PERFETTO_IS_TRIVIALLY_COPYABLE(T) true macro
80 #define PERFETTO_IS_TRIVIALLY_COPYABLE(T) std::is_trivially_copyable<T>::value macro
/external/perfetto/src/protozero/
Dproto_decoder.cc210 static_assert(PERFETTO_IS_TRIVIALLY_COPYABLE(Field), in ExpandHeapStorage()