Searched defs:ParsedFormatBase (Results 1 – 4 of 4) sorted by relevance
193 ParsedFormatBase(const ParsedFormatBase& other) { *this = other; } in ParsedFormatBase() function195 ParsedFormatBase(ParsedFormatBase&& other) { *this = std::move(other); } in ParsedFormatBase() function
299 ParsedFormatBase::ParsedFormatBase( in ParsedFormatBase() function in absl::str_format_internal::ParsedFormatBase
215 ParsedFormatBase(const ParsedFormatBase& other) { *this = other; } in ParsedFormatBase() function217 ParsedFormatBase(ParsedFormatBase&& other) { *this = std::move(other); } in ParsedFormatBase() function
302 ParsedFormatBase::ParsedFormatBase( in ParsedFormatBase() function in absl::str_format_internal::ParsedFormatBase