| /external/rust/crates/mio/src/sys/unix/ |
| D | pipe.rs | 307 pub struct Receiver { struct 311 impl Receiver { argument 318 impl event::Source for Receiver { implementation 342 impl Read for Receiver { implementation 352 impl Read for &Receiver { implementation 365 impl From<ChildStdout> for Receiver { implementation 366 fn from(stdout: ChildStdout) -> Receiver { in from() 375 impl From<ChildStderr> for Receiver { implementation 376 fn from(stderr: ChildStderr) -> Receiver { in from() 382 impl FromRawFd for Receiver { implementation [all …]
|
| /external/rust/crates/tokio/src/runtime/blocking/ |
| D | shutdown.rs | 17 pub(super) struct Receiver { struct 18 rx: oneshot::Receiver<()>, argument 29 impl Receiver { impl
|
| /external/rust/crates/tokio/src/runtime/tests/ |
| D | loom_oneshot.rs | 23 pub(crate) struct Receiver<T> { struct 39 impl<T> Receiver<T> { argument
|
| /external/rust/crates/crossbeam-channel/src/ |
| D | counter.rs | 92 pub struct Receiver<C> { struct 96 impl<C> Receiver<C> { argument 132 impl<C> ops::Deref for Receiver<C> { implementation 140 impl<C> PartialEq for Receiver<C> { implementation
|
| D | channel.rs | 693 pub struct Receiver<T> { struct 694 flavor: ReceiverFlavor<T>, argument 718 unsafe impl<T: Send> Send for Receiver<T> {} implementation 719 unsafe impl<T: Send> Sync for Receiver<T> {} implementation 721 impl<T> UnwindSafe for Receiver<T> {} implementation 722 impl<T> RefUnwindSafe for Receiver<T> {} implementation 724 impl<T> Receiver<T> { implementation 1135 impl<T> Drop for Receiver<T> { implementation 1150 impl<T> Clone for Receiver<T> { implementation 1165 impl<T> fmt::Debug for Receiver<T> { implementation [all …]
|
| /external/llvm-project/clang/lib/DirectoryWatcher/mac/ |
| D | DirectoryWatcher-mac.cpp | 51 Receiver, in DirectoryWatcherMac() 76 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver; member in __anonc5a7b2840111::DirectoryWatcherMac 82 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver; member 162 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in createFSEventStream() 218 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create() 261 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
| /external/rust/crates/futures-channel/src/ |
| D | oneshot.rs | 20 pub struct Receiver<T> { struct 33 impl<T> Unpin for Receiver<T> {} argument 428 impl<T> Receiver<T> { impl 453 impl<T> Future for Receiver<T> { implementation 464 impl<T> FusedFuture for Receiver<T> { implementation 479 impl<T> Drop for Receiver<T> { implementation
|
| /external/rust/crates/async-stream/src/ |
| D | yielder.rs | 14 pub struct Receiver<T> { struct 19 _rx: &'a mut Receiver<T>, argument 69 impl<T> Receiver<T> { implementation
|
| /external/rust/crates/tokio/src/sync/ |
| D | watch.rs | 72 pub struct Receiver<T> { struct 80 /// Sends values to the associated [`Receiver`](struct@Receiver). argument 202 impl<T> Receiver<T> { implementation 303 impl<T> Clone for Receiver<T> { implementation 312 impl<T> Drop for Receiver<T> { implementation
|
| D | broadcast.rs | 197 pub struct Receiver<T> { struct 199 shared: Arc<Shared<T>>, 202 next: u64, 471 unsafe impl<T: Send> Send for Receiver<T> {} implementation 472 unsafe impl<T: Send> Sync for Receiver<T> {} implementation 693 impl<T> Receiver<T> { impl 811 impl<T: Clone> Receiver<T> { impl 928 impl<T> Drop for Receiver<T> { implementation 1046 impl<T> fmt::Debug for Receiver<T> { implementation
|
| D | oneshot.rs | 124 pub struct Receiver<T> { struct 133 /// Error returned by the `Future` implementation for `Receiver`. argument 530 impl<T> Receiver<T> { implementation 683 impl<T> Drop for Receiver<T> { implementation 691 impl<T> Future for Receiver<T> { implementation
|
| /external/rust/crates/tokio/src/sync/mpsc/ |
| D | bounded.rs | 43 pub struct Receiver<T> { struct 55 /// All data sent on `Sender` will become available on `Receiver` in the same argument 107 impl<T> Receiver<T> { impl 287 impl<T> fmt::Debug for Receiver<T> { implementation 295 impl<T> Unpin for Receiver<T> {} implementation
|
| /external/webrtc/rtc_base/ |
| D | virtual_socket_unittest.cc | 102 struct Receiver : public MessageHandler, public sigslot::has_slots<> { struct 103 Receiver(Thread* th, AsyncSocket* s, uint32_t bw) in Receiver() function 117 ~Receiver() override { thread->Clear(this); } in ~Receiver() 119 void OnReadPacket(AsyncPacketSocket* s, in OnReadPacket() 138 void OnMessage(Message* pmsg) override { in OnMessage() 152 Thread* thread; 153 std::unique_ptr<AsyncUDPSocket> socket; 154 uint32_t bandwidth; 155 bool done; 156 size_t count; [all …]
|
| /external/rust/cxx/syntax/ |
| D | impls.rs | 386 impl Eq for Receiver {} implementation 388 impl PartialEq for Receiver { implementation 390 let Receiver { in eq() localVariable 401 let Receiver { in eq() localVariable 416 impl Hash for Receiver { implementation 418 let Receiver { in hash() localVariable
|
| D | mod.rs | 180 pub struct Receiver { struct 181 pub pinned: bool, 182 pub ampersand: Token![&], 183 pub lifetime: Option<Lifetime>, 184 pub mutable: bool, 185 pub var: Token![self], 186 pub ty: NamedType, 187 pub shorthand: bool, 188 pub pin_tokens: Option<(kw::Pin, Token![<], Token![>])>, 189 pub mutability: Option<Token![mut]>,
|
| D | tokens.rs | 293 impl Receiver { implementation 307 let Receiver { in to_tokens() localVariable 334 let Receiver { in to_tokens() localVariable
|
| /external/openscreen/cast/streaming/ |
| D | receiver_packet_router.h | 21 class Receiver; variable
|
| /external/llvm-project/clang/lib/DirectoryWatcher/default/ |
| D | DirectoryWatcher-not-implemented.cpp | 16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
| /external/robolectric-shadows/robolectric/src/test/java/com/foo/ |
| D | Receiver.java | 7 public class Receiver extends BroadcastReceiver { class
|
| /external/llvm-project/clang/lib/DirectoryWatcher/linux/ |
| D | DirectoryWatcher-linux.cpp | 141 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver; member in __anonc2a26de20111::DirectoryWatcherLinux 296 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, in DirectoryWatcherLinux() 324 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
| /external/llvm-project/clang/lib/DirectoryWatcher/windows/ |
| D | DirectoryWatcher-windows.cpp | 45 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
| /external/clang/lib/AST/ |
| D | ExprObjC.cpp | 141 TypeSourceInfo *Receiver, Selector Sel, in ObjCMessageExpr() 158 SourceLocation LBracLoc, Expr *Receiver, in ObjCMessageExpr() 222 SourceLocation LBracLoc, TypeSourceInfo *Receiver, in Create() 241 SourceLocation LBracLoc, Expr *Receiver, Selector Sel, in Create()
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | NoReturnFunctionChecker.cpp | 113 const ObjCInterfaceDecl *Receiver = Msg.getReceiverInterface(); in checkPostObjCMessage() local
|
| /external/llvm-project/clang/lib/AST/ |
| D | ExprObjC.cpp | 128 TypeSourceInfo *Receiver, Selector Sel, in ObjCMessageExpr() 144 SourceLocation LBracLoc, Expr *Receiver, in ObjCMessageExpr() 196 SourceLocation LBracLoc, TypeSourceInfo *Receiver, in Create() 215 SourceLocation LBracLoc, Expr *Receiver, Selector Sel, in Create()
|
| /external/mockito/src/test/java/org/mockitousage/annotation/ |
| D | InjectionOfInlinedMockDeclarationTest.java | 55 static class Receiver { class in InjectionOfInlinedMockDeclarationTest
|