#include <str_replace.h>
Public Member Functions | |
bool | OccursBefore (const ViableSubstitution &y) const |
ViableSubstitution (absl::string_view old_str, absl::string_view replacement_str, size_t offset_val) | |
Public Attributes | |
size_t | offset |
absl::string_view | old |
absl::string_view | replacement |
Definition at line 135 of file str_replace.h.
|
inline |
Definition at line 140 of file str_replace.h.
|
inline |
Definition at line 146 of file str_replace.h.
size_t absl::strings_internal::ViableSubstitution::offset |
Definition at line 138 of file str_replace.h.
absl::string_view absl::strings_internal::ViableSubstitution::old |
Definition at line 136 of file str_replace.h.
absl::string_view absl::strings_internal::ViableSubstitution::replacement |
Definition at line 137 of file str_replace.h.