Searched refs:m_numberOfAssociations (Results 1 – 4 of 4) sorted by relevance
33 m_numberOfAssociations(0), in FirewallPolicyResponse()50 m_numberOfAssociations(0), in FirewallPolicyResponse()119 m_numberOfAssociations = jsonValue.GetInteger("NumberOfAssociations"); in operator =()185 payload.WithInteger("NumberOfAssociations", m_numberOfAssociations); in Jsonize()
35 m_numberOfAssociations(0), in RuleGroupResponse()54 m_numberOfAssociations(0), in RuleGroupResponse()130 m_numberOfAssociations = jsonValue.GetInteger("NumberOfAssociations"); in operator =()201 payload.WithInteger("NumberOfAssociations", m_numberOfAssociations); in Jsonize()
379 inline int GetNumberOfAssociations() const{ return m_numberOfAssociations; } in GetNumberOfAssociations()389 …ssociations(int value) { m_numberOfAssociationsHasBeenSet = true; m_numberOfAssociations = value; } in SetNumberOfAssociations()422 int m_numberOfAssociations; variable
426 inline int GetNumberOfAssociations() const{ return m_numberOfAssociations; } in GetNumberOfAssociations()436 …ssociations(int value) { m_numberOfAssociationsHasBeenSet = true; m_numberOfAssociations = value; } in SetNumberOfAssociations()472 int m_numberOfAssociations; variable