Home
last modified time | relevance | path

Searched defs:assertUnreachable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/common/
H A Dassert_utils.ts41 export function assertUnreachable(x: never): never { function
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dlogging.ts75 export function assertUnreachable(_x: never) { function
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dlogging.ts172 export function assertUnreachable(value: never): never { function
/aosp_15_r20/art/test/713-varhandle-invokers/src/
H A DMain.java39 private static void assertUnreachable() throws Throwable { in assertUnreachable() method in Main