Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DnestedExcessPropertyChecking.js7 const ab1: A1 & B1 = {} as C1; // Error constant
48 var ab1 = {}; // Error variable
/third_party/typescript/tests/cases/compiler/
DnestedExcessPropertyChecking.ts8 const ab1: A1 & B1 = {} as C1; // Error constant
/third_party/libwebsockets/lib/core/
Dcontext.c96 lws_system_blob_t *ab0, *ab1; in lws_state_notify_protocol_init() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc1355 OS ab1 = absl::nullopt; in TEST() local