Home | History | Annotate | Download | only in impl

Lines Matching defs:sink

371     public void getAllItemsWithFallbackNoFail(String path, UResource.Sink sink) {
373 getAllItemsWithFallback(path, sink);
379 public void getAllItemsWithFallback(String path, UResource.Sink sink)
402 rb.getAllItemsWithFallback(key, readerValue, sink);
406 UResource.Key key, ReaderValue readerValue, UResource.Sink sink) {
409 // The sink needs to store a placeholder value for the no-fallback/no-inheritance marker
414 // When the sink sees the no-fallback/no-inheritance marker,
421 sink.put(key, readerValue, parent == null);
423 // We might try to query the sink whether
438 rb.getAllItemsWithFallback(key, readerValue, sink);