Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dalign_structs.py11 def braces_match(line): function
22 assert(braces_match("{{{}}}"))
23 assert(not braces_match("{{}{}"))
39 if braces_match(current_line) and not is_partial_comment(current_line):