OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:message_to_struct_declaration
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py
220
def
message_to_struct_declaration
(message):
function
355
result.append('\n'.join([
message_to_struct_declaration
(x) for x in receiver.messages]))
Completed in 82 milliseconds