Home
last modified time | relevance | path

Searched defs:Shelf (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dtlsf_allocator.h92 using Shelf = std::array<BucketType, kNumBucketsPerShelf>; variable
/external/python/cpython3/Lib/turtledemo/
Dsorting_animate.py42 class Shelf(list): class
/external/googleapis/google/example/library/v1/
Dlibrary.proto172 message Shelf { message
/external/python/cpython3/Lib/
Dshelve.py77 class Shelf(collections.abc.MutableMapping): class