Searched refs:withAttributes (Results 1 – 7 of 7) sorted by relevance
28 - (void)drawAtPoint:(CGPoint)point withAttributes:(NSDictionary *)attrs;99 …[bar drawAtPoint:CGPointMake(0, 0) withAttributes:nil]; // expected-warning {{User-facing text sho…
629 public ObjectWriter withAttributes(Map<?,?> attrs) { in withAttributes() method in ObjectWriter630 return _new(this, _config.withAttributes(attrs)); in withAttributes()
905 public ObjectReader withAttributes(Map<?,?> attrs) { in withAttributes() method in ObjectReader906 return _with(_config.withAttributes(attrs)); in withAttributes()
187 w = w.withAttributes(Collections.emptyMap()); in testMiscSettings()
238 r = r.withAttributes(Collections.emptyMap()); in testMiscSettings()
401 public T withAttributes(Map<?,?> attributes) { in withAttributes() method in MapperConfigBase
1130 #1011: Change ObjectWriter::withAttributes() to take a Map with some kind of wildcard types