Searched refs:inputList (Results 1 – 5 of 5) sorted by relevance
153 private List<Record<V>> inputList; field in AlphabeticIndex619 if (inputList != null && !inputList.isEmpty()) { in buildImmutableIndex()683 if (inputList == null) { in addRecord()684 inputList = new ArrayList<Record<V>>(); in addRecord()686 inputList.add(new Record<V>(name, data)); in addRecord()717 if (inputList != null && !inputList.isEmpty()) { in clearRecords()718 inputList.clear(); in clearRecords()742 return inputList != null ? inputList.size() : 0; in getRecordCount()765 if (inputList == null || inputList.isEmpty()) { in initBuckets()771 Collections.sort(inputList, recordComparator); in initBuckets()[all …]
153 private List<Record<V>> inputList; field in AlphabeticIndex599 if (inputList != null && !inputList.isEmpty()) { in buildImmutableIndex()660 if (inputList == null) { in addRecord()661 inputList = new ArrayList<Record<V>>(); in addRecord()663 inputList.add(new Record<V>(name, data)); in addRecord()692 if (inputList != null && !inputList.isEmpty()) { in clearRecords()693 inputList.clear(); in clearRecords()715 return inputList != null ? inputList.size() : 0; in getRecordCount()737 if (inputList == null || inputList.isEmpty()) { in initBuckets()743 Collections.sort(inputList, recordComparator); in initBuckets()[all …]
67 , inputList(inList) in TVarGatherTraverser()77 target = &inputList; in visitSymbol()100 TVarLiveMap& inputList; member in glslang::TVarGatherTraverser110 , inputList(inList) in TVarSetTraverser()119 source = &inputList; in visitSymbol()148 const TVarLiveMap& inputList; member in glslang::TVarSetTraverser
1063 LocalPointer<UVector> inputList(new UVector(status), status); in addRecord() local1067 inputList_ = inputList.orphan(); in addRecord()