Searched refs:widths_ (Results 1 – 2 of 2) sorted by relevance
3159 widths_.emplace_back(INVALID_UINT32); in AppendDynamicFrame()3177 widths_[index] = base::StrToInt<uint32_t>(matcheLine[++matcheIndex].str()).value(); in UpdatePosition()3206 return widths_; in Widths()3228 widths_.clear(); in Clear()
2565 std::deque<uint32_t> widths_ = {}; variable