Searched refs:honor_props (Results 1 – 3 of 3) sorted by relevance
43 std::vector<string> honor_props; in TEST() local46 ',', &honor_props); in TEST()47 std::set<string> honor_props_set(honor_props.begin(), honor_props.end()); in TEST()
35 const std::set<string>& honor_props) { in Parse() argument61 !ParseProperties(props_dict, honor_props)) { in Parse()102 const std::set<string>& honor_props) { in ParseProperties() argument118 if (!honor_props.empty() && !SetContainsValue(honor_props, string(key))) in ParseProperties()
32 bool Parse(const std::string& data, const std::set<std::string>& honor_props);43 const std::set<std::string>& honor_props);