Searched refs:NormalizedOther (Results 1 – 1 of 1) sorted by relevance
1236 struct NormalizedOther { struct1237 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() argument1238 NormalizedOther(IO &IO, std::optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() argument1379 MappingNormalization<NormalizedOther, std::optional<uint8_t>> Keys( in mapping()