Lines Matching refs:string
23 #include <string>
49 const std::string property_prefix = ss.str();
50 const std::string property_name = property_prefix + "property1";
57 std::string long_value = "property-";
82 const std::string long_property_name = property_prefix + suffix;
92 std::string expected_name = property_name;
95 const std::string* expected_name = static_cast<const std::string*>(cookie);
106 const std::string* expected_name = static_cast<const std::string*>(cookie);
115 expected_name = std::string(property_name.c_str(), PROP_NAME_MAX-1);
122 expected_name = std::string(long_property_name.c_str(), PROP_NAME_MAX-1);
137 const std::string property_name = ss.str();