Searched refs:msg_const_iter (Results 1 – 1 of 1) sorted by relevance
1047 const_iterator msg_const_iter; in TEST() local1050 for (msg_const_iter = message.GetRepeatedExtension( in TEST()1054 msg_const_iter != msg_const_end; ++msg_const_iter) { in TEST()1055 ASSERT_EQ(msg_const_iter->bb(), 1234); in TEST()