Searched refs:getIgnored (Results 1 – 7 of 7) sorted by relevance
/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/ |
D | JsonIgnorePropertiesTest.java | 21 assertEquals(0, EMPTY.getIgnored().size()); in testEmpty() 46 Set<String> ign = v.getIgnored(); in testFromAnnotation() 47 assertEquals(2, v.getIgnored().size()); in testFromAnnotation() 57 assertEquals(_set("a", "b"), v.getIgnored()); in testFactories() 62 assertEquals(_set("a", "b"), vser.getIgnored()); in testFactories() 69 assertEquals(_set("a", "b"), vdeser.getIgnored()); in testFactories() 76 assertEquals(2, EMPTY.withIgnored("a", "b").getIgnored().size()); in testMutantFactories() 77 assertEquals(1, EMPTY.withIgnored(Collections.singleton("x")).getIgnored().size()); in testMutantFactories() 78 assertEquals(0, EMPTY.withIgnored((Set<String>) null).getIgnored().size()); in testMutantFactories() 101 assertEquals(Collections.singleton("a"), v3a.getIgnored()); in testSimpleMerge() [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | TestAnnotationBundles.java | 31 public String getIgnored() { return "foo"; } in getIgnored() method in TestAnnotationBundles.Bean
|
/external/apache-commons-bcel/src/examples/ |
D | TransitiveHull.java | 164 public String[] getIgnored() { in getIgnored() method in TransitiveHull
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 80 static RValue getIgnored() { in getIgnored() function 580 return RValue::getIgnored(); in asRValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGValue.h | 81 static RValue getIgnored() { in getIgnored() function 641 return RValue::getIgnored(); in asRValue()
|
D | CGBuiltin.cpp | 3828 return RValue::getIgnored(); in EmitBuiltinExpr() 3850 return RValue::getIgnored(); in EmitBuiltinExpr() 4744 return RValue::getIgnored(); in EmitBuiltinExpr() 4748 return RValue::getIgnored(); in EmitBuiltinExpr() 4752 return RValue::getIgnored(); in EmitBuiltinExpr() 4778 return RValue::getIgnored(); in EmitBuiltinExpr() 4782 return RValue::getIgnored(); in EmitBuiltinExpr() 4786 return RValue::getIgnored(); in EmitBuiltinExpr()
|
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
D | JsonIgnoreProperties.java | 331 public Set<String> getIgnored() { in getIgnored() method in JsonIgnoreProperties.Value
|