Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFSection.h306 using StringToIndexType = std::map<std::string, size_t, SuffixComparator>; variable
310 StringToIndexType StringToIndexMap;
DIceELFSection.cpp197 StringToIndexType::const_iterator It = StringToIndexMap.find(Str); in getIndex()