Home
last modified time | relevance | path

Searched defs:Delegate (Results 1 – 25 of 1327) sorted by relevance

12345678910>>...54

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/details/
H A Dmtproto_bound_key_creator.h19 struct Delegate { struct
25 BoundKeyCreator(DcKeyRequest request, Delegate delegate); argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/dports/devel/entt/entt-3.8.1/test/entt/signal/
H A Ddelegate.cpp48 TEST(Delegate, Functionalities) { in TEST() argument
102 TEST(Delegate, DataMembers) { in TEST() argument
111 TEST(Delegate, Comparison) { in TEST() argument
235 TEST(Delegate, DeductionGuide) { in TEST() argument
288 TEST(Delegate, ConstInstance) { in TEST() argument
305 TEST(Delegate, NonConstReference) { in TEST() argument
314 TEST(Delegate, MoveOnlyType) { in TEST() argument
323 TEST(Delegate, CurriedFunction) { in TEST() argument
338 TEST(Delegate, Constructors) { in TEST() argument
375 TEST(Delegate, UnboundDataMember) { in TEST() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/docs/geckoview/consumer/
H A Dpermissions.rst69 Android Permissions
146 Content Permissions
195 Media Permissions
/dports/www/firefox/firefox-99.0/mobile/android/docs/geckoview/consumer/
H A Dpermissions.rst69 Android Permissions
141 Content Permissions
181 Media Permissions
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/docs/geckoview/consumer/
H A Dpermissions.rst69 Android Permissions
146 Content Permissions
195 Media Permissions
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/docs/geckoview/consumer/
H A Dpermissions.rst69 Android Permissions
146 Content Permissions
247 Media Permissions
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstObjectDelegate.hpp36 …template<typename Output,typename Param1=void,typename Param2=void> class Delegate : public Implic… class
48 Delegate() in Delegate() function in Nestopia::Object::Delegate
52 Delegate(T* d,Output (T::*c)(Param1,Param2)) in Delegate() function in Nestopia::Object::Delegate
123 …template<typename Output,typename Input> class Delegate<Output,Input,void> : public ImplicitBool< … class
135 Delegate() in Delegate() function in Nestopia::Object::Delegate
139 Delegate(T* d,Output (T::*c)(Input)) in Delegate() function in Nestopia::Object::Delegate
210 …template<typename Output> class Delegate<Output,void,void> : public ImplicitBool< Delegate<Output,… class
222 Delegate() in Delegate() function in Nestopia::Object::Delegate
226 Delegate(T* d,Output (T::*c)()) in Delegate() function in Nestopia::Object::Delegate
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/
H A Ddelegate.hpp91 class Delegate<R(A...), Allocator> class
124 explicit Delegate(R(*const function_ptr)(A...)) noexcept in Delegate() function in tlx::Delegate
182 Delegate(T&& f) in Delegate() function in tlx::Delegate
210 Delegate(C* const object_ptr, R(C::* const method_ptr)(A...)) in Delegate() function in tlx::Delegate
215 Delegate(C* const object_ptr, R(C::* const method_ptr)(A...) const) in Delegate() function in tlx::Delegate
220 Delegate(C& object, R(C::* const method_ptr)(A...)) in Delegate() function in tlx::Delegate
225 Delegate(C const& object, R(C::* const method_ptr)(A...) const) in Delegate() function in tlx::Delegate
329 Delegate(const Caller& m, void* const obj) noexcept in Delegate() function in tlx::Delegate
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/
H A Ddelegate.hpp91 class Delegate<R(A...), Allocator> class
124 explicit Delegate(R(*const function_ptr)(A...)) noexcept in Delegate() function in tlx::Delegate
182 Delegate(T&& f) in Delegate() function in tlx::Delegate
210 Delegate(C* const object_ptr, R(C::* const method_ptr)(A...)) in Delegate() function in tlx::Delegate
215 Delegate(C* const object_ptr, R(C::* const method_ptr)(A...) const) in Delegate() function in tlx::Delegate
220 Delegate(C& object, R(C::* const method_ptr)(A...)) in Delegate() function in tlx::Delegate
225 Delegate(C const& object, R(C::* const method_ptr)(A...) const) in Delegate() function in tlx::Delegate
329 Delegate(const Caller& m, void* const obj) noexcept in Delegate() function in tlx::Delegate

12345678910>>...54