Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/expressions/typeSatisfaction/
DtypeSatisfaction_ensureInterfaceImpl.ts1 type Movable = { alias
11 } satisfies Movable & Record<string, unknown>; constant
/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc670 TEST(Movable, Works) { in TEST() argument