Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.cc161 message_offset_.emplace_back(static_cast<uint32_t>(words_.size())); in LoadInternal()
174 if (max_msg_index > 0 && max_msg_index >= message_offset_.size()) { in LoadInternal()
178 max_msg_index, message_offset_.size()); in LoadInternal()
184 message_offset_.emplace_back(static_cast<uint32_t>(words_.size())); in LoadInternal()
194 static_cast<uint64_t>(message_offset_.size())) { in Query()
197 const uint32_t start_offset = message_offset_[msg_index]; in Query()
203 const uint32_t end_off = message_offset_[msg_index + 1]; in Query()
228 res.nested_msg_index < message_offset_.size() - 1); in Query()
Dfilter_bytecode_parser.h117 std::vector<uint32_t> message_offset_; variable