Searched refs:mf_string_string (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmap_test.cc993 const RepeatedPtrField<Message>& mf_string_string = local
1030 const Message& message_string_string = mf_string_string.Get(i);
1184 const RepeatedFieldRef<Message> mf_string_string = local
1223 EXPECT_EQ(10, mf_string_string.size());
1232 EXPECT_FALSE(mf_string_string.empty());
1259 mf_string_string.Get(i, entry_string_string.get());
1415 for (RepeatedFieldRef<Message>::iterator it = mf_string_string.begin();
1416 it != mf_string_string.end(); ++it) {

Completed in 60 milliseconds