Home
last modified time | relevance | path

Searched defs:addr_ (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_parameter.h39 void *addr_; variable
/third_party/boost/boost/stacktrace/detail/
Dframe_decl.hpp38 native_frame_ptr_t addr_; member in boost::stacktrace::frame
/third_party/nghttp2/src/
Dshrpx_http_downstream_connection.h104 DownstreamAddr *addr_; variable
Dshrpx_live_check.h104 DownstreamAddr *addr_; variable
Dshrpx_memcached_connection.h144 const Address *addr_; variable
Dshrpx_http2_session.h274 DownstreamAddr *addr_; variable
Dshrpx_downstream.h565 const DownstreamAddr *addr_; variable
/third_party/openssl/crypto/bio/
Db_sock2.c282 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex()
/third_party/boost/libs/asio/include/boost/asio/ip/
Daddress_v6.hpp241 boost::asio::detail::in6_addr_type addr_; member in boost::asio::ip::address_v6
Daddress_v4.hpp244 boost::asio::detail::in4_addr_type addr_; member in boost::asio::ip::address_v4
/third_party/boost/boost/asio/ip/
Daddress_v6.hpp241 boost::asio::detail::in6_addr_type addr_; member in boost::asio::ip::address_v6
Daddress_v4.hpp244 boost::asio::detail::in4_addr_type addr_; member in boost::asio::ip::address_v4
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.h224 int64_t addr_; variable
/third_party/grpc/src/core/lib/iomgr/
Dudp_server.cc124 grpc_resolved_address addr_; member in GrpcUdpListener
/third_party/iowow/src/kv/
Diwkv_internal.h99 #define ADDR2BLK(addr_) ((blkn_t) (((uint64_t)(addr_)) >> IWKV_FSM_BPOW)) argument