Home
last modified time | relevance | path

Searched defs:resizable_string (Results 1 – 5 of 5) sorted by relevance

/external/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc25 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()
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dresize_uninitialized_test.cc25 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()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc25 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()
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc25 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()
/external/libtextclassifier/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc25 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()