Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dsql_utils_unittest.ts15 import {constraintsToQueryPrefix, constraintsToQuerySuffix} from './sql_utils';
23 expect(normalize(constraintsToQueryPrefix({}))).toEqual('');
29 constraintsToQueryPrefix({
39 constraintsToQueryPrefix({
H A Dsql_utils.ts44 export function constraintsToQueryPrefix(c: SQLConstraints): string { function