HomeSort by relevance Sort by last modified time
    Searched refs:IDsIndex (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTimerTree.cpp 45 IDsIndex[STR(tag)] = TT_##tag;
55 if (IDsIndex.find(Name) == IDsIndex.end()) {
56 IDsIndex[Name] = IDs.size();
61 return IDsIndex[Name];
IceTimerTree.h 87 /// IDsIndex maps a symbolic timer name to its integer ID.
88 std::map<std::string, TimerIdT> IDsIndex;

Completed in 104 milliseconds