Searched refs:mTable (Results 1 – 5 of 5) sorted by relevance
112 return mTable.empty(); in isEmpty()117 return mTable.size() == 1u; in atGlobalLevel()122 mTable.emplace_back(new TSymbolTableLevel); in push()128 mTable.pop_back(); in pop()261 int userDefinedLevel = static_cast<int>(mTable.size()) - 1; in findUserDefined()264 const TSymbol *symbol = mTable[userDefinedLevel]->find(name); in findUserDefined()278 ASSERT(!mTable.empty()); in findUserDefinedFunction()279 return static_cast<TFunction *>(mTable[0]->find(name)); in findUserDefinedFunction()284 ASSERT(!mTable.empty()); in findGlobal()285 return mTable[0]->find(name); in findGlobal()[all …]
193 TScopedSymbolTableLevel(TSymbolTable *table) : mTable(table) in TScopedSymbolTableLevel()195 ASSERT(mTable->isEmpty()); in TScopedSymbolTableLevel()196 mTable->push(); in TScopedSymbolTableLevel()200 while (!mTable->isEmpty()) in ~TScopedSymbolTableLevel()201 mTable->pop(); in ~TScopedSymbolTableLevel()205 TSymbolTable *mTable; member in sh::__anonec9781580211::TScopedSymbolTableLevel
321 std::vector<std::unique_ptr<TSymbolTableLevel>> mTable; variable
48 boolean found = mTable.getResourceName(styleResId, true, resourceName); in toString()62 private ResTable mTable; field in ResTableTheme69 this.mTable = resources; in ResTableTheme()73 return this.mTable; in getResTable()83 final int p = mTable.getResourcePackageIndex(resID); in GetAttribute()164 return mTable.resolveReference(inOutValue, blockIndex, outLastRef, in resolveAttributeReference()177 mTable.lock(); in applyStyle()178 final int N = mTable.getBagLocked(resID, bag, bagTypeSpecFlags); in applyStyle()183 mTable.unlock(); in applyStyle()206 final int pidx = mTable.getResourcePackageIndex(attrRes); in applyStyle()[all …]
466 …mTable[ CL_ADDRESS_NONE - CL_ADDRESS_NONE ][ CL_FILTER_NEAREST - CL_FILTER_NEAREST ] = … in AddressingTable()467 …mTable[ CL_ADDRESS_NONE - CL_ADDRESS_NONE ][ CL_FILTER_LINEAR - CL_FILTER_NEAREST ] = … in AddressingTable()468 …mTable[ CL_ADDRESS_REPEAT - CL_ADDRESS_NONE ][ CL_FILTER_NEAREST - CL_FILTER_NEAREST ] = … in AddressingTable()469 …mTable[ CL_ADDRESS_REPEAT - CL_ADDRESS_NONE ][ CL_FILTER_LINEAR - CL_FILTER_NEAREST ] = … in AddressingTable()470 …mTable[ CL_ADDRESS_CLAMP_TO_EDGE - CL_ADDRESS_NONE ][ CL_FILTER_NEAREST - CL_FILTER_NEAREST ] = … in AddressingTable()471 …mTable[ CL_ADDRESS_CLAMP_TO_EDGE - CL_ADDRESS_NONE ][ CL_FILTER_LINEAR - CL_FILTER_NEAREST ] = … in AddressingTable()472 …mTable[ CL_ADDRESS_CLAMP - CL_ADDRESS_NONE ][ CL_FILTER_NEAREST - CL_FILTER_NEAREST ] = … in AddressingTable()473 …mTable[ CL_ADDRESS_CLAMP - CL_ADDRESS_NONE ][ CL_FILTER_LINEAR - CL_FILTER_NEAREST ] = … in AddressingTable()474 …mTable[ CL_ADDRESS_MIRRORED_REPEAT - CL_ADDRESS_NONE ][ CL_FILTER_NEAREST - CL_FILTER_NEAREST ] = … in AddressingTable()475 …mTable[ CL_ADDRESS_MIRRORED_REPEAT - CL_ADDRESS_NONE ][ CL_FILTER_LINEAR - CL_FILTER_NEAREST ] = … in AddressingTable()[all …]