reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 : Blocks(std::move(O.Blocks)), NodeStorage(std::move(O.NodeStorage)), 94 Blocks = std::move(O.Blocks); 94 Blocks = std::move(O.Blocks); 107 swap(L.Blocks, R.Blocks); 107 swap(L.Blocks, R.Blocks); 141 const_iterator begin() const { return Blocks.begin(); } 142 const_iterator end() const { return Blocks.end(); } 143 bool empty() const { return Blocks.empty(); }lib/XRay/Profile.cpp
29 Blocks.push_back({Block.Thread, {}}); 30 auto &B = Blocks.back(); 127 Blocks.emplace_back(std::move(B));