Home
last modified time | relevance | path

Searched refs:m_participantsHasBeenSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workdocs/source/model/
H A DActivity.cpp29 m_participantsHasBeenSet(false), in Activity()
44 m_participantsHasBeenSet(false), in Activity()
93 m_participantsHasBeenSet = true; in operator =()
152 if(m_participantsHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/source/model/
H A DProxySession.cpp33 m_participantsHasBeenSet(false), in ProxySession()
54 m_participantsHasBeenSet(false), in ProxySession()
139 m_participantsHasBeenSet = true; in operator =()
225 if(m_participantsHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DProxySession.h366 inline bool ParticipantsHasBeenSet() const { return m_participantsHasBeenSet; } in ParticipantsHasBeenSet()
371 …inline void SetParticipants(const Aws::Vector<Participant>& value) { m_participantsHasBeenSet = tr… in SetParticipants()
376 …inline void SetParticipants(Aws::Vector<Participant>&& value) { m_participantsHasBeenSet = true; m… in SetParticipants()
391 …inline ProxySession& AddParticipants(const Participant& value) { m_participantsHasBeenSet = true; … in AddParticipants()
396 …inline ProxySession& AddParticipants(Participant&& value) { m_participantsHasBeenSet = true; m_par… in AddParticipants()
533 bool m_participantsHasBeenSet; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workdocs/include/aws/workdocs/model/
H A DActivity.h225 inline bool ParticipantsHasBeenSet() const { return m_participantsHasBeenSet; } in ParticipantsHasBeenSet()
232 …inline void SetParticipants(const Participants& value) { m_participantsHasBeenSet = true; m_partic… in SetParticipants()
239 …inline void SetParticipants(Participants&& value) { m_participantsHasBeenSet = true; m_participant… in SetParticipants()
378 bool m_participantsHasBeenSet; variable