Home
last modified time | relevance | path

Searched defs:empty (Results 126 – 150 of 23400) sorted by relevance

12345678910>>...936

/dports/devel/hyperscan/boost_1_75_0/libs/container/test/
H A Dexplicit_inst_slist_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_set_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_stable_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_map_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
/dports/devel/boost-docs/boost_1_72_0/libs/container/test/
H A Dexplicit_inst_set_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_stable_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_map_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_flat_set_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/test/
H A Dexplicit_inst_set_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_map_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_stable_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_flat_set_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
/dports/devel/boost-libs/boost_1_72_0/libs/container/test/
H A Dexplicit_inst_set_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_map_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_stable_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/der-parser-5.1.2/tests/
H A Dder_parser.rs16 let empty = &b""[..]; in test_der_bool() localVariable
29 let empty = &b""[..]; in test_der_int() localVariable
51 let empty = &b""[..]; in test_der_bitstring_primitive() localVariable
99 let empty = &b""[..]; in test_der_octetstring_primitive() localVariable
107 let empty = &b""[..]; in test_der_null() localVariable
114 let empty = &b""[..]; in test_der_oid() localVariable
126 let empty = &b""[..]; in test_der_enum() localVariable
133 let empty = &b""[..]; in test_der_utf8string() localVariable
143 let empty = &b""[..]; in test_der_relativeoid() localVariable
153 let empty = &b""[..]; in test_der_seq() localVariable
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/tls-parser/tests/
H A Dtls_extensions.rs24 let empty = &b""[..]; in test_tls_extensions() localVariable
55 let empty = &b""[..]; in test_tls_extension_max_fragment_length() localVariable
66 let empty = &b""[..]; in test_tls_extension_alpn() localVariable
92 let empty = &b""[..]; in test_tls_extension_encrypt_then_mac() localVariable
103 let empty = &b""[..]; in test_tls_extension_extended_master_secret() localVariable
114 let empty = &b""[..]; in test_tls_extension_npn() localVariable
125 let empty = &b""[..]; in test_tls_extension_list() localVariable
144 let empty = &b""[..]; in test_tls_extension_keyshare_helloretryrequest() localVariable
165 let empty = &b""[..]; in test_tls_extension_signed_certificate_timestamp() localVariable
176 let empty = &b""[..]; in test_tls_extension_grease() localVariable
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/der-parser/tests/
H A Dber_parser.rs10 let empty = &b""[..]; in test_ber_bool() localVariable
77 let empty = &b""[..]; in test_ber_int() localVariable
85 let empty = &b""[..]; in test_ber_bitstring_primitive() localVariable
126 let empty = &b""[..]; in test_ber_octetstring_primitive() localVariable
134 let empty = &b""[..]; in test_ber_null() localVariable
141 let empty = &b""[..]; in test_ber_oid() localVariable
153 let empty = &b""[..]; in test_ber_enum() localVariable
160 let empty = &b""[..]; in test_ber_utf8string() localVariable
170 let empty = &b""[..]; in test_ber_relativeoid() localVariable
180 let empty = &b""[..]; in test_ber_bmpstring() localVariable
/dports/security/rcracki_mt/rcracki_mt_0.7.0_src/rcracki_mt-gui/gui/
H A DGUI_main.cpp45 void StartSession(GtkWidget *empty) in StartSession()
52 void PauseResumeSession(GtkWidget *empty) in PauseResumeSession()
77 void AbortSession(GtkWidget *empty) in AbortSession()
95 void ClearMessages(GtkWidget *empty) in ClearMessages()
116 void QuitApplication(GtkWidget *empty) in QuitApplication()
133 void GUIShowInfo(GtkWidget *empty) in GUIShowInfo()
H A DGUI_settings.cpp37 void WriteSettings(GtkWidget *empty) in WriteSettings()
110 void DefaultSettings(GtkWidget *empty) in DefaultSettings()
122 void UpdatePlainEntry(GtkWidget *empty) in UpdatePlainEntry()
127 void UpdateSessionEntry(GtkWidget *empty) in UpdateSessionEntry()
132 void UpdateHashdbEntry(GtkWidget *empty) in UpdateHashdbEntry()
/dports/math/tblis/tblis-1.2.0/src/external/tci/tci/
H A Dslot.c3 int tci_slot_init(tci_slot* slot, int empty) in tci_slot_init()
9 int tci_slot_is_filled(tci_slot* slot, int empty) in tci_slot_is_filled()
14 int tci_slot_try_fill(tci_slot* slot, int empty, int value) in tci_slot_try_fill()
23 void tci_slot_fill(tci_slot* slot, int empty, int value) in tci_slot_fill()
35 void tci_slot_clear(tci_slot* slot, int empty) in tci_slot_clear()
/dports/sysutils/vchanger/vchanger/src/
H A Dchangerstate.h40 inline bool empty() { return label.empty(); } in empty() function
41 inline bool empty() const { return label.empty(); } in empty() function
72 inline bool empty() { return mountpoint.empty(); } in empty() function
73 inline bool empty() const { return mountpoint.empty(); } in empty() function
99 bool empty() { return mag_bay < 0; } in empty() function
100 bool empty() const { return mag_bay < 0; } in empty() function
128 inline bool empty() { return vs < 0; } in empty() function
129 inline bool empty() const { return vs < 0; } in empty() function

12345678910>>...936