Home | History | Annotate | Download | only in runtime

Lines Matching full:attr_size

1417   void AddAttribute(uint32_t type, uint32_t attr_size) {
1419 size_map_.insert(std::pair<uint32_t, uint32_t>(type, attr_size));
1420 size_ += attr_size;