Home | History | Annotate | Download | only in tests

Lines Matching refs:onetwo

2442   const auto onetwo = builder.CreateSharedString("onetwo");
2443 TEST_EQ(onetwo.o != one1.o, true);
2444 TEST_EQ(onetwo.o != two.o, true);
2456 const flatbuffers::Offset<flatbuffers::String> array[7] = { one1, two, one2, onetwo, null_b1, null_c, null_b2 };
2472 TEST_EQ_STR(a[3]->c_str(), "onetwo");