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