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.cc100 PERFETTO_ALWAYS_INLINE void FillMessage_Nested(T* msg, int depth = 0) { in FillMessage_Nested() function
105 FillMessage_Nested(child, depth + 1); in FillMessage_Nested()
168 FillMessage_Nested(&msg); in BM_Protozero_Nested_Libprotobuf()
180 FillMessage_Nested(msg.get()); in BM_Protozero_Nested_Protozero()
189 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);