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