Home
last modified time | relevance | path

Searched refs:afterhandshowcardsmessage_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h12000 ::AfterHandShowCardsMessage* afterhandshowcardsmessage_;
22304 …if (afterhandshowcardsmessage_ != NULL) afterhandshowcardsmessage_->::AfterHandShowCardsMessage::C… in clear_afterhandshowcardsmessage()
22310 …return afterhandshowcardsmessage_ != NULL ? *afterhandshowcardsmessage_ : *default_instance().afte… in afterhandshowcardsmessage()
22312 …return afterhandshowcardsmessage_ != NULL ? *afterhandshowcardsmessage_ : *default_instance_->afte… in afterhandshowcardsmessage()
22317 …if (afterhandshowcardsmessage_ == NULL) afterhandshowcardsmessage_ = new ::AfterHandShowCardsMessa… in mutable_afterhandshowcardsmessage()
22319 return afterhandshowcardsmessage_; in mutable_afterhandshowcardsmessage()
22323 ::AfterHandShowCardsMessage* temp = afterhandshowcardsmessage_; in release_afterhandshowcardsmessage()
22324 afterhandshowcardsmessage_ = NULL; in release_afterhandshowcardsmessage()
22328 delete afterhandshowcardsmessage_; in set_allocated_afterhandshowcardsmessage() local
22329 afterhandshowcardsmessage_ = afterhandshowcardsmessage; in set_allocated_afterhandshowcardsmessage()
H A Dpokerth.pb.cc25514 afterhandshowcardsmessage_ = const_cast< ::AfterHandShowCardsMessage*>(
25517afterhandshowcardsmessage_ = const_cast< ::AfterHandShowCardsMessage*>(&::AfterHandShowCardsMessag…
25756 afterhandshowcardsmessage_ = NULL;
25851 delete afterhandshowcardsmessage_;
26073 …if (afterhandshowcardsmessage_ != NULL) afterhandshowcardsmessage_->::AfterHandShowCardsMessage::C…
28968 std::swap(afterhandshowcardsmessage_, other->afterhandshowcardsmessage_);