Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/421-exceptions/src/
H A DMain.java31 static int fooState; field in Main
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dstore_unittest.ts202 const fooState = store.createSubStore<Foo>(['foo'], (x) => x as Foo); constant