Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp248 tLevel::const_iterator it; in dump()
277 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in ~TSymbolTableLevel()
289 tLevel::const_iterator candidate = level.lower_bound(name); in relateToOperator()
306 tLevel::const_iterator candidate = level.lower_bound(name); in setFunctionExtensions()
324 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in readOnly()
414 tLevel::const_iterator iter; in clone()
DSymbolTable.h463 tLevel::const_iterator it = level.find(name); in find()
475 tLevel::const_iterator begin = level.lower_bound(base); in findFunctionNameList()
477 tLevel::const_iterator end = level.upper_bound(base); in findFunctionNameList()
478 for (tLevel::const_iterator it = begin; it != end; ++it) in findFunctionNameList()
485 tLevel::const_iterator candidate = level.lower_bound(name); in hasFunctionName()
501 tLevel::const_iterator candidate = level.lower_bound(name); in findFunctionVariableName()
567 …String, TSymbol*, std::less<TString>, pool_allocator<std::pair<const TString, TSymbol*> > > tLevel; typedef
568 typedef const tLevel::value_type tLevelPair;
569 typedef std::pair<tLevel::iterator, bool> tInsertResult;
571 tLevel level; // named mappings
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable.cpp38 using tLevel = TUnorderedMap<ImmutableString, typedef in sh::TSymbolTable::TSymbolTableLevel
41 using tLevelPair = const tLevel::value_type;
42 using tInsertResult = std::pair<tLevel::iterator, bool>;
44 tLevel level;
61 tLevel::const_iterator it = level.find(name); in find()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable.cpp74 using tLevel = TUnorderedMap<ImmutableString, typedef in sh::TSymbolTable::TSymbolTableLevel
77 using tLevelPair = const tLevel::value_type;
78 using tInsertResult = std::pair<tLevel::iterator, bool>;
80 tLevel level;
97 tLevel::const_iterator it = level.find(name); in find()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h200 typedef TMap<TString, TSymbol*> tLevel; typedef
201 typedef tLevel::const_iterator const_iterator;
202 typedef const tLevel::value_type tLevelPair;
203 typedef std::pair<tLevel::iterator, bool> tInsertResult;
222 tLevel level;
DSymbolTable.cpp197 for (tLevel::iterator it = level.begin(); it != level.end(); ++it) in ~TSymbolTableLevel()
223 tLevel::const_iterator it = level.find(name); in find()