Home
last modified time | relevance | path

Searched refs:KeyPool (Results 1 – 4 of 4) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DAttributeStrategy.java11 private final KeyPool keyPool = new KeyPool();
61 static class KeyPool extends BaseKeyPool<Key> { class in AttributeStrategy
76 private final KeyPool pool;
82 public Key(KeyPool pool) { in Key()
DSizeStrategy.java18 private final KeyPool keyPool = new KeyPool();
124 static class KeyPool extends BaseKeyPool<Key> { class in SizeStrategy
140 private final KeyPool pool;
143 Key(KeyPool pool) { in Key()
/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py1004 def KeyPool(self): member in Builder
/external/flatbuffers/tests/
Dpy_flexbuffers_test.py1473 return fbb.Finish(), fbb.KeyPool.Elements