Lines Matching defs:bond
102 CBond2 &bond = methodMode.Bonds[k];
103 bond.InCoder++;
104 bond.OutCoder++;
1034 CBond2 bond;
1035 RINOK(ParseBond(name, bond.OutCoder, bond.OutStream))
1040 RINOK(ParseBond(name, bond.InCoder, inStream))
1045 _bonds.Add(bond);
1058 const CBond2 &bond = _bonds[k];
1059 if (bond.InCoder < (UInt32)numEmptyMethods ||
1060 bond.OutCoder < (UInt32)numEmptyMethods)
1065 CBond2 &bond = _bonds[k];
1066 bond.InCoder -= (UInt32)numEmptyMethods;
1067 bond.OutCoder -= (UInt32)numEmptyMethods;
1074 const CBond2 &bond = _bonds[k];
1075 if (bond.InCoder >= (UInt32)_methods.Size() ||
1076 bond.OutCoder >= (UInt32)_methods.Size())