Searched refs:WithString (Results 1 – 4 of 4) sorted by relevance
43 struct WithString { struct47 WithString string = {(String){"hello world"}, .str.buffer[0] = 'H', .str.buffer[6] = 'W'}; argument
102 .WithString("device") in TEST_F()113 .WithString("device") in TEST_F()
158 DBusMatch& WithString(std::string value);
27 DBusMatch& DBusMatch::WithString(std::string value) { in WithString() function in DBusMatch