Searched refs:properties_ (Results 1 – 5 of 5) sorted by relevance
81 ASSERT_EQ(2U, parsed->properties_.size()); in TEST_F()82 EXPECT_EQ("foo=bar", parsed->properties_[0]); in TEST_F()83 EXPECT_EQ("baz=qux", parsed->properties_[1]); in TEST_F()
92 std::vector<std::string> properties_; variable
256 return properties_; in GetProperties()539 std::vector<std::string> properties_; variable
671 properties_ = options->properties_; in Init()
419 properties_.push_back(option.substr(strlen("-D"))); in Parse()