Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp332 std::unordered_map<const TStructure *, DeclaredStructure> rawToDeclared; in ToposortStructs() local
337 ASSERT(rawToDeclared.find(d.structure) == rawToDeclared.end()); in ToposortStructs()
338 rawToDeclared[d.structure] = d; in ToposortStructs()
349 auto it = rawToDeclared.find(s); in ToposortStructs()
350 if (it != rawToDeclared.end()) in ToposortStructs()