Lines Matching refs:Does
65 """Does google-lint on c++ files.
68 be in non-compliance with google style. It does not attempt to fix
69 up these problems -- the point is to educate. It does also not
70 attempt to find all problems, or to ensure that everything it does
145 directory. If the specified directory does not exist, this flag is
604 ' (%s does not)' % filt)
917 """Does line terminate so, that the next symbol is in string constant.
919 This function does not consider single-line nor multi-line comments.
929 line = line.replace(r'\\', 'XX') # after this, \\" does not match to \"
1349 is invalid, because it effectively does count++, moving pointer, and should
3274 # This is dangerous because the C++ language does not guarantee that
3870 """Does google-lint on a single file.