Home
last modified time | relevance | path

Searched refs:getCurrentValue (Results 1 – 20 of 20) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
DTestDelegates.java223 assertNull(del.getCurrentValue()); in testParserDelegate()
267 assertNull(del.getCurrentValue()); in testParserDelegate()
271 assertNull(del.getCurrentValue()); in testParserDelegate()
281 assertEquals(TOKEN, del.getCurrentValue()); in testParserDelegate()
340 assertNull(del.getCurrentValue()); in testGeneratorDelegate()
344 assertNull(del.getCurrentValue()); in testGeneratorDelegate()
346 assertEquals(TOKEN, del.getCurrentValue()); in testGeneratorDelegate()
370 assertSame(MARKER, del.getCurrentValue()); in testGeneratorDelegateArrays()
391 assertSame(MARKER, del.getCurrentValue()); in testGeneratorDelegateComments()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBufferReadContext.java37 _currentValue = base.getCurrentValue(); in TokenBufferReadContext()
50 _currentValue = base.getCurrentValue(); in TokenBufferReadContext()
71 public Object getCurrentValue() { in getCurrentValue() method in TokenBufferReadContext
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DGeneratorBase.java135 public Object getCurrentValue() { in getCurrentValue() method in GeneratorBase
136 return _writeContext.getCurrentValue(); in getCurrentValue()
DParserBase.java250 public Object getCurrentValue() { in getCurrentValue() method in ParserBase
251 return _parsingContext.getCurrentValue(); in getCurrentValue()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonParserDelegate.java30 public Object getCurrentValue() { in getCurrentValue() method in JsonParserDelegate
31 return delegate.getCurrentValue(); in getCurrentValue()
DJsonGeneratorDelegate.java47 public Object getCurrentValue() { in getCurrentValue() method in JsonGeneratorDelegate
48 return delegate.getCurrentValue(); in getCurrentValue()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonStreamContext.java197 public Object getCurrentValue() { in getCurrentValue() method in JsonStreamContext
DJsonParser.java440 public Object getCurrentValue() { in getCurrentValue() method in JsonParser
442 return (ctxt == null) ? null : ctxt.getCurrentValue(); in getCurrentValue()
DJsonGenerator.java647 public Object getCurrentValue() { in getCurrentValue() method in JsonGenerator
649 return (ctxt == null) ? null : ctxt.getCurrentValue(); in getCurrentValue()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestCustomSerializers.java122 Object parent = gen.getCurrentValue(); in serialize()
159 final Object curr = ctx.getCurrentValue(); in serializeAsField()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DJsonReadContext.java90 public Object getCurrentValue() { in getCurrentValue() method in JsonReadContext
DJsonWriteContext.java114 public Object getCurrentValue() { in getCurrentValue() method in JsonWriteContext
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
DNodeCursor.java62 public java.lang.Object getCurrentValue() { in getCurrentValue() method in NodeCursor
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DNodeContext2049Test.java76 Object currentValue = parsingContext.getCurrentValue(); in deserialize()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DTokenFilterContext.java271 public Object getCurrentValue() { return null; } in getCurrentValue() method in TokenFilterContext
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DExpandOps.cpp62 Value lhs = genericOp.getCurrentValue(); in matchAndRewrite()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestCustomDeserializers.java241 Object parent = p.getCurrentValue(); in deserialize()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_parallel_loops.cc508 ApplySingleResultLhloCode(loc, {src_elem, rmw.getCurrentValue()}, in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3866 mapping.map(atomicOp.getCurrentValue(), loopArgument); in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td693 Value getCurrentValue() {