Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.h77 bool LoadInternal(const uint8_t* filter_data, size_t len);
Dfilter_bytecode_parser.cc36 bool res = LoadInternal(static_cast<const uint8_t*>(filter_data), len); in Load()
43 bool FilterBytecodeParser::LoadInternal(const uint8_t* bytecode_data, in LoadInternal() function in protozero::FilterBytecodeParser