Searched refs:NormalizedOther (Results 1 – 1 of 1) sorted by relevance
1156 struct NormalizedOther { struct1157 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() function1158 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() function1299 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping()