Home
last modified time | relevance | path

Searched refs:all_whitespace (Results 1 – 2 of 2) sorted by relevance

/external/dbus-binding-generator/chromeos-dbus-bindings/
Dindented_text.cc95 const bool all_whitespace = (line.find_first_not_of(" \t") == string::npos); in AddComments() local
96 if (all_whitespace) { in AddComments()
/external/dbus/bus/
Dconfig-parser.c2064 all_whitespace (const DBusString *str) in all_whitespace() function
2354 if (all_whitespace (content)) in bus_config_parser_content()