Home
last modified time | relevance | path

Searched refs:insp (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-stream-client.js13 const insp = util.inspect(stream); constant
14 assert.ok(/Http2Stream {/.test(insp));
15 assert.ok(/ state:/.test(insp));
16 assert.ok(/ readableState:/.test(insp));
17 assert.ok(/ writableState:/.test(insp));
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dbuffer_sequence_adapter.ipp96 Microsoft::WRL::ComPtr<IInspectable> insp
98 buf = reinterpret_cast<Windows::Storage::Streams::IBuffer^>(insp.Get());
106 Microsoft::WRL::ComPtr<IInspectable> insp
108 Platform::Object^ buf_obj = reinterpret_cast<Platform::Object^>(insp.Get());
109 buf = reinterpret_cast<Windows::Storage::Streams::IBuffer^>(insp.Get());
/third_party/boost/boost/asio/detail/impl/
Dbuffer_sequence_adapter.ipp96 Microsoft::WRL::ComPtr<IInspectable> insp
98 buf = reinterpret_cast<Windows::Storage::Streams::IBuffer^>(insp.Get());
106 Microsoft::WRL::ComPtr<IInspectable> insp
108 Platform::Object^ buf_obj = reinterpret_cast<Platform::Object^>(insp.Get());
109 buf = reinterpret_cast<Windows::Storage::Streams::IBuffer^>(insp.Get());
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinrt_utils.hpp89 ComPtr<IInspectable> insp = reinterpret_cast<IInspectable*>(b); variable
91 insp.As(&bacc);
/third_party/boost/boost/asio/detail/
Dwinrt_utils.hpp89 ComPtr<IInspectable> insp = reinterpret_cast<IInspectable*>(b); variable
91 insp.As(&bacc);