Home
last modified time | relevance | path

Searched refs:mf_int32_double (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc1041 const RepeatedPtrField<Message>& mf_int32_double = in TEST_F() local
1072 const Message& message_int32_double = mf_int32_double.Get(i); in TEST_F()
1232 const RepeatedFieldRef<Message> mf_int32_double = in TEST_F() local
1271 EXPECT_EQ(10, mf_int32_double.size()); in TEST_F()
1280 EXPECT_FALSE(mf_int32_double.empty()); in TEST_F()
1300 mf_int32_double.Get(i, entry_int32_double.get()); in TEST_F()
1445 for (RepeatedFieldRef<Message>::iterator it = mf_int32_double.begin(); in TEST_F()
1446 it != mf_int32_double.end(); ++it) { in TEST_F()