Searched refs:expr_str (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/tests/unit/ |
D | edify_test.cpp | 24 static void expect(const std::string& expr_str, const char* expected) { in expect() argument 27 EXPECT_EQ(0, ParseString(expr_str, &e, &error_count)); in expect() 30 State state(expr_str, nullptr); in expect()
|
D | updater_test.cpp | 61 static void expect(const char* expected, const std::string& expr_str, CauseCode cause_code, in expect() argument 65 ASSERT_EQ(0, ParseString(expr_str, &e, &error_count)); in expect() 68 State state(expr_str, updater); in expect() 87 static void expect(const char* expected, const std::string& expr_str, CauseCode cause_code) { in expect() argument 89 expect(expected, expr_str, cause_code, &updater); in expect()
|