Lines Matching full:annotate
225 printer.Annotate("foo", "foo", &descriptor_1);
226 printer.Annotate("bar", "bar", &descriptor_2);
265 printer.Annotate("foo", "foo", &descriptor_1);
266 printer.Annotate("bar", "bar", &descriptor_2);
301 printer.Annotate("foo", "bar", &descriptor);
326 printer.Annotate("baz", "bam", &descriptor);
350 printer.Annotate("bar", "bar", &descriptor);
438 EXPECT_DEBUG_DEATH(printer.Annotate("foo", "foo", &descriptor), "multiple");
453 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "foo", &descriptor), "negative");
468 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "bar", &descriptor),