HomeSort by relevance Sort by last modified time
    Searched refs:qux (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 510 string* qux = new string("qux"); local
511 field.AddAllocated(qux);
515 EXPECT_EQ(qux, &field.Get(index));
696 *iter = "qux";
697 EXPECT_EQ("qux", proto_array_.Get(0));
808 **iter = "qux";
809 EXPECT_EQ("qux", proto_array_.Get(0));
descriptor_unittest.cc 377 // optional group qux = 15 {}
388 // We cheat and use TestForeign as the type for qux rather than create
415 AddField(message, "qux", 15,
516 EXPECT_EQ(qux_, message_->FindFieldByName("qux"));
524 EXPECT_TRUE(message2_->FindFieldByName("qux") == NULL);
546 EXPECT_EQ("qux", qux_->name());
553 EXPECT_EQ("TestMessage.qux", qux_->full_name());
1179 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux"); local
    [all...]

Completed in 8307 milliseconds