Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/base/
Dutils.h68 #define PERFETTO_IS_TRIVIALLY_CONSTRUCTIBLE(T) true macro
70 #define PERFETTO_IS_TRIVIALLY_CONSTRUCTIBLE(T) \ macro
/external/perfetto/include/perfetto/protozero/
Dproto_decoder.h188 static_assert(PERFETTO_IS_TRIVIALLY_CONSTRUCTIBLE(Field) && in TypedProtoDecoderBase()