Searched defs:RewriteRope (Results 1 – 5 of 5) sorted by relevance
175 RewriteRope() : AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {} in RewriteRope() function176 RewriteRope(const RewriteRope &RHS) in RewriteRope() function
182 RewriteRope(const RewriteRope &RHS) : Chunks(RHS.Chunks) {} in RewriteRope() function