Searched refs:RpcWireAddress (Results 1 – 2 of 2) sorted by relevance
28 struct RpcWireAddress { struct32 static inline RpcWireAddress fromRaw(uint64_t raw) { in fromRaw() argument33 return *reinterpret_cast<RpcWireAddress*>(&raw); in fromRaw()35 static inline uint64_t toRaw(RpcWireAddress addr) { in toRaw() argument39 static_assert(sizeof(RpcWireAddress) == sizeof(uint64_t));126 RpcWireAddress address;133 RpcWireAddress address;
127 RpcWireAddress address{ in onBinderLeaving()142 auto&& [it, inserted] = mNodeForAddress.insert({RpcWireAddress::toRaw(address), in onBinderLeaving()165 RpcWireAddress addr = RpcWireAddress::fromRaw(address); in onBinderEntering()583 .address = RpcWireAddress::fromRaw(address), in transactAddress()733 .address = RpcWireAddress::fromRaw(addr), in sendDecStrongToTarget()881 uint64_t addr = RpcWireAddress::toRaw(transaction->address); in processTransactInternal()1167 uint64_t addr = RpcWireAddress::toRaw(body.address); in processDecStrong()