Home | History | Annotate | Download | only in src

Lines Matching refs:UnionType

296   class UnionType;          // Internal
312 typedef typename Config::template Handle<UnionType>::type UnionHandle;
512 UnionType* AsUnion() { return UnionType::cast(this); }
692 class TypeImpl<Config>::UnionType : public StructuralType {
695 return Config::template cast<UnionType>(
699 static UnionType* cast(TypeImpl* type) {
701 return static_cast<UnionType*>(type);