Searched refs:m_allowCredentials (Results 1 – 4 of 4) sorted by relevance
23 m_allowCredentials(false), in AwsCorsConfiguration()35 m_allowCredentials(false), in AwsCorsConfiguration()60 m_allowCredentials = jsonValue.GetBool("AllowCredentials"); in operator =()122 payload.WithBool("AllowCredentials", m_allowCredentials); in Jsonize()
22 m_allowCredentials(false), in Cors()34 m_allowCredentials(false), in Cors()50 m_allowCredentials = jsonValue.GetBool("allowCredentials"); in operator =()111 payload.WithBool("allowCredentials", m_allowCredentials); in Jsonize()
91 inline bool GetAllowCredentials() const{ return m_allowCredentials; } in GetAllowCredentials()101 …etAllowCredentials(bool value) { m_allowCredentialsHasBeenSet = true; m_allowCredentials = value; } in SetAllowCredentials()276 bool m_allowCredentials; variable
47 inline bool GetAllowCredentials() const{ return m_allowCredentials; } in GetAllowCredentials()59 …etAllowCredentials(bool value) { m_allowCredentialsHasBeenSet = true; m_allowCredentials = value; } in SetAllowCredentials()287 bool m_allowCredentials;