Searched refs:insp (Results 1 – 5 of 5) sorted by relevance
13 const insp = util.inspect(stream); constant14 assert.ok(/Http2Stream {/.test(insp));15 assert.ok(/ state:/.test(insp));16 assert.ok(/ readableState:/.test(insp));17 assert.ok(/ writableState:/.test(insp));
96 Microsoft::WRL::ComPtr<IInspectable> insp98 buf = reinterpret_cast<Windows::Storage::Streams::IBuffer^>(insp.Get());106 Microsoft::WRL::ComPtr<IInspectable> insp108 Platform::Object^ buf_obj = reinterpret_cast<Platform::Object^>(insp.Get());109 buf = reinterpret_cast<Windows::Storage::Streams::IBuffer^>(insp.Get());
89 ComPtr<IInspectable> insp = reinterpret_cast<IInspectable*>(b); variable91 insp.As(&bacc);