Searched defs:resizable_string (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
H A D | resize_uninitialized_test.cc | 26 struct resizable_string { struct 27 using value_type = char; 28 size_t size() const { return 0; } in size() 29 size_t capacity() const { return 0; } in capacity() 30 char& operator[](size_t) { in operator []() 34 void resize(size_t) { resize_call_count += 1; } in resize() 35 void append(size_t, value_type) { append_call_count += 1; } in append() 36 void reserve(size_t) {} in reserve() 37 resizable_string& erase(size_t = 0, size_t = 0) { return *this; } in erase()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | resize_uninitialized_test.cc | 26 struct resizable_string { struct 27 using value_type = char; 28 size_t size() const { return 0; } in size() 29 size_t capacity() const { return 0; } in capacity() 30 char& operator[](size_t) { in operator []() 34 void resize(size_t) { resize_call_count += 1; } in resize() 35 void append(size_t, value_type) { append_call_count += 1; } in append() 36 void reserve(size_t) {} in reserve() 37 resizable_string& erase(size_t = 0, size_t = 0) { return *this; } in erase()
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/ |
H A D | resize_uninitialized_test.cc | 26 struct resizable_string { struct 27 using value_type = char; 28 size_t size() const { return 0; } in size() 29 size_t capacity() const { return 0; } in capacity() 30 char& operator[](size_t) { in operator []() 34 void resize(size_t) { resize_call_count += 1; } in resize() 35 void append(size_t, value_type) { append_call_count += 1; } in append() 36 void reserve(size_t) {} in reserve() 37 resizable_string& erase(size_t = 0, size_t = 0) { return *this; } in erase()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/ |
H A D | resize_uninitialized_test.cc | 26 struct resizable_string { struct 27 using value_type = char; 28 size_t size() const { return 0; } in size() 29 size_t capacity() const { return 0; } in capacity() 30 char& operator[](size_t) { in operator []() 34 void resize(size_t) { resize_call_count += 1; } in resize() 35 void append(size_t, value_type) { append_call_count += 1; } in append() 36 void reserve(size_t) {} in reserve() 37 resizable_string& erase(size_t = 0, size_t = 0) { return *this; } in erase()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
H A D | resize_uninitialized_test.cc | 26 struct resizable_string { struct 27 using value_type = char; 28 size_t size() const { return 0; } in size() 29 size_t capacity() const { return 0; } in capacity() 30 char& operator[](size_t) { in operator []() 34 void resize(size_t) { resize_call_count += 1; } in resize() 35 void append(size_t, value_type) { append_call_count += 1; } in append() 36 void reserve(size_t) {} in reserve() 37 resizable_string& erase(size_t = 0, size_t = 0) { return *this; } in erase()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/ |
H A D | resize_uninitialized_test.cc | 26 struct resizable_string { struct 27 using value_type = char; 28 size_t size() const { return 0; } in size() 29 size_t capacity() const { return 0; } in capacity() 30 char& operator[](size_t) { in operator []() 34 void resize(size_t) { resize_call_count += 1; } in resize() 35 void append(size_t, value_type) { append_call_count += 1; } in append() 36 void reserve(size_t) {} in reserve() 37 resizable_string& erase(size_t = 0, size_t = 0) { return *this; } in erase()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
H A D | resize_uninitialized_test.cc | 25 struct resizable_string { struct 26 size_t size() const { return 0; } in size() 27 char& operator[](size_t) { in operator []() 31 void resize(size_t) { resize_call_count += 1; } in resize()
|