Searched defs:Union (Results 1 – 13 of 13) sorted by relevance
4 struct Union { struct9 static inline void Foo(struct Union *u) { in Foo() argument
37 void Union(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { in Union() function87 void Union(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { in Union() function
59 void Union(T x, T y) { in Union() function
162 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } }; in operator() argument301 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } }; in operator() struct
140 void Union(const BitVector& other) { in Union() function277 void Union(const SparseSet& other) { in Union() function
133 void Range::Union(Range* other) { in Union() function in v8::internal::Range
717 Interval Union(Interval that) { in Union() function
689 void ScriptSet::Union(UScriptCode script) { in Union() function in ScriptSet697 void ScriptSet::Union(const ScriptSet &other) { in Union() function in ScriptSet
785 def Union(self, that): member in ListSet799 def Union(self, that): member in Everything811 def Union(self, that): member in Nothing
3396 bool Union = RD->isUnion(); in ShouldDeleteDefaultConstructor() local3577 bool Union = RD->isUnion(); in ShouldDeleteCopyConstructor() local3733 bool Union = RD->isUnion(); in ShouldDeleteCopyAssignmentOperator() local3858 bool Union = RD->isUnion(); in ShouldDeleteDestructor() local
312 class Union(_NestedType): class
17 union Union { int i; float f; }; union
1537 void Union(Mask m) { m_ |= m.m_; } in Union() function in Mask