Home
last modified time | relevance | path

Searched defs:LongWrapper (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DBaseMapTest.java56 protected static class LongWrapper { class in BaseMapTest
59 public LongWrapper() { } in LongWrapper() method in BaseMapTest.LongWrapper
60 public LongWrapper(long value) { l = value; } in LongWrapper() method in BaseMapTest.LongWrapper
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/
DShakespearePlaysScrabble.kt34 public interface LongWrapper { interface in benchmarks.flow.scrabble.ShakespearePlaysScrabble