OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_and_consume
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py
168
def
match_and_consume
(pattern, source):
function
184
match, source =
match_and_consume
("interface\s(\w*)\s?\{([^\{]*)\}", source)
364
match, source =
match_and_consume
("\[(\w*)\]", source)
Completed in 553 milliseconds