Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_Path.h161 struct BinaryProxy struct
168 explicit BinaryProxy(const LowPath* path) : m_Path(path) {} in BinaryProxy() function
186 friend struct BinaryProxy;
188 const BinaryProxy GetBinary() const in GetBinary()
190 return BinaryProxy(this); in GetBinary()