Home | History | Annotate | Download | only in cpp

Lines Matching defs:TCPSocket

22 TCPSocket::TCPSocket() {
25 TCPSocket::TCPSocket(const InstanceHandle& instance) {
32 TCPSocket::TCPSocket(PassRef, PP_Resource resource)
36 TCPSocket::TCPSocket(const TCPSocket& other) : Resource(other) {
39 TCPSocket::~TCPSocket() {
42 TCPSocket& TCPSocket::operator=(const TCPSocket& other) {
48 bool TCPSocket::IsAvailable() {
52 int32_t TCPSocket::Connect(const NetAddress& addr,
61 NetAddress TCPSocket::GetLocalAddress() const {
70 NetAddress TCPSocket::GetRemoteAddress() const {
79 int32_t TCPSocket::Read(char* buffer,
90 int32_t TCPSocket::Write(const char* buffer,
101 void TCPSocket::Close() {
106 int32_t TCPSocket::SetOption(PP_TCPSocket_Option name,