Home
last modified time | relevance | path

Searched defs:where_clause (Results 1 – 2 of 2) sorted by relevance

/linux/rust/syn/
H A Dderive.rs154 let mut where_clause = None; localVariable
193 let where_clause = input.parse()?; in data_enum() localVariable
203 let where_clause = input.parse()?; in data_union() localVariable
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3098 def __init__(self, glb, event_id, where_clause, parent=None): argument
3200 def __init__(self, name = "", where_clause = "", limit = ""): argument