/external/grpc-grpc/test/core/gprpp/ |
D | orphanable_test.cc | 34 void Orphan() override { Delete(this); } in Orphan() function in grpc_core::testing::__anonee1383fc0111::Foo 43 foo->Orphan(); in TEST() 65 void Orphan() override { Unref(); } in Orphan() function in grpc_core::testing::__anonee1383fc0111::Bar 91 void Orphan() override { Unref(); } in Orphan() function in grpc_core::testing::__anonee1383fc0111::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/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/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/u-boot/board/freescale/mpc8315erdb/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/freescale/m5253evbe/ |
D | MAINTAINERS | 3 S: Orphan (since 2014-06)
|
/external/u-boot/board/freescale/mpc8323erdb/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/freescale/mpc8349emds/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/freescale/mpc837xemds/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/dbau1x00/ |
D | MAINTAINERS | 3 S: Orphan (since 2016-06)
|
/external/u-boot/board/freescale/t4rdb/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/freescale/mpc832xemds/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/freescale/t102xqds/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/freescale/t102xrdb/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/freescale/t4qds/ |
D | MAINTAINERS | 3 S: Orphan (since 2018-05)
|
/external/u-boot/board/freescale/ls2080aqds/ |
D | MAINTAINERS | 14 S: Orphan (since 2018-05)
|
/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/u-boot/board/freescale/ls2080ardb/ |
D | MAINTAINERS | 22 S: Orphan (since 2018-05)
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/ |
D | GraphBuilder.cpp | 102 for (const auto &Orphan : Result.OrphanedNodes) { in PrintTo() local 103 *os << " Orphan (0x" << std::hex << Orphan in PrintTo() 104 << ") Path: " << HexStringifyContainer(Result.flattenAddress(Orphan)) in PrintTo()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenRegisters.cpp | 40 struct Orphan { struct 43 Orphan(CodeGenRegister *r, Record *a, Record *b) in Orphan() function 70 SmallVector<Orphan, 8> Orphans; in getSubRegs() 86 Orphans.push_back(Orphan(SI->second, Indices[i], SI->first)); in getSubRegs() 135 Orphan &O = Orphans[i]; in getSubRegs()
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/ |
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"
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/ |
D | subchannel_list.h | 226 void Orphan() override { in Orphan() function
|