Searched refs:got_source (Results 1 – 4 of 4) sorted by relevance
66 TestSource* const got_source = obs.GetSource(); in TEST() local67 EXPECT_EQ(got_source, &s1); in TEST()
106 def match(matcher, got_source, message): argument118 if got_source == want_source:
59 got_source = parser.unparse(node, indentation=' ')60 got_str = textwrap.dedent(got_source).strip()
230 int got_source = 0; // 1 if we've gotten the source from an open request in daemon_serviceloop() local875 got_source = 1; in daemon_serviceloop()881 if (!got_source) in daemon_serviceloop()