Searched refs:NormalizedOther (Results 1 – 1 of 1) sorted by relevance
1204 struct NormalizedOther { struct1205 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() argument1206 NormalizedOther(IO &IO, std::optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() function1347 MappingNormalization<NormalizedOther, std::optional<uint8_t>> Keys( in mapping()