Home | History | Annotate | Download | only in Core

Lines Matching refs:RopePieceBTree

708 // RopePieceBTree Implementation
715 RopePieceBTree::RopePieceBTree() {
718 RopePieceBTree::RopePieceBTree(const RopePieceBTree &RHS) {
722 RopePieceBTree::~RopePieceBTree() {
726 unsigned RopePieceBTree::size() const {
730 void RopePieceBTree::clear() {
739 void RopePieceBTree::insert(unsigned Offset, const RopePiece &R) {
749 void RopePieceBTree::erase(unsigned Offset, unsigned NumBytes) {