Home
last modified time | relevance | path

Searched defs:MakeSubstring (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_test_util.h35 inline cord_internal::CordRepSubstring* MakeSubstring( in MakeSubstring() function
Dcord_rep_btree.cc130 inline CordRep* MakeSubstring(CordRep* rep, size_t offset, size_t n) { in MakeSubstring() function
137 inline CordRep* MakeSubstring(CordRep* rep, size_t offset) { in MakeSubstring() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_ring_test.cc246 CordRepSubstring* MakeSubstring(size_t start, size_t len, CordRep* rep) { in MakeSubstring() function
Dcord_test.cc192 static Cord MakeSubstring(Cord src, size_t offset, size_t length) { in MakeSubstring() function in absl::CordTestPeer