Home
last modified time | relevance | path

Searched refs:properties_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dparsed_options_test.cc81 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()
Dparsed_options.h92 std::vector<std::string> properties_; variable
Druntime.h260 return properties_; in GetProperties()
550 std::vector<std::string> properties_; variable
Druntime.cc687 properties_ = options->properties_; in Init()
Dparsed_options.cc418 properties_.push_back(option.substr(strlen("-D"))); in Parse()