#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.
absl::strings_internal::ViableSubstitution::ViableSubstitution | ( | absl::string_view | old_str, |
absl::string_view | replacement_str, | ||
size_t | offset_val | ||
) | [inline] |
Definition at line 140 of file str_replace.h.
bool absl::strings_internal::ViableSubstitution::OccursBefore | ( | const ViableSubstitution & | y | ) | const [inline] |
Definition at line 146 of file str_replace.h.
Definition at line 138 of file str_replace.h.
Definition at line 136 of file str_replace.h.
Definition at line 137 of file str_replace.h.