Home
last modified time | relevance | path

Searched defs:strip_comments (Results 1 – 5 of 5) sorted by relevance

/third_party/json/doc/scripts/
Dsend_to_wandbox.py28 def strip_comments(text): function
/third_party/boost/libs/callable_traits/scripts/
Dwandbox_deploy.py28 def strip_comments(text): function
/third_party/boost/libs/spirit/example/lex/
Dstrip_comments.cpp135 strip_comments_tokens<lexer_type> strip_comments; // Our lexer in main() local
Dstrip_comments_lexer.cpp155 strip_comments_tokens<lexer_type> strip_comments; // Our lexer in main() local
/third_party/mesa3d/src/gallium/tools/trace/
Ddiff_state.py316 def load(stream, strip_images = True, strip_comments = True): argument