Home
last modified time | relevance | path

Searched refs:Orphan (Results 1 – 25 of 51) sorted by relevance

123

/external/grpc-grpc/test/core/gprpp/
Dorphanable_test.cc34 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/
Dbyte_stream_test.cc71 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/
Dorphanable.h47 virtual void Orphan() = 0;
62 p->Orphan(); in operator()
Ddual_ref_counted.h81 Orphan(); in Unref()
104 Orphan(); in Unref()
/external/grpc-grpc/src/core/lib/transport/
Dbyte_stream.h95 void Orphan() override;
130 void Orphan() override;
Dbyte_stream.cc47 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/
Dbyte_stream.h97 void Orphan() override;
131 void Orphan() override;
Dbyte_stream.cc47 void SliceBufferByteStream::Orphan() { in Orphan() function in grpc_core::SliceBufferByteStream
104 void ByteStreamCache::CachingByteStream::Orphan() { in Orphan() function in grpc_core::ByteStreamCache::CachingByteStream
Dconnectivity_state.h59 void Orphan() override { Unref(); } in Orphan() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dwork_serializer.cc41 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/
Dhealth_check_client.h55 void Orphan() override;
65 void Orphan() override;
/external/grpc-grpc/src/core/lib/gprpp/
Dorphanable.h48 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/
Dconnector.h71 void Orphan() override { in Orphan() function
Dresolver.h122 void Orphan() override { in Orphan() function
Dlb_policy.cc48 void LoadBalancingPolicy::Orphan() { in Orphan() function in grpc_core::LoadBalancingPolicy
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dresolver.h94 void Orphan() override { in Orphan() function
Dlb_policy.h158 void Orphan() override { in Orphan() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.h109 void Orphan() override;
208 void Orphan() override;
Dcertificate_provider_store.h59 void Orphan() override { Unref(); } in Orphan() function
Dxds_client.cc90 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/
DGraphBuilder.cpp101 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/
Dlinkorder.s30 ## Orphan section .text.bar precedes .text.foo. However, don't swap the order of .rodata.*
Dlma-offset.s37 ## Orphan section .text will be inserted here.
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dcomment_parsing_scenarios.story88 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
Dcomment_attribution_scenarios.story43 //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"

123