Home
last modified time | relevance | path

Searched defs:QueryResult (Results 1 – 1 of 1) sorted by relevance

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc44600 struct QueryResult { struct in protozero::FilterBytecodeParser
44601 bool allowed; // Whether the field is allowed at all or no.
44605 uint32_t nested_msg_index;
44611 bool simple_field() const { return nested_msg_index == kSimpleField; } in simple_field()