Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.cc75 std::vector<uint32_t> direct_indexed_fields; in LoadInternal() local
81 direct_indexed_fields.resize(std::max(direct_indexed_fields.size(), in LoadInternal()
83 direct_indexed_fields[field_id] = kAllowed | msg_id; in LoadInternal()
162 words_.emplace_back(static_cast<uint32_t>(direct_indexed_fields.size())); in LoadInternal()
163 words_.insert(words_.end(), direct_indexed_fields.begin(), in LoadInternal()
164 direct_indexed_fields.end()); in LoadInternal()
166 direct_indexed_fields.clear(); in LoadInternal()