Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_response_body_drainer_unittest.cc86 is_sync_(false), in MockHttpStream()
151 void set_sync() { is_sync_ = true; } in set_sync()
175 bool is_sync_; member in net::__anon9e5094570111::MockHttpStream
198 if (!is_sync_) { in ReadResponseBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_response_body_drainer_unittest.cc86 is_sync_(false), in MockHttpStream()
151 void set_sync() { is_sync_ = true; } in set_sync()
175 bool is_sync_; member in net::__anon8d1d3bdc0111::MockHttpStream
198 if (!is_sync_) { in ReadResponseBody()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/
H A Dcontrol_flow.h45 explicit SingleBranch(Condition condition_, s32 address_, bool kill_, bool is_sync_, in SingleBranch() argument
47 : condition{condition_}, address{address_}, kill{kill_}, is_sync{is_sync_}, is_brk{is_brk_}, in SingleBranch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/tools/bindings/generators/cpp_templates/
H A Dinterface_definition.tmpl246 is_sync_(is_sync),
264 bool is_sync_;
319 auto message = {{response_message_typename}}::Build(kSerialize, is_sync_
324 {{interface_macros.build_message_flags(True, "is_sync_", "false", "kFlags")}}
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/generators/cpp_templates/
H A Dinterface_definition.tmpl268 is_sync_(is_sync),
286 bool is_sync_;
351 auto message = {{response_message_typename}}::Build(kSerialize, is_sync_
356 {{interface_macros.build_message_flags(True, "is_sync_", "false", "kFlags")}}