Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/
Dtypes.h32 struct Block { struct
35 Block() = default; argument
37 explicit Block(size_t size) { allocate(size); } in Block() function
40 Block(Iterator begin, Iterator end) : Block(end - begin) { in Block() argument
45 Block(Block&& move) noexcept in Block() argument
50 Block& operator=(const Block& copy) = delete; argument
61 void resize(size_t new_size) { in resize()
71 void assign(InputIt begin, InputIt end) { in assign()
99 bool operator==(const Block& rhs) const { argument
104 void allocate(size_t size) { in allocate()
[all …]
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
DBlock.java27 public final class Block { class
36 public Block(int id, int type, ByteBuffer dataBytes) { in Block() method in Block