Searched defs:IsBlocking (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/include/grpcpp/security/ | ||
D | auth_metadata_processor.h | 42 virtual bool IsBlocking() const { return true; } in IsBlocking() function |
D | credentials.h | 205 virtual bool IsBlocking() const { return true; } in IsBlocking() function |
/external/pdfium/fxjs/ | ||
D | cjs_runtime.h | 49 bool IsBlocking() const { return m_bBlocking; } in IsBlocking() function |
/external/webrtc/webrtc/base/ | ||
D | socket.h | 161 inline bool IsBlocking() const { return IsBlockingError(GetError()); } in IsBlocking() function |
/external/perfetto/src/base/ | ||
D | unix_socket.cc | 174 bool UnixSocketRaw::IsBlocking() const { in IsBlocking() function in perfetto::base::UnixSocketRaw |
/external/grpc-grpc/test/cpp/end2end/ | ||
D | end2end_test.cc | 82 bool IsBlocking() const override { return is_blocking_; } in IsBlocking() function in grpc::testing::__anona0cada910111::TestMetadataCredentialsPlugin |