Lines Matching refs:bond
104 CBond2 &bond = methodMode.Bonds[k]; in SetMainMethod() local
105 bond.InCoder++; in SetMainMethod()
106 bond.OutCoder++; in SetMainMethod()
890 CBond2 bond; in SetProperties() local
891 RINOK(ParseBond(name, bond.OutCoder, bond.OutStream)); in SetProperties()
896 RINOK(ParseBond(name, bond.InCoder, inStream)); in SetProperties()
901 _bonds.Add(bond); in SetProperties()
914 const CBond2 &bond = _bonds[k]; in SetProperties() local
915 if (bond.InCoder < (UInt32)numEmptyMethods || in SetProperties()
916 bond.OutCoder < (UInt32)numEmptyMethods) in SetProperties()
921 CBond2 &bond = _bonds[k]; in SetProperties() local
922 bond.InCoder -= (UInt32)numEmptyMethods; in SetProperties()
923 bond.OutCoder -= (UInt32)numEmptyMethods; in SetProperties()
930 const CBond2 &bond = _bonds[k]; in SetProperties() local
931 if (bond.InCoder >= (UInt32)_methods.Size() || in SetProperties()
932 bond.OutCoder >= (UInt32)_methods.Size()) in SetProperties()