OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloseConnection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h
1067
virtual void
CloseConnection
() {}
1083
CloseConnection
();
1104
void
CloseConnection
() override {
1106
<< "
CloseConnection
() can be called only when there is a connection.";
1140
socket_writer_->
CloseConnection
();
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h
380
class
CloseConnection
: public shared::RPCFunction<
CloseConnection
, void()> {
382
static const char *getName() { return "
CloseConnection
"; }
423
EP.template addHandler<orcrpctpc::
CloseConnection
>(*this,
424
&ThisT::
closeConnection
);
606
void
closeConnection
() { Finished = true; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRPCTargetProcessControl.h
371
Error
closeConnection
(OnCloseConnectionFunction OnCloseConnection) {
373
return EP.template callAsync<orcrpctpc::
CloseConnection
>(
380
if (auto Err =
closeConnection
([&](Error Err2) -> Error {
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026