Home
last modified time | relevance | path

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

12

/third_party/glib/gobject/tests/
Dreference.c331 gpointer weak; in test_weak_pointer() local
357 gpointer weak = NULL; in test_weak_pointer_clear() local
380 gpointer weak = NULL; in test_weak_pointer_clear_function() local
403 gpointer weak = NULL; in test_weak_pointer_set() local
431 gpointer weak = NULL; in test_weak_pointer_set_function() local
462 GWeakRef weak = { { GUINT_TO_POINTER (0xDEADBEEFU) } }; in test_weak_ref() local
Dthreadtests.c265 GWeakRef weak; in test_threaded_weak_ref() local
267 gpointer weak; in test_threaded_weak_ref() local
/third_party/musl/src/include/
Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
DAppDelegate.m35 @property (weak) IBOutlet NSWindow *window; category
/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/boost/libs/smart_ptr/test/
Dweak_from_raw_test.cpp24 boost::weak_ptr<X> weak = boost::weak_from_raw(p); in basic_weak_from_raw_test() local
/third_party/flutter/flutter/examples/platform_view/ios/Runner/
DPlatformViewController.m9 @property (weak, nonatomic) IBOutlet UILabel *incrementLabel; category
/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/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare_test.cc264 WeakOrderingLess weak; in TEST() local
319 WeakOrderingLess weak; in TEST() local
/third_party/abseil-cpp/absl/types/
Dcompare_test.cc264 WeakOrderingLess weak; in TEST() local
319 WeakOrderingLess weak; in TEST() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php95 protected $weak = null; variable in Google\\Protobuf\\Internal\\FieldOptions
/third_party/uboot/u-boot-2020.01/tools/binman/
Delf_test.py48 def LookupSymbol(self, name, weak, msg, base_addr): argument
/third_party/grpc/src/core/lib/gprpp/
Ddual_ref_counted.h244 static uint64_t MakeRefPair(uint32_t strong, uint32_t weak) { in MakeRefPair()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-handshake.c1044 const char *path, const char *host, char weak)
/third_party/protobuf/src/google/protobuf/
Dimplicit_weak_message.h181 RepeatedPtrField<T> weak; member
Ddescriptor.proto614 optional bool weak = 10 [default = false]; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto413 optional bool weak = 10 [default=false]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto413 optional bool weak = 10 [default=false]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto413 optional bool weak = 10 [default=false]; field
/third_party/curl/lib/vtls/
Dsectransp.c150 bool weak; /* Flag to mark cipher as weak based on previous implementation member
157 #define CIPHER_DEF(num, alias, weak) \ argument
180 #define CIPHER_DEF_SSLTLS(num_wo_prefix, alias, weak) \ argument
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor.proto610 optional bool weak = 10 [default = false]; field

12