Home | History | Annotate | Download | only in tests

Lines Matching refs:one1

2438   const auto one1 = builder.CreateSharedString("one");
2441 TEST_EQ(one1.o, one2.o);
2443 TEST_EQ(onetwo.o != one1.o, true);
2456 const flatbuffers::Offset<flatbuffers::String> array[7] = { one1, two, one2, onetwo, null_b1, null_c, null_b2 };