Home
last modified time | relevance | path

Searched refs:byIndex (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertiesCollector.java1049 Map<Integer,POJOPropertyBuilder> byIndex = new TreeMap<>(); in _sortProperties() local
1056 byIndex.put(index, prop); in _sortProperties()
1060 for (POJOPropertyBuilder prop : byIndex.values()) { in _sortProperties()
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1031 std::vector<LocationAndScope> byIndex; member
1400 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()