Lines Matching refs:subject
40 string subject;
45 property_map_, &subject, &depth));
46 EXPECT_EQ("", subject);
51 string subject;
57 Log(logging::LOG_ERROR, _, EndsWith("no subject parameter.")));
59 property_map_, &subject, &depth));
60 EXPECT_EQ("", subject);
65 const char kSubjectName[] = "subject-name";
66 string subject;
73 property_map_, &subject, &depth));
74 EXPECT_EQ("", subject);
79 const char kSubjectName[] = "subject-name";
80 string subject;
87 property_map_, &subject, &depth));
88 EXPECT_EQ(kSubjectName, subject);