Searched refs:PERFETTO_IS_TRIVIALLY_COPYABLE (Results 1 – 2 of 2) sorted by relevance
78 #define PERFETTO_IS_TRIVIALLY_COPYABLE(T) true macro80 #define PERFETTO_IS_TRIVIALLY_COPYABLE(T) std::is_trivially_copyable<T>::value macro
210 static_assert(PERFETTO_IS_TRIVIALLY_COPYABLE(Field), in ExpandHeapStorage()