Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp376 bool needs_underscore = false; in CamelCaseToUnderscoreCase() local
391 needs_underscore = true; in CamelCaseToUnderscoreCase()
392 if (needs_underscore) { in CamelCaseToUnderscoreCase()
394 needs_underscore = false; in CamelCaseToUnderscoreCase()
401 needs_underscore = true; in CamelCaseToUnderscoreCase()