Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.cc43 bool FilterBytecodeParser::LoadInternal(const uint8_t* bytecode_data, in LoadInternal() argument
53 for (BytecodeDecoder it(bytecode_data, len, &packed_parse_err); it; ++it) in LoadInternal()