Home | History | Annotate | Download | only in protobuf

Lines Matching defs:qux

744   string* qux = new string("qux");
745 field.AddAllocated(qux);
749 EXPECT_EQ(qux, &field.Get(index));
1165 *iter = "qux";
1166 EXPECT_EQ("qux", proto_array_.Get(0));
1342 **iter = "qux";
1343 EXPECT_EQ("qux", proto_array_.Get(0));