Searched refs:RemovePrefix (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_ring_test.cc | 256 CordRepSubstring* RemovePrefix(size_t start, CordRep* rep) { in RemovePrefix() function 736 CordRep* flat = RemovePrefix(10, MakeFlat(str1, 26)); in TEST_P() 765 flat = RemovePrefix(10, flat1); in TEST_P() 768 flat = CordRep::Ref(RemovePrefix(10, MakeFlat(str1, 100))); in TEST_P() 815 CordRep* flat = RemovePrefix(26, MakeFlat(str1)); in TEST_P() 841 flat = RemovePrefix(10, flat1 = CordRep::Ref(MakeFlat(str1))); in TEST_P() 844 flat = CordRep::Ref(RemovePrefix(10, MakeFlat(str1, 100))); in TEST_P() 908 CordRepRing* ring = CreateWithCapacity(RemovePrefix(50, flat), 0); in TEST_P() 974 TEST_P(CordRingSubTest, RemovePrefix) { in TEST_P() 980 CordRepRing* result = CordRepRing::RemovePrefix(rin in TEST_P() [all...] |
H A D | cordz_test.cc | 401 TEST(CordzTest, RemovePrefix) { in TEST() 406 cord.RemovePrefix(cord.size() / 2); in TEST() 410 // TODO(mvels): RemovePrefix does not reset to inlined, except if empty? in TEST() 411 cord.RemovePrefix(cord.size() - kMaxInline); in TEST() 415 cord.RemovePrefix(cord.size()); in TEST()
|
H A D | cord_test.cc | 501 c.RemovePrefix(1); in TEST_P() 531 c.RemovePrefix(1); in TEST_P() 783 suffix.RemovePrefix(9); in TEST_P() 795 suffix.RemovePrefix(10); in TEST_P() 816 suffix.RemovePrefix(offset + block.size()); in SpliceCord() 826 suffix.RemovePrefix(10); in TEST_P() 836 suffix.RemovePrefix(10); in TEST_P() 1245 result.RemovePrefix(offset); 1731 EXPECT_DEATH_IF_SUPPORTED(cord.RemovePrefix(6), "");
|
H A D | cord.cc | 940 void Cord::RemovePrefix(size_t n) { in RemovePrefix() function in absl::Cord 1435 tmp.RemovePrefix(my_size - rhs_size); in EndsWith() 1446 tmp.RemovePrefix(my_size - rhs_size); in EndsWith()
|
H A D | cord.h | 238 // Cord::RemovePrefix() 241 void RemovePrefix(size_t n);
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 76 def RemovePrefix(a, prefix): function 906 default_product_name = RemovePrefix( 914 default_product_name = RemovePrefix( 1134 output.write(RemovePrefix(lib, "$(SDKROOT)"))
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 76 def RemovePrefix(a, prefix): function 906 default_product_name = RemovePrefix( 914 default_product_name = RemovePrefix( 1131 output.write(RemovePrefix(lib, "$(SDKROOT)"))
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_ring.h | 225 static CordRepRing* RemovePrefix(CordRepRing* r, size_t len, 318 // ring buffer such as 'RemovePrefix'. 319 // For example, we could implement RemovePrefix for non shared instances as:
|
H A D | cord_rep_ring.cc | 709 CordRepRing* CordRepRing::RemovePrefix(CordRepRing* rep, size_t len, in RemovePrefix() function in absl::cord_internal::CordRepRing
|
Completed in 16 milliseconds