Home | History | Annotate | Download | only in tests

Lines Matching refs:one2

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