Searched refs:byIndex (Results 1 – 2 of 2) sorted by relevance
1049 Map<Integer,POJOPropertyBuilder> byIndex = new TreeMap<>(); in _sortProperties() local1056 byIndex.put(index, prop); in _sortProperties()1060 for (POJOPropertyBuilder prop : byIndex.values()) { in _sortProperties()
1031 std::vector<LocationAndScope> byIndex; member1400 ASSERT(traps.byIndex.size() == traps.byLocationAndScope.size()); in finalize()1401 traps.memory = std::make_unique<uint8_t[]>(traps.byIndex.size()); in finalize()1435 traps.byIndex.emplace_back(locationAndScope); in setLocation()1436 return traps.byIndex.size() - 1; in setLocation()1521 memset(traps.memory.get(), 0, traps.byIndex.size() * sizeof(traps.memory[0])); in onBreakpointsChanged()2201 auto const &locationAndScope = debugger->traps.byIndex[index]; in trap()