Home
last modified time | relevance | path

Searched defs:weak (Results 1 – 25 of 41) sorted by relevance

12

/third_party/rust/crates/rustix/tests/param/
Dmain.rs11 mod weak; module
Dweak.rs38 macro_rules! weak { macro
/third_party/musl/src/include/
Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/typescript/tests/cases/compiler/
DintersectionPropertyCheck.ts6 let weak: { a?: { x?: number } } & { c?: string } = wrong; // Nested weak object type variable
DweakType.ts62 let weak: Weak & Spoiler = propertiesWrong variable
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
DAppDelegate.m35 @property (weak) IBOutlet NSWindow *window; category
/third_party/musl/porting/liteos_m_iccarm/kernel/src/include/
Dfeatures.h6 #define weak __attribute__((weak)) macro
/third_party/musl/porting/uniproton/kernel/src/include/
Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/musl/porting/liteos_m/user/src/include/
Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/musl/porting/liteos_m/kernel/src/include/
Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/typescript/tests/baselines/reference/
DhomomorphicMappedTypeIntersectionAssignability.js3 a: { weak?: string } & Readonly<TType> & { name: "ok" }, field
DweakType.js63 let weak: Weak & Spoiler = propertiesWrong variable
DintersectionPropertyCheck.js5 let weak: { a?: { x?: number } } & { c?: string } = wrong; // Nested weak object type variable
/third_party/rust/crates/rustix/tests/process/
Dmain.rs11 mod weak; module
Dweak.rs38 macro_rules! weak { macro
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare_test.cc264 WeakOrderingLess weak; in TEST() local
319 WeakOrderingLess weak; in TEST() local
/third_party/rust/crates/rustix/src/backend/libc/
Dmod.rs16 mod weak; module
Dweak.rs38 macro_rules! weak { macro
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php95 protected $weak = null; variable in Google\\Protobuf\\Internal\\FieldOptions
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc508 for (auto& weak : weak_ptrs_) in clearFrontend() local
514 auto weak = std::make_unique<DomainDispatcher::WeakPtr>(this); in weakPtr() local
/third_party/protobuf/src/google/protobuf/
Dimplicit_weak_message.h181 RepeatedPtrField<T> weak; member
/third_party/node/lib/internal/
Devent_target.js419 isNodeStyleListener, weak, resistStopPropagation) { argument
479 get weak() { getter in Listener
527 [kNewListener](size, type, listener, once, capture, passive, weak) { argument
/third_party/node/deps/v8/include/cppgc/
Dvisitor.h321 const PointerType* weak = static_cast<const PointerType*>(object); in HandleWeak() local
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1592 const char *path, const char *host, char weak) in lws_client_reset()
/third_party/curl/lib/vtls/
Dsectransp.c161 bool weak; /* Flag to mark cipher as weak based on previous implementation member
168 #define CIPHER_DEF(num, alias, weak) \ argument
191 #define CIPHER_DEF_SSLTLS(num_wo_prefix, alias, weak) \ argument

12