Home
last modified time | relevance | path

Searched defs:DoubleWrapper (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
DNumberSerTest.java31 static class DoubleWrapper { class in NumberSerTest
33 public DoubleWrapper(double v) { value = v; } in DoubleWrapper() method in NumberSerTest.DoubleWrapper
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DBaseMapTest.java71 protected static class DoubleWrapper { class in BaseMapTest
74 public DoubleWrapper() { } in DoubleWrapper() method in BaseMapTest.DoubleWrapper
75 public DoubleWrapper(double value) { d = value; } in DoubleWrapper() method in BaseMapTest.DoubleWrapper
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto62 message DoubleWrapper { message
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto62 message DoubleWrapper { message