/external/grpc-grpc/test/core/gprpp/ |
D | orphanable_test.cc | 34 void Orphan() override { Delete(this); } in Orphan() function in grpc_core::testing::__anon7cbcc85a0111::Foo 43 foo->Orphan(); in TEST() 65 void Orphan() override { Unref(); } in Orphan() function in grpc_core::testing::__anon7cbcc85a0111::Bar 91 void Orphan() override { Unref(); } in Orphan() function in grpc_core::testing::__anon7cbcc85a0111::Baz
|
/external/grpc-grpc/test/core/transport/ |
D | byte_stream_test.cc | 71 stream.Orphan(); in TEST() 111 stream.Orphan(); in TEST() 149 stream.Orphan(); in TEST() 191 stream.Orphan(); in TEST() 238 stream1.Orphan(); in TEST() 239 stream2.Orphan(); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | orphanable.h | 47 virtual void Orphan() = 0; 62 p->Orphan(); in operator()
|
D | dual_ref_counted.h | 81 Orphan(); in Unref() 104 Orphan(); in Unref()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | byte_stream.h | 95 void Orphan() override; 130 void Orphan() override;
|
D | byte_stream.cc | 47 void SliceBufferByteStream::Orphan() { in Orphan() function in grpc_core::SliceBufferByteStream 106 void ByteStreamCache::CachingByteStream::Orphan() { in Orphan() function in grpc_core::ByteStreamCache::CachingByteStream
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | byte_stream.h | 97 void Orphan() override; 131 void Orphan() override;
|
D | byte_stream.cc | 47 void SliceBufferByteStream::Orphan() { in Orphan() function in grpc_core::SliceBufferByteStream 104 void ByteStreamCache::CachingByteStream::Orphan() { in Orphan() function in grpc_core::ByteStreamCache::CachingByteStream
|
D | connectivity_state.h | 59 void Orphan() override { Unref(); } in Orphan() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | work_serializer.cc | 41 void Orphan() override; 82 void WorkSerializer::WorkSerializerImpl::Orphan() { in Orphan() function in grpc_core::WorkSerializer::WorkSerializerImpl
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/ |
D | health_check_client.h | 55 void Orphan() override; 65 void Orphan() override;
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | orphanable.h | 48 virtual void Orphan() GRPC_ABSTRACT; 64 void operator()(T* p) { p->Orphan(); } in operator()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | connector.h | 71 void Orphan() override { in Orphan() function
|
D | resolver.h | 122 void Orphan() override { in Orphan() function
|
D | lb_policy.cc | 48 void LoadBalancingPolicy::Orphan() { in Orphan() function in grpc_core::LoadBalancingPolicy
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | resolver.h | 94 void Orphan() override { in Orphan() function
|
D | lb_policy.h | 158 void Orphan() override { in Orphan() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_client.h | 109 void Orphan() override; 208 void Orphan() override;
|
D | certificate_provider_store.h | 59 void Orphan() override { Unref(); } in Orphan() function
|
D | xds_client.cc | 90 void Orphan() override; 128 void Orphan() override; 153 void Orphan() override { in Orphan() function in grpc_core::XdsClient::ChannelState::AdsCallState::ResourceState 311 void Orphan() override; 333 void Orphan() override; 486 void XdsClient::ChannelState::Orphan() { in Orphan() function in grpc_core::XdsClient::ChannelState 585 void XdsClient::ChannelState::RetryableCall<T>::Orphan() { in Orphan() function in grpc_core::XdsClient::ChannelState::RetryableCall 779 void XdsClient::ChannelState::AdsCallState::Orphan() { in Orphan() function in grpc_core::XdsClient::ChannelState::AdsCallState 1294 void XdsClient::ChannelState::LrsCallState::Reporter::Orphan() { in Orphan() function in grpc_core::XdsClient::ChannelState::LrsCallState::Reporter 1532 void XdsClient::ChannelState::LrsCallState::Orphan() { in Orphan() function in grpc_core::XdsClient::ChannelState::LrsCallState [all …]
|
/external/llvm-project/llvm/unittests/tools/llvm-cfi-verify/ |
D | GraphBuilder.cpp | 101 for (const auto &Orphan : Result.OrphanedNodes) { in PrintTo() local 102 *os << " Orphan (0x" << std::hex << Orphan in PrintTo() 103 << ") Path: " << HexStringifyContainer(Result.flattenAddress(Orphan)) in PrintTo()
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | linkorder.s | 30 ## Orphan section .text.bar precedes .text.foo. However, don't swap the order of .rodata.*
|
D | lma-offset.s | 37 ## Orphan section .text will be inserted here.
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
D | comment_parsing_scenarios.story | 88 Scenario: A Class With Orphan Comments is processed by the Comments Parser 105 //Orphan comment inside the CompilationUnit 115 Scenario: A Class With Orphan Comments is processed by the Comments Parser
|
D | comment_attribution_scenarios.story | 43 //Orphan comment inside the CompilationUnit 47 Then the compilation unit orphan comment 1 is "Orphan comment inside the CompilationUnit" 58 Scenario: A Class With Orphan Comment in Class Declaration is parsed by the Java Parser 343 /* Orphan comment */ 350 Then the compilation unit orphan comment 1 is "Orphan comment"
|