/external/rust/crates/anyhow/src/ |
D | ptr.rs | 6 pub struct Own<T> struct 13 unsafe impl<T> Send for Own<T> where T: ?Sized {} argument 15 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation 17 impl<T> Copy for Own<T> where T: ?Sized {} implementation 19 impl<T> Clone for Own<T> implementation 28 impl<T> Own<T> implementation 33 Own { in new() 38 pub fn cast<U: CastTo>(self) -> Own<U::Target> { in cast() 39 Own { in cast()
|
D | error.rs | 6 use crate::ptr::{Own, Ref}; 229 let inner = Own::new(inner).cast::<ErrorImpl>(); in construct() 564 object_drop: unsafe fn(Own<ErrorImpl>), 568 object_boxed: unsafe fn(Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static>, 572 object_drop_rest: unsafe fn(Own<ErrorImpl>, TypeId), 578 unsafe fn object_drop<E>(e: Own<ErrorImpl>) { in object_drop() 586 unsafe fn object_drop_front<E>(e: Own<ErrorImpl>, target: TypeId) { in object_drop_front() 625 unsafe fn object_boxed<E>(e: Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static> in object_boxed() 719 unsafe fn context_drop_rest<C, E>(e: Own<ErrorImpl>, target: TypeId) in context_drop_rest() 773 unsafe fn context_chain_drop_rest<C>(e: Own<ErrorImpl>, target: TypeId) in context_chain_drop_rest()
|
D | lib.rs | 256 use crate::ptr::Own; 377 inner: Own<ErrorImpl>,
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | upb.hpp | 60 bool Own(T *obj) { in Own() function in upb::Arena
|
/external/protobuf/src/google/protobuf/ |
D | arena_unittest.cc | 177 arena.Own(new int32); in TEST() 178 arena.Own(new int64); in TEST() 179 arena.Own(new float); in TEST() 180 arena.Own(new double); in TEST() 181 arena.Own(new std::string); in TEST() 182 arena.Own<int>(NULL); in TEST() 188 arena.Own(data); in TEST() 1364 arena.Own(new int); in TEST()
|
D | arenastring.h | 148 arena->Own(value); in SetAllocated()
|
D | message_lite.cc | 209 arena->Own(message); in New()
|
D | arena.h | 385 PROTOBUF_NOINLINE void Own(T* object) { in Own() function
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/ |
D | CHANGELOG.txt | 18 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/ |
D | CHANGELOG.txt | 24 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.0/ |
D | CHANGELOG.txt | 31 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.0.1/ |
D | CHANGELOG.txt | 39 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.0.2/ |
D | CHANGELOG.txt | 45 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | test_cpp.cc | 931 arena.Own(new Decrementer(&n)); in TestArena() 967 arena.Own(new Decrementer(&n)); in TestInlinedArena()
|
/external/mockftpserver/tags/2.1/ |
D | CHANGELOG.txt | 55 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.2/ |
D | CHANGELOG.txt | 69 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.4/ |
D | CHANGELOG.txt | 88 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.3/ |
D | CHANGELOG.txt | 80 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/MockFtpServer/ |
D | CHANGELOG.txt | 98 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.5/ |
D | CHANGELOG.txt | 98 - DOCS: Add "Configuring CommandHandler for New (Unsupported) Command" and �Creating Your Own Custo…
|
/external/mockftpserver/tags/2.0.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 99 ** Creating Your Own Custom CommandHandler Class
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | stubftpserver-getting-started.apt | 99 ** Creating Your Own Custom CommandHandler Class
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/ |
D | stubftpserver-getting-started.apt | 99 ** Creating Your Own Custom CommandHandler Class
|
/external/mockftpserver/tags/2.2/src/site/apt/ |
D | stubftpserver-getting-started.apt | 99 ** Creating Your Own Custom CommandHandler Class
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/ |
D | stubftpserver-getting-started.apt | 99 ** Creating Your Own Custom CommandHandler Class
|