Lines Matching refs:any_ambiguous
1192 MyGame::Example::AnyAmbiguousAliasesUnion any_ambiguous;
1262 (lhs.any_ambiguous == rhs.any_ambiguous) &&
1624 const void *any_ambiguous() const {
1628 …:AnyAmbiguousAliases_M1 ? static_cast<const MyGame::Example::Monster *>(any_ambiguous()) : nullptr;
1631 …:AnyAmbiguousAliases_M2 ? static_cast<const MyGame::Example::Monster *>(any_ambiguous()) : nullptr;
1634 …:AnyAmbiguousAliases_M3 ? static_cast<const MyGame::Example::Monster *>(any_ambiguous()) : nullptr;
1727 VerifyAnyAmbiguousAliases(verifier, any_ambiguous(), any_ambiguous_type()) &&
1901 void add_any_ambiguous(flatbuffers::Offset<void> any_ambiguous) {
1902 fbb_.AddOffset(Monster::VT_ANY_AMBIGUOUS, any_ambiguous);
1970 flatbuffers::Offset<void> any_ambiguous = 0,
1982 builder_.add_any_ambiguous(any_ambiguous);
2072 flatbuffers::Offset<void> any_ambiguous = 0,
2141 any_ambiguous,
2626 { auto _e = any_ambiguous_type(); _o->any_ambiguous.type = _e; }
2627 …{ auto _e = any_ambiguous(); if (_e) _o->any_ambiguous.value = MyGame::Example::AnyAmbiguousAliase…
2684 auto _any_ambiguous_type = _o->any_ambiguous.type;
2685 auto _any_ambiguous = _o->any_ambiguous.Pack(_fbb);