Home
last modified time | relevance | path

Searched refs:getMerge (Results 1 – 3 of 3) sorted by relevance

/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIgnorePropertiesTest.java43 assertFalse(v.getMerge()); in testFromAnnotation()
88 assertTrue(EMPTY.withMerge().getMerge()); in testMutantFactories()
89 assertFalse(EMPTY.withoutMerge().getMerge()); in testMutantFactories()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonIgnoreProperties.java375 public boolean getMerge() { in getMerge() method in JsonIgnoreProperties.Value
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp632 static BlockAction getMerge(Block *block, Block *sourceBlock) { in getMerge() function
1203 blockActions.push_back(BlockAction::getMerge(block, srcBlock)); in notifyBlocksBeingMerged()