Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/test/
Dprotozero_benchmark.cc98 PERFETTO_ALWAYS_INLINE void FillMessage_Nested(T* msg, int depth = 0) { in FillMessage_Nested() function
103 FillMessage_Nested(child, depth + 1); in FillMessage_Nested()
166 FillMessage_Nested(&msg); in BM_Protozero_Nested_Libprotobuf()
178 FillMessage_Nested(msg.get()); in BM_Protozero_Nested_Protozero()
187 FillMessage_Nested(msg); in BM_Protozero_Nested_SpeedOfLight()
/external/perfetto/docs/design-docs/
Dprotozero.md375 void FillMessage_Nested(T* msg, int depth = 0) {
379 FillMessage_Nested(child, depth + 1);