Home
last modified time | relevance | path

Searched defs:owned (Results 1 – 25 of 2153) sorted by relevance

12345678910>>...87

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A Downed_pointer_vector_test.cpp68 OwnedPointerVector<DestructionLogger> owned; in TEST() local
79 OwnedPointerVector<const DestructionLogger> owned; in TEST() local
90 OwnedPointerVector<DestructionLogger> owned; in TEST() local
103 OwnedPointerVector<DestructionLogger> owned; in TEST() local
122 OwnedPointerVector<DestructionLogger> owned; in TEST() local
157 OwnedPointerVector<int> owned; in TEST() local
283 OwnedPointerVector<DestructionLogger> owned; in TEST() local
314 OwnedPointerVector<DestructionLogger> owned; in TEST() local
343 OwnedPointerVector<DestructionLogger> owned; in TEST() local
H A Downed_pointer_map_test.cpp72 OwnedPointerMap<int, DestructionLogger> owned; in TEST() local
83 OwnedPointerMap<int, const DestructionLogger> owned; in TEST() local
94 OwnedPointerMap<int, DestructionLogger> owned; in TEST() local
107 OwnedPointerMap<int, DestructionLogger, std::greater<int>> owned; in TEST() local
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dslice-assign-array.c79 const enum vctrs_owned owned, in lgl_assign_shaped()
84 const enum vctrs_owned owned, in int_assign_shaped()
89 const enum vctrs_owned owned, in dbl_assign_shaped()
94 const enum vctrs_owned owned, in cpl_assign_shaped()
99 const enum vctrs_owned owned, in chr_assign_shaped()
104 const enum vctrs_owned owned, in raw_assign_shaped()
185 const enum vctrs_owned owned, in list_assign_shaped()
199 const enum vctrs_owned owned, in vec_assign_shaped_switch()
218 const enum vctrs_owned owned, in vec_assign_shaped()
H A Dslice-assign.c48 const enum vctrs_owned owned = vec_owned(proxy); in vec_assign_opts() local
81 const enum vctrs_owned owned, in vec_assign_switch()
146 const enum vctrs_owned owned, in vec_proxy_assign_opts()
241 static SEXP lgl_assign(SEXP x, SEXP index, SEXP value, const enum vctrs_owned owned) { in lgl_assign()
244 static SEXP int_assign(SEXP x, SEXP index, SEXP value, const enum vctrs_owned owned) { in int_assign()
247 static SEXP dbl_assign(SEXP x, SEXP index, SEXP value, const enum vctrs_owned owned) { in dbl_assign()
253 SEXP chr_assign(SEXP x, SEXP index, SEXP value, const enum vctrs_owned owned) { in chr_assign()
313 SEXP list_assign(SEXP x, SEXP index, SEXP value, const enum vctrs_owned owned) { in list_assign()
344 const enum vctrs_owned owned, in df_assign()
389 const enum vctrs_owned owned) { in vec_proxy_assign_names()
[all …]
H A Dproxy-restore.c17 SEXP vec_restore_default(SEXP x, SEXP to, const enum vctrs_owned owned) { in vec_restore_default()
122 const enum vctrs_owned owned) { in vec_bare_df_restore_impl()
150 SEXP vec_bare_df_restore(SEXP x, SEXP to, SEXP n, const enum vctrs_owned owned) { in vec_bare_df_restore()
165 SEXP vec_df_restore(SEXP x, SEXP to, SEXP n, const enum vctrs_owned owned) { in vec_df_restore()
185 SEXP vec_restore(SEXP x, SEXP to, SEXP n, const enum vctrs_owned owned) { in vec_restore()
/dports/audio/praat/praat-6.2.03/sys/
H A DFormula.h53 bool owned; // relevant only to numeric vector/matrix/tensor3/tensor4/strvec/strmat member
90 if (our owned) { in reset() local
98 if (our owned) { in reset() local
106 if (our owned) { in reset() local
150 bool owned; member
158 our owned = false; in Formula_Result() local
162 if (our owned) { in reset() local
/dports/devel/texlab/texlab-3.3.0/cargo-crates/beef-0.5.0/src/
H A Dlib.rs86 let owned: Cow<str> = Cow::owned(String::from(hello)); localVariable
114 let owned: Cow<[u8]> = Cow::owned(hello.to_vec()); localVariable
127 let owned: Cow<str> = Cow::owned(slice.to_owned()); localVariable
239 let mut owned = cow.into_owned(); localVariable
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/beef-0.5.1/src/
H A Dlib.rs89 let owned: Cow<str> = Cow::owned(String::from(hello)); localVariable
117 let owned: Cow<[u8]> = Cow::owned(hello.to_vec()); localVariable
130 let owned: Cow<str> = Cow::owned(slice.to_owned()); localVariable
242 let mut owned = cow.into_owned(); localVariable
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/
H A DEvent.cs44 bool owned; field in Gdk.Event
58 public Event(IntPtr raw, bool owned) in Event()
107 public static Event GetEvent (IntPtr raw, bool owned) in GetEvent()
/dports/security/beecrypt/beecrypt-4.2.1/c++/lang/
H A DObject.cxx449 bool owned; in unlock() local
493 bool owned; in notify() local
534 bool owned; in notifyAll() local
576 bool owned, interrupted = false; in wait() local
1096 bool owned; in unlock() local
1154 bool owned; in notify() local
1212 bool owned; in notifyAll() local
1272 bool owned, interrupted = false; in wait() local
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DList.cs87 …public List (IntPtr raw, System.Type element_type, bool owned, bool elements_owned) : base (raw, e… in List()
89 …public List (IntPtr raw, System.Type element_type, bool owned, bool elements_owned, ListElementFre… in List()
91 …public List (object[] elements, System.Type element_type, bool owned, bool elements_owned) : this … in List()
96 …public List (Array elements, System.Type element_type, bool owned, bool elements_owned) : this (In… in List()
H A DSList.cs89 …public SList (IntPtr raw, System.Type element_type, bool owned, bool elements_owned) : base (raw, … in SList()
91 …public SList (IntPtr raw, System.Type element_type, bool owned, bool elements_owned, ListElementFr… in SList()
94 …public SList (object[] members, System.Type element_type, bool owned, bool elements_owned) : this … in SList()
100 …public SList (Array members, System.Type element_type, bool owned, bool elements_owned) : this (In… in SList()
H A DMarshaller.cs203 public static string[] NullTermPtrToStringArray (IntPtr null_term_array, bool owned) in NullTermPtrToStringArray()
401 …public static Array ListPtrToArray (IntPtr list_ptr, Type list_type, bool owned, bool elements_own… in ListPtrToArray()
413 …public static T [] ListPtrToArray<T> (IntPtr list_ptr, Type list_type, bool owned, bool elements_o… in ListPtrToArray()
425 …public static T [] ListPtrToArray<T> (IntPtr list_ptr, Type list_type, bool owned, bool elements_o… in ListPtrToArray()
438 …public static Array PtrArrayToArray (IntPtr list_ptr, bool owned, bool elements_owned, Type elem_t… in PtrArrayToArray()
447 public static T [] PtrArrayToArray<T> (IntPtr list_ptr, bool owned, bool elements_owned) in PtrArrayToArray()
457 …public static T [] PtrArrayToArray<T> (IntPtr list_ptr, bool owned, bool elements_owned, ListEleme… in PtrArrayToArray()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/
H A DGoogleCloudChannelV1CloudIdentityCustomerAccount.php23 public $owned; variable in Google_Service_Cloudchannel_GoogleCloudChannelV1CloudIdentityCustomerAccount
49 public function setOwned($owned)
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/
H A DAttribute.cs27 bool owned; field in Pango.Attribute
29 internal Attribute (IntPtr raw, bool owned) in Attribute()
38 public static Attribute GetAttribute (IntPtr raw, bool owned) in GetAttribute()
/dports/graphics/ipe/ipe-7.2.23/src/ipelua/
H A Dipelua.h49 bool owned; member
54 bool owned; member
59 bool owned; member
64 bool owned; member
/dports/devel/gio-sharp/gio-sharp-2.22.3/generator/
H A DHandleBase.cs54 public abstract string FromNative (string var, bool owned); in FromNative()
61 public string FromNativeReturn (string var, bool owned) in FromNativeReturn()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator/
H A DHandleBase.cs54 public abstract string FromNative (string var, bool owned); in FromNative()
61 public string FromNativeReturn (string var, bool owned) in FromNativeReturn()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DSList.cs85 …public SList (IntPtr raw, System.Type element_type, bool owned, bool elements_owned) : base (raw, … in SList()
87 …public SList (object[] members, System.Type element_type, bool owned, bool elements_owned) : this … in SList()
93 …public SList (Array members, System.Type element_type, bool owned, bool elements_owned) : this (In… in SList()
H A DList.cs84 …public List (IntPtr raw, System.Type element_type, bool owned, bool elements_owned) : base (raw, e… in List()
86 …public List (object[] elements, System.Type element_type, bool owned, bool elements_owned) : this … in List()
91 …public List (Array elements, System.Type element_type, bool owned, bool elements_owned) : this (In… in List()
H A DOpaque.cs34 bool owned; field in GLib.Opaque
36 public static Opaque GetOpaque (IntPtr o, Type type, bool owned) in GetOpaque()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXMemoryStream.cpp55 …emoryStream::FXMemoryStream(FXStreamDirection save_or_load,FXuchar* data,FXuval size,FXbool owned){ in FXMemoryStream()
74 FXbool FXMemoryStream::open(FXStreamDirection save_or_load,FXuchar* data,FXuval size,FXbool owned){ in open()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXMemoryStream.cpp55 …emoryStream::FXMemoryStream(FXStreamDirection save_or_load,FXuchar* data,FXuval size,FXbool owned){ in FXMemoryStream()
74 FXbool FXMemoryStream::open(FXStreamDirection save_or_load,FXuchar* data,FXuval size,FXbool owned){ in open()
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_mutex.hpp90 bool owned() const { return locked() && gu_mutex_owned(&value_); } in owned() function in gu::Mutex
94 bool owned() const { return locked() && gu_thread_equal(owned_,gu_thread_self()); } in owned() function in gu::Mutex
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dd_items.cpp274 … if(ded_value_t const *owned = Defs().getValueById("Weapon Info|" + String::number(i) + "|Owned")) in P_InitPlayerValues() local
282 if(ded_value_t const *owned = Defs().getValueById("Player|Init ammo|" + ammoTypeName(i))) in P_InitPlayerValues() local

12345678910>>...87