Home
last modified time | relevance | path

Searched defs:IsIncoming (Results 1 – 13 of 13) sorted by relevance

/dports/net/goreplay/goreplay-1.2.0/tcp/
H A Dtcp_message.go23 IsIncoming bool member
/dports/math/py-or-tools/or-tools-9.2/ortools/graph/
H A Debert_graph.h764 bool IsIncoming(ArcIndexType arc, NodeIndexType node) const { in IsIncoming() function
1436 bool IsIncoming(ArcIndexType arc, NodeIndexType node) const { in IsIncoming() function
1639 bool IsIncoming(ArcIndexType arc, NodeIndexType node) const { in IsIncoming() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.cpp476 bool IsIncoming = !SrcIsInternal && DstIsInternal; in extractLBRStack() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPerfReader.cpp476 bool IsIncoming = !SrcIsInternal && DstIsInternal; in extractLBRStack() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPerfReader.cpp476 bool IsIncoming = !SrcIsInternal && DstIsInternal; in extractLBRStack() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-profgen/
H A DPerfReader.cpp476 bool IsIncoming = !SrcIsInternal && DstIsInternal; in extractLBRStack() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPerfReader.cpp476 bool IsIncoming = !SrcIsInternal && DstIsInternal; in extractLBRStack() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-profgen/
H A DPerfReader.cpp485 bool IsIncoming = !SrcIsInternal && DstIsInternal; in extractLBRStack() local
/dports/net-p2p/bitflu/bitflu-1.52/
H A Dbitflu.pl2367 sub IsIncoming { subroutine
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/internal/
H A Dpayload_manager.cc981 bool PayloadManager::PendingPayload::IsIncoming() const { return is_incoming_; } in IsIncoming() function in location::nearby::connections::PayloadManager::PendingPayload
/dports/www/beehive/beehive-0.4.0/vendor/github.com/odwrtw/transmission/
H A Dtorrent.go221 IsIncoming bool member
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/hekmon/transmissionrpc/
H A Dtorrent_accessors.go364 IsIncoming bool `json:"isIncoming"` member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/Chat/
H A Dmod.rs631 pub fn IsIncoming(&self) -> ::windows::runtime::Result<bool> { in IsIncoming() method