Searched refs:defs (Results 1 – 2 of 2) sorted by relevance
1682 int[] defs = new int[ifds.length]; in getTagDefinitionsForTagId() local1688 defs[counter++] = def; in getTagDefinitionsForTagId()1695 return Arrays.copyOfRange(defs, 0, counter); in getTagDefinitionsForTagId()1706 int[] defs = getTagDefinitionsForTagId(tagId); in getTagDefinitionForTag() local1707 if (defs == null) { in getTagDefinitionForTag()1712 for (int i : defs) { in getTagDefinitionForTag()
1855 … const Vector<SymbolDefinition>& defs = densityVaryingResources[k]; in buildResources() local1856 const size_t defCount = std::min(size_t(5), defs.size()); in buildResources()1858 const SymbolDefinition& def = defs[d]; in buildResources()1863 if (defCount < defs.size()) { in buildResources()1864 … SourcePos().error("and %d more ...", (int) (defs.size() - defCount)); in buildResources()