Home
last modified time | relevance | path

Searched refs:Range (Results 1 – 6 of 6) sorted by relevance

/thrift-3.4.0/lib/d/src/thrift/internal/
Dalgorithm.d20 Range removeEqual(SwapStrategy s = SwapStrategy.stable, Range, E)(Range range, E e)
21 if (isBidirectionalRange!Range)
Dresource_pool.d68 static struct Range { in TResourcePool() struct
196 Range opSlice() { in TResourcePool()
201 return Range(this, res); in TResourcePool()
/thrift-3.4.0/lib/swift/Sources/
DTList.swift78 public subscript(range: Range<Index>) -> SubSequence {
113 public mutating func replaceSubrange<C: Collection>(_ subrange: Range<Index>, with newElements: C) in replaceSubrange<C: Collection>()
DTMemoryBufferTransport.swift60 …let ret = readBuffer.subdata(in: Range(uncheckedBounds: (lower: position, upper: position + amount… in read()
DTMap.swift100 public subscript(bounds: Range<Index>) -> SubSequence {
DTSet.swift124 public subscript(bounds: Range<Index>) -> SubSequence {