Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DUntypedObjectDeserializer.java494 protected Object mapObject(JsonParser p, DeserializationContext ctxt) throws IOException in mapObject() method in UntypedObjectDeserializer
621 protected Object mapObject(JsonParser p, DeserializationContext ctxt, in mapObject() method in UntypedObjectDeserializer
925 protected Object mapObject(JsonParser p, DeserializationContext ctxt) throws IOException in mapObject() method in UntypedObjectDeserializer.Vanilla
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h80 template <typename T> Error mapObject(T &Value) { in mapObject() function