Home
last modified time | relevance | path

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

/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h11 struct AttackerT;
21 bool operator==(const AttackerT &lhs, const AttackerT &rhs);
22 bool operator!=(const AttackerT &lhs, const AttackerT &rhs);
103 AttackerT *AsMuLan() { in AsMuLan()
105 reinterpret_cast<AttackerT *>(value) : nullptr; in AsMuLan()
107 const AttackerT *AsMuLan() const { in AsMuLan()
109 reinterpret_cast<const AttackerT *>(value) : nullptr; in AsMuLan()
161 return *(reinterpret_cast<const AttackerT *>(lhs.value)) ==
162 *(reinterpret_cast<const AttackerT *>(rhs.value));
263 struct AttackerT : public flatbuffers::NativeTable { struct
[all …]
DAttacker.cs35 public AttackerT UnPack() { in UnPack()
36 var _o = new AttackerT(); in UnPack()
40 public void UnPackTo(AttackerT _o) { in UnPackTo()
43 public static Offset<Attacker> Pack(FlatBufferBuilder builder, AttackerT _o) { in Pack()
51 public class AttackerT class
56 public AttackerT() { in AttackerT() method in AttackerT
DCharacter.cs27 public AttackerT AsMuLan() { return this.As<AttackerT>(); } in AsMuLan()
82 case Character.MuLan: _o.Value = serializer.Deserialize<AttackerT>(reader); break; in ReadJson()