Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_writer.cc515 struct MapItemContainer { struct
516 MapItemContainer(uint32_t type, uint32_t size, uint32_t offset) in MapItemContainer() function
519 bool operator<(const MapItemContainer& other) const { in operator <()
523 uint32_t type_;
524 uint32_t size_;
525 uint32_t offset_;