Home
last modified time | relevance | path

Searched defs:is_sync (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc268 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder() local
/external/grpc-grpc/src/compiler/
Dcsharp_generator.cc145 bool is_sync, bool use_call_options) { in GenerateDocCommentClientMethod()
/external/libchrome/ipc/
Dipc_message.h85 bool is_sync() const { in is_sync() function
/external/python/cpython3/Lib/
Dcontextlib.py449 def _push_exit_callback(self, callback, is_sync=True): argument