Home
last modified time | relevance | path

Searched refs:CFSetRef (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCFSet.pas329 CFSetRef = ^__CFSet; { an opaque type }
331 CFSetRefPtr = ^CFSetRef;
338 CFMutableSetRef = CFSetRef;
413 function CFSetCreateCopy( allocator: CFAllocatorRef; theSet: CFSetRef ): CFSetRef; external name '_… in CFSetCreateCopy()
508 function CFSetCreateMutableCopy( allocator: CFAllocatorRef; capacity: CFIndex; theSet: CFSetRef ): … in CFSetCreateMutableCopy()
517 function CFSetGetCount( theSet: CFSetRef ): CFIndex; external name '_CFSetGetCount'; in CFSetGetCount()
534 function CFSetGetCountOfValue( theSet: CFSetRef; value: {const} UnivPtr ): CFIndex; external name '… in CFSetGetCountOfValue()
549 function CFSetContainsValue( theSet: CFSetRef; value: {const} UnivPtr ): Boolean; external name '_C… in CFSetContainsValue()
563 function CFSetGetValue( theSet: CFSetRef; value: {const} UnivPtr ): UnivPtr; external name '_CFSetG… in CFSetGetValue()
599 procedure CFSetGetValues( theSet: CFSetRef; {const} values: UnivPtrPtr ); external name '_CFSetGetV…
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/net/routinator/routinator-0.10.2/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/www/rearx/rearx-0.1.4/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/www/castor/castor-0.8.16/cargo-crates/core-foundation-sys-0.7.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/lang/gleam/gleam-0.18.2/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/www/firefox/firefox-99.0/third_party/rust/core-foundation-sys/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-foundation-sys/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/core-foundation-sys/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/net/krill/krill-0.9.4/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet;
47 callBacks: *const CFSetCallBacks) -> CFSetRef;
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef;
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean;
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex;
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex;
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void;
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi…
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void);
59 pub fn CFSetApplyFunction(theSet: CFSetRef,
/dports/security/acmed/acmed-0.18.0/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet;
47 callBacks: *const CFSetCallBacks) -> CFSetRef;
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef;
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean;
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex;
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex;
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void;
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi…
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void);
59 pub fn CFSetApplyFunction(theSet: CFSetRef,
/dports/net/oha/oha-0.4.7/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/www/websocat/websocat-1.9.0/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/www/xh/xh-0.14.1/cargo-crates/core-foundation-sys-0.8.2/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/core-foundation-sys-0.8.3/src/
H A Dset.rs36 pub type CFSetRef = *const __CFSet; typedef
47 callBacks: *const CFSetCallBacks) -> CFSetRef; in CFSetCreate() argument
48 pub fn CFSetCreateCopy(allocator: CFAllocatorRef, theSet: CFSetRef) -> CFSetRef; in CFSetCreateCopy() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue() argument
52 pub fn CFSetGetCount(theSet: CFSetRef) -> CFIndex; in CFSetGetCount()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue() argument
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 …pub fn CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_voi… in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
59 pub fn CFSetApplyFunction(theSet: CFSetRef, in CFSetApplyFunction() argument

12345678910