Home
last modified time | relevance | path

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

/external/flatbuffers/tests/union_vector/
DCharacter.cs31 public string AsOther() { return this.As<string>(); } in AsOther() method in CharacterUnion
41 case Character.Other: return builder.CreateString(_o.AsOther()).Value; in Pack()
Dunion_vector_generated.h135 std::string *AsOther() { in AsOther() function
139 const std::string *AsOther() const { in AsOther() function
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs796 Assert.AreEqual(a.CharactersAsString(2), b.Characters[2].AsOther()); in AreEqual()
/external/flatbuffers/tests/
Dtest.cpp2610 TEST_EQ_STR(movie_object->characters[3].AsOther()->c_str(), "Other"); in UnionVectorTest()