Searched refs:property_string (Results 1 – 4 of 4) sorted by relevance
76 class property_string { class78 property_string(property_buffer &buf) : buf(buf) { in property_string() function in clover::detail::property_string81 inline property_string &116 detail::property_string181 inline property_string &182 property_string::operator=(const std::string &v) { in operator =()
151 def parse_service_property(property_string): argument158 property_name, raw_value = property_string.split('=', 1)168 print('Failed parsing value from %s' % property_string)
545 sw.property_string('compatible', 'test_tree1')550 sw.property_string('prop-str', TEST_STRING_1)555 sw.property_string('compatible', 'subnode1')
909 def property_string(self, name, string):