Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dgraphviz.hpp62 static sregex valid_unquoted_id = (((alpha | '_') >> *_w) in escape_dot_string() local
65 if (regex_match(s, valid_unquoted_id)) in escape_dot_string()