1 | // Licensed to the .NET Foundation under one or more agreements. |
---|---|
2 | // The .NET Foundation licenses this file to you under the MIT license. |
3 | // See the LICENSE file in the project root for more information. |
4 | |
5 | BSOPNAME(BSOP_Assign) |
6 | BSOPNAME(BSOP_AssignAllowUninitRhs) |
7 | BSOPNAME(BSOP_AssignNocopy) |
8 | BSOPNAME(BSOP_OldStyleClearD) |
9 | BSOPNAME(BSOP_ClearD) |
10 | BSOPNAME(BSOP_MakeSingleton) |
11 | BSOPNAME(BSOP_MakeEmpty) |
12 | BSOPNAME(BSOP_MakeFull) |
13 | BSOPNAME(BSOP_MakeCopy) |
14 | BSOPNAME(BSOP_IsEmpty) |
15 | BSOPNAME(BSOP_Count) |
16 | BSOPNAME(BSOP_RemoveElemD) |
17 | BSOPNAME(BSOP_RemoveElem) |
18 | BSOPNAME(BSOP_AddElemD) |
19 | BSOPNAME(BSOP_AddElem) |
20 | BSOPNAME(BSOP_UnionD) |
21 | BSOPNAME(BSOP_Union) |
22 | BSOPNAME(BSOP_IntersectionD) |
23 | BSOPNAME(BSOP_Intersection) |
24 | BSOPNAME(BSOP_IsEmptyIntersection) |
25 | BSOPNAME(BSOP_DiffD) |
26 | BSOPNAME(BSOP_Diff) |
27 | BSOPNAME(BSOP_IsMember) |
28 | BSOPNAME(BSOP_IsNotMember) |
29 | BSOPNAME(BSOP_NoBitsAbove) |
30 | BSOPNAME(BSOP_LeftShiftSingletonByOneD) |
31 | BSOPNAME(BSOP_IsSubset) |
32 | BSOPNAME(BSOP_Equal) |
33 | BSOPNAME(BSOP_NotEqual) |
34 | BSOPNAME(BSOP_NextBit) |
35 | BSOPNAME(BSOP_ToString) |
36 |