Home | History | Annotate | Download | only in internal_api

Lines Matching defs:debug_info

18   const sync_pb::DebugEventInfo& debug_info =
20 ASSERT_TRUE(debug_info.has_singleton_event());
21 ASSERT_EQ(debug_info.singleton_event(),
31 sync_pb::DebugInfo debug_info;
32 debug_info_event_listener.GetDebugInfo(&debug_info);
34 ASSERT_TRUE(debug_info.events_dropped());
35 ASSERT_EQ(static_cast<int>(kMaxEntries), debug_info.events_size());
43 sync_pb::DebugInfo debug_info;
44 debug_info_event_listener.GetDebugInfo(&debug_info);
46 ASSERT_EQ(debug_info.events_size(), 1);
47 ASSERT_TRUE(debug_info.events(0).has_singleton_event());
48 ASSERT_EQ(debug_info.events(0).singleton_event(),