Searched defs:OneOf (Results 1 – 4 of 4) sorted by relevance
10 export type OneOf<T> = ValueOf<OneOfByKey<T>>; alias
2273 struct OneOf { struct2277 impl Display for OneOf { argument
393 OneOf, enumerator
2497 Symbol* OneOf(const std::vector<std::string>& alternatives) { in OneOf() function