Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tools/bcc/
DMain.cpp172 std::list<std::pair<int, int>> planList; in extractSourcesAndSlots() local
182 planList.push_back(std::make_pair(source, slot)); in extractSourcesAndSlots()
185 sourcesAndSlots->push_back(planList); in extractSourcesAndSlots()