Home
last modified time | relevance | path

Searched refs:BinaryProxy (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_Path.h162 struct BinaryProxy struct
169 explicit BinaryProxy(const LowPath* path) : m_Path(path) {} in BinaryProxy() argument
187 friend struct BinaryProxy;
189 const BinaryProxy GetBinary() const in GetBinary()
191 return BinaryProxy(this); in GetBinary()