reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Host/common/TCPSocket.h
   52   TCPSocket(NativeSocket socket, const TCPSocket &listen_socket);
tools/lldb/source/Host/common/Socket.cpp
  118         std::make_unique<TCPSocket>(true, child_processes_inherit);
  182   std::unique_ptr<TCPSocket> listen_socket(
  183       new TCPSocket(true, child_processes_inherit));
tools/lldb/source/Host/common/TCPSocket.cpp
   52 TCPSocket::TCPSocket(NativeSocket socket, const TCPSocket &listen_socket)
  257     auto io_sp = IOObjectSP(new TCPSocket(socket.first, false, inherit));
  272   std::unique_ptr<TCPSocket> accepted_socket;
  289     accepted_socket.reset(new TCPSocket(sock, *this));
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  210           std::unique_ptr<TCPSocket> tcp_socket;
  211           tcp_socket.reset(new TCPSocket(fd, false, false));
tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
   65   std::unique_ptr<TCPSocket> tcp_socket(new TCPSocket(true, false));
   65   std::unique_ptr<TCPSocket> tcp_socket(new TCPSocket(true, false));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
 1255   TCPSocket listen_socket(true, child_processes_inherit);
tools/lldb/tools/lldb-server/Acceptor.cpp
  114       TCPSocket *tcp_socket =
tools/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
   26     std::unique_ptr<TCPSocket> socket_a_up;
   27     std::unique_ptr<TCPSocket> socket_b_up;
tools/lldb/unittests/Host/MainLoopTest.cpp
   31     std::unique_ptr<TCPSocket> listen_socket_up(
   32         new TCPSocket(true, child_processes_inherit));
   42     std::unique_ptr<TCPSocket> connect_socket_up(
   43         new TCPSocket(true, child_processes_inherit));
tools/lldb/unittests/Host/SocketTest.cpp
  108   std::unique_ptr<TCPSocket> socket_a_up;
  109   std::unique_ptr<TCPSocket> socket_b_up;
  114   std::unique_ptr<TCPSocket> socket_a_up;
  115   std::unique_ptr<TCPSocket> socket_b_up;
  151   std::unique_ptr<TCPSocket> socket_up((TCPSocket*)server_socket);
  157   std::unique_ptr<TCPSocket> socket_a_up;
  158   std::unique_ptr<TCPSocket> socket_b_up;
tools/lldb/unittests/Host/SocketTestUtilities.cpp
   29     const std::function<std::string(const SocketType &)> &get_connect_addr,
   30     std::unique_ptr<SocketType> *a_up, std::unique_ptr<SocketType> *b_up) {
   30     std::unique_ptr<SocketType> *a_up, std::unique_ptr<SocketType> *b_up) {
   33   std::unique_ptr<SocketType> listen_socket_up(
   34       new SocketType(true, child_processes_inherit));
   47   std::unique_ptr<SocketType> connect_socket_up(
   48       new SocketType(true, child_processes_inherit));
   69     std::string listen_remote_ip, std::unique_ptr<TCPSocket> *socket_a_up,
   70     std::unique_ptr<TCPSocket> *socket_b_up) {
   73   CreateConnectedSockets<TCPSocket>(
tools/lldb/unittests/Host/SocketTestUtilities.h
   35                                std::unique_ptr<TCPSocket> *a_up,
   36                                std::unique_ptr<TCPSocket> *b_up);
tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
   81   TCPSocket listen_socket(true, false);
usr/include/c++/7.4.0/bits/move.h
   46     inline _GLIBCXX_CONSTEXPR _Tp*
   47     __addressof(_Tp& __r) _GLIBCXX_NOEXCEPT
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/shared_ptr.h
  129 	shared_ptr(_Yp* __p) : __shared_ptr<_Tp>(__p) { }
  277 	shared_ptr(unique_ptr<_Yp, _Del>&& __r)
  332 	_Assignable<unique_ptr<_Yp, _Del>>
  333 	operator=(unique_ptr<_Yp, _Del>&& __r)
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  653 	__shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
  660 	  using _Ptr = typename unique_ptr<_Tp, _Del>::pointer;
  882     : is_convertible<_Yp*, _Tp*>::type
  946     : is_convertible<_Yp*, _Tp*>::type
 1078 	__shared_ptr(_Yp* __p)
 1081 	  static_assert( !is_void<_Yp>::value, "incomplete type" );
 1082 	  static_assert( sizeof(_Yp) > 0, "incomplete type" );
 1157 	__shared_ptr(unique_ptr<_Yp, _Del>&& __r)
 1226 	_UniqAssignable<_Yp, _Del>
 1227 	operator=(unique_ptr<_Yp, _Del>&& __r)
 1377 	typename enable_if<!__has_esft_base<_Yp2>::value>::type
 1378 	_M_enable_shared_from_this_with(_Yp*) noexcept
 1386 	static _Tp1*
 1387 	_S_raw_ptr(_Tp1* __ptr)
usr/include/c++/7.4.0/bits/std_function.h
  299       _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args)
  628       using _Invoker_type = _Res (*)(const _Any_data&, _ArgTypes&&...);
usr/include/c++/7.4.0/bits/unique_ptr.h
   68         default_delete(const default_delete<_Up>&) noexcept { }
   72       operator()(_Tp* __ptr) const
   74 	static_assert(!is_void<_Tp>::value,
   76 	static_assert(sizeof(_Tp)>0,
  122 	  using type = _Up*;
  137       using pointer = typename _Ptr<_Tp, _Dp>::type;
  161 	typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
  163       __uniq_ptr_impl<_Tp, _Dp> _M_t;
  166       using pointer	  = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
  167       using element_type  = _Tp;
  252 	unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
  297           __safe_conversion_up<_Up, _Ep>,
  301 	operator=(unique_ptr<_Up, _Ep>&& __u) noexcept
  811     { typedef unique_ptr<_Tp> __single_object; };
  823     inline typename _MakeUniq<_Tp>::__single_object
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1645     { typedef _Tp&   type; };
 1650     : public __add_lvalue_reference_helper<_Tp>
 1659     { typedef _Tp&&   type; };
utils/unittest/googletest/include/gtest/gtest-printers.h
  407                     T* p, ::std::ostream* os) {
  416     if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {