Searched defs:QueryResult (Results 1 – 1 of 1) sorted by relevance
44600 struct QueryResult { struct in protozero::FilterBytecodeParser44601 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()