Searched defs:MakeSubstring (Results 1 – 4 of 4) sorted by relevance
35 inline cord_internal::CordRepSubstring* MakeSubstring( in MakeSubstring() function
130 inline CordRep* MakeSubstring(CordRep* rep, size_t offset, size_t n) { in MakeSubstring() function137 inline CordRep* MakeSubstring(CordRep* rep, size_t offset) { in MakeSubstring() function
246 CordRepSubstring* MakeSubstring(size_t start, size_t len, CordRep* rep) { in MakeSubstring() function
192 static Cord MakeSubstring(Cord src, size_t offset, size_t length) { in MakeSubstring() function in absl::CordTestPeer