Home
last modified time | relevance | path

Searched defs:is_send (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/gbm/src/
Dlib.rs191 fn is_send<T: Send>() {} in is_send() function
/external/grpc-grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc163 bool is_client, bool is_send) { in CheckPayload()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc146 auto Interceptor(uint32_t max_length, bool is_send) { in Interceptor()
/external/mesa3d/src/intel/compiler/elk/
Delk_ir_fs.h566 is_send(const elk_fs_inst *inst) in is_send() function
Delk_disasm.c88 is_send(unsigned opcode) in is_send() function
/external/mesa3d/src/intel/compiler/
Dbrw_ir_fs.h533 is_send(const fs_inst *inst) in is_send() function
Dbrw_disasm.c78 is_send(unsigned opcode) in is_send() function
/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c358 size_t session_key_len, int is_send, in get_asymetric_start_key()
/external/rust/crates/tokio/tests/
Drt_common.rs95 fn is_send<T: Send + Sync>() {} in send_sync_bound() function
/external/rust/crates/bytes/tests/
Dtest_bytes.rs11 fn is_send<T: Send>() {} in is_send() function
/external/rust/crates/openssl/src/ssl/test/
Dmod.rs1306 fn is_send<T: Send>() {} in _check_kinds() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc397 const bool is_send = ndef.op() == "_Send"; in TrackFeedsAndFetches() local