Searched refs:AsOther (Results 1 – 4 of 4) sorted by relevance
31 public string AsOther() { return this.As<string>(); } in AsOther() method in CharacterUnion41 case Character.Other: return builder.CreateString(_o.AsOther()).Value; in Pack()
135 std::string *AsOther() { in AsOther() function139 const std::string *AsOther() const { in AsOther() function
796 Assert.AreEqual(a.CharactersAsString(2), b.Characters[2].AsOther()); in AreEqual()
2610 TEST_EQ_STR(movie_object->characters[3].AsOther()->c_str(), "Other"); in UnionVectorTest()