Searched defs:protobuf_filename_re (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/linux/
H A Ddump-static-initializers.py54 protobuf_filename_re = re.compile(r'(.*)\.pb\.cc$') variable
61 match = protobuf_filename_re.match(filename)

Completed in 814 milliseconds