Searched refs:NormalizedOther (Results 1 – 3 of 3) sorted by relevance
642 struct NormalizedOther { struct643 NormalizedOther(IO &) in NormalizedOther() function645 NormalizedOther(IO &, uint8_t Original) in NormalizedOther() function662 MappingNormalization<NormalizedOther, uint8_t> Keys(IO, Symbol.Other); in mapping()
889 struct NormalizedOther { struct890 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() function891 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() argument995 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping()
962 struct NormalizedOther { struct963 NormalizedOther(IO &IO) : YamlIO(IO) {} in NormalizedOther() argument964 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) { in NormalizedOther() argument1100 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping()