Home
last modified time | relevance | path

Searched refs:ReplaceExisting (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/public/tier1/
H A Dutlhashmap.h36 enum ReplaceExisting enum
109 …sert( const KeyType_t &key ) { return FindOrInsert_Internal( key, ReplaceExisting::True ); } in Insert()
110 …eyType_t &&key ) { return FindOrInsert_Internal( std::move(key), ReplaceExisting::True ); } in Insert()
113 … const ElemType_t &insert ) { return FindOrInsert_Internal( key, insert, ReplaceExisting::True ); } in Insert()
114 …pe_t &&insert ) { return FindOrInsert_Internal( key, std::move(insert), ReplaceExisting::True ); } in Insert()
132 …nsert( const KeyType_t &key ) { return FindOrInsert_Internal( key, ReplaceExisting::False ); } in FindOrInsert()
133 …KeyType_t &&key ) { return FindOrInsert_Internal( std::move(key), ReplaceExisting::False ); } in FindOrInsert()
221 IndexType_t FindOrInsert_Internal( pf_key &&key, ReplaceExisting bReplace );
224 IndexType_t FindOrInsert_Internal( pf_key &&key, pf_elem &&insert, ReplaceExisting bReplace );
507 inline int CUtlHashMap<K,T,L,H>::FindOrInsert_Internal( pf_key &&key, ReplaceExisting bReplace ) in FindOrInsert_Internal()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/ftp/
H A Dftpurl.hxx123 void insert(bool ReplaceExisting,void* stream) const;
127 void mkdir(bool ReplaceExisting) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/ftp/
H A Dftpurl.hxx124 void insert(bool ReplaceExisting,void* stream) const;
128 void mkdir(bool ReplaceExisting) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/ucb/
H A DXParameterizedContentProvider.idl49 @param ReplaceExisting If true, and if the given Template conflicts
59 and ReplaceExisting is false. Note that the returned
66 [in] boolean ReplaceExisting)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/ucb/
H A DXParameterizedContentProvider.idl49 @param ReplaceExisting If true, and if the given Template conflicts
59 and ReplaceExisting is false. Note that the returned
66 [in] boolean ReplaceExisting)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Dprovprox.cxx236 sal_Bool ReplaceExisting ) in registerInstance() argument
247 m_bReplace = ReplaceExisting; in registerInstance()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zvariant_derive-3.1.2/tests/
H A Dno_prelude.rs20 ReplaceExisting = 0x02, enumerator
H A Dtests.rs31 ReplaceExisting = 0x02, in derive_enum() enumerator
/dports/net-im/fractal/fractal-4.4.0/vendor/dbus/examples/
H A Dserver.rs8 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap(); in main()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zvariant_derive-2.10.0/tests/
H A Dno_prelude.rs20 ReplaceExisting = 0x02, enumerator
H A Dtests.rs32 ReplaceExisting = 0x02, in derive_enum() enumerator
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/dbus-0.2.3/examples/
H A Dserver.rs8 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap();
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/dbus-0.2.3/examples/
H A Dserver.rs8 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap(); in main()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/
H A Dlib.rs322 ReplaceExisting = 0x02,
361 BitFlags::from(RequestNameFlags::ReplaceExisting),
460 BitFlags::from(RequestNameFlags::ReplaceExisting),
/dports/textproc/fcitx5/fcitx5-5.0.11/test/
H A Dtestservicewatcher.cpp29 RequestNameFlag::ReplaceExisting})) { in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Dprovprox.cxx240 sal_Bool ReplaceExisting ) in registerInstance() argument
251 m_bReplace = ReplaceExisting; in registerInstance()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/lib/csharp/MonoExample/NDesk-dbus/
H A DDBus.cs16 ReplaceExisting = 0x2, enumerator
/dports/devel/ndesk-dbus/ndesk-dbus-0.6.1a/src/
H A DDBus.cs16 ReplaceExisting = 0x2, enumerator
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/dbus-0.6.5/examples/
H A Dserver.rs20 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap(); in main()
/dports/www/firefox/firefox-99.0/third_party/rust/dbus/examples/
H A Dserver.rs20 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap(); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dbus/examples/
H A Dserver.rs20 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap(); in main()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dbus-0.6.4/examples/
H A Dserver.rs20 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap(); in main()
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/
H A DDBus.cs16 ReplaceExisting = 0x2, enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dbus/examples/
H A Dserver.rs20 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap(); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dbus/examples/
H A Dserver.rs20 c.register_name("com.example.dbustest", NameFlag::ReplaceExisting as u32).unwrap(); in main()

12345678910>>...14