Searched refs:AttackerT (Results 1 – 1 of 1) sorted by relevance
10 struct AttackerT;19 bool operator==(const AttackerT &lhs, const AttackerT &rhs);97 AttackerT *AsMuLan() { in AsMuLan()99 reinterpret_cast<AttackerT *>(value) : nullptr; in AsMuLan()101 const AttackerT *AsMuLan() const { in AsMuLan()103 reinterpret_cast<const AttackerT *>(value) : nullptr; in AsMuLan()155 return *(reinterpret_cast<const AttackerT *>(lhs.value)) ==156 *(reinterpret_cast<const AttackerT *>(rhs.value));236 struct AttackerT : public flatbuffers::NativeTable { struct239 AttackerT() in AttackerT() argument[all …]