Searched refs:a_key (Results 1 – 1 of 1) sorted by relevance
468 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument469 key_(a_key), value_(a_value) { in TestProperty()