Searched refs:IsBound (Results 1 – 12 of 12) sorted by relevance
48 bool IsBound() const;
84 bool TCPSocketState::IsBound() const { in IsBound() function in ppapi::TCPSocketState
207 if (IsBound()) in Bind()283 if (!IsBound()) { in Send_Locked()
444 if (IsBound()) in Bind()537 if (!IsBound()) in Listen()
111 bool IsBound() { return local_addr_ != 0; } in IsBound() function
60 if (IsBound()) in Bind()241 bool UDPSocket::IsBound() { return socket_.is_connected(); } in IsBound() function in extensions::UDPSocket
41 bool IsBound();
139 if (!state_.IsBound() || !local_addr) in GetLocalAddressImpl()
580 VIXL_ASSERT(!IsLinked() || IsBound()); in ~Label()586 inline bool IsBound() const { return is_bound_; } in IsBound() function1670 VIXL_ASSERT(label->IsBound()); in SizeOfCodeGeneratedSince()
1257 if (start_.IsBound()) { in ~InstructionAccurateScope()
418 if (label->IsBound()) { in UpdateAndGetByteOffsetTo()
161 if (socket->IsBound() && !params_->paused) { in Work()