Searched defs:mapTo (Results 1 – 8 of 8) sorted by relevance
109 private StreamReadFeature(JsonParser.Feature mapTo) { in StreamReadFeature()
124 JsonGenerator.Feature mapTo) { in JsonWriteFeature()
212 JsonParser.Feature mapTo) { in JsonReadFeature()
105 void mapTo() { in mapTo() function
225 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo() function in PhysicalRegisterInfo
230 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo() function in PhysicalRegisterInfo
1609 public suspend inline fun <E, R, C : MutableCollection<in R>> ReceiveChannel<E>.mapTo(destination: … in mapTo() method1630 public suspend inline fun <E, R, C : SendChannel<R>> ReceiveChannel<E>.mapTo(destination: C, transf… in mapTo() method
500 auto mapTo = GetAsString((*mapping)[1]); in SetSourceMapFromArguments() local