Searched defs:ParsedFormatBase (Results 1 – 2 of 2) sorted by relevance
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