HomeSort by relevance Sort by last modified time
    Searched defs:destination_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/socket/
socks_client_socket_pool.h 37 const HostResolver::RequestInfo& destination() const { return destination_; }
53 HostResolver::RequestInfo destination_; member in class:net::SOCKSSocketParams
tcp_client_socket_pool.h 39 const HostResolver::RequestInfo& destination() const { return destination_; }
55 HostResolver::RequestInfo destination_; member in class:net::TCPSocketParams
transport_client_socket_pool.h 34 const HostResolver::RequestInfo& destination() const { return destination_; }
49 HostResolver::RequestInfo destination_; member in class:net::TransportSocketParams
  /external/v8/src/
lithium.h 211 : source_(source), destination_(destination) {
217 LOperand* destination() const { return destination_; }
218 void set_destination(LOperand* operand) { destination_ = operand; }
223 return destination_ == NULL && source_ != NULL;
234 return IsEliminated() || source_->Equals(destination_) || IsIgnored();
238 return destination_ != NULL && destination_->IsIgnored();
242 void Eliminate() { source_ = destination_ = NULL; }
244 ASSERT(source_ != NULL || destination_ == NULL);
250 LOperand* destination_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 193 milliseconds