Searched refs:RewriteRope (Results 1 – 4 of 4) sorted by relevance
165 class RewriteRope {175 RewriteRope() : AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {} in RewriteRope() function176 RewriteRope(const RewriteRope &RHS) in RewriteRope() function
32 RewriteRope Buffer;34 typedef RewriteRope::const_iterator iterator;
8 RewriteRope.cpp
768 RopePiece RewriteRope::MakeRopeString(const char *Start, const char *End) { in MakeRopeString()