Home
last modified time | relevance | path

Searched defs:RemoveReference (Results 1 – 25 of 92) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/metaprogramming/
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; struct
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; struct
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/metaprogramming/
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; struct
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; struct
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/metaprogramming/
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; struct
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/metaprogramming/
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; argument
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; struct
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/metaprogramming/
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; argument
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; struct
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/metaprogramming/
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; argument
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/metaprogramming/
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; argument
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; struct
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/metaprogramming/
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; struct
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; struct
/dports/biology/avida/avida-2.12.4-src/libs/apto/include/apto/core/
H A DRefCount.h55 void RemoveReference() { if (!--m_ref_count) delete this; } in RemoveReference() function
77 void RemoveReference() { if (Atomic::DecAndTest(&m_ref_count)) delete this; } in RemoveReference() function
/dports/math/blaze/blaze-3.8/blaze/util/typetraits/
H A DRemoveReference.h69 struct RemoveReference struct
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/References/
H A DReferenceSystemRegistry.cs55 public virtual void RemoveReference(ObjectReference reference) in RemoveReference() method in Db4objects.Db4o.Internal.References.ReferenceSystemRegistry
75 private void RemoveReference(ReferenceSystemRegistry.IReferenceSource referenceSource in RemoveReference() method in Db4objects.Db4o.Internal.References.ReferenceSystemRegistry
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dcpp11_rvalue_reference2.i64 template <typename T> struct RemoveReference { struct
68 template <typename T> struct RemoveReference<T&> { argument
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Include/Rocket/Core/Python/
H A DElementWrapper.h75 virtual void RemoveReference() in RemoveReference() function
H A DWrapperIter.h93 virtual void RemoveReference() in RemoveReference() function
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcRCObject.h40 void RemoveReference() { if (--m_ref_count == 0) delete this; } in RemoveReference() function
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/storage/filesystem/
H A Dreference.go30 func (r *ReferenceStorage) RemoveReference(n plumbing.ReferenceName) error { func
/dports/math/py-iminuit/iminuit-2.8.4/extern/root/math/minuit2/inc/Minuit2/
H A DMnReferenceCounter.h46 void RemoveReference() const { fReferences--; } in RemoveReference() function
H A DMnRefCountedPointer.h90 void RemoveReference() in RemoveReference() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DReferenceCountable.cpp67 void ReferenceCountable::RemoveReference() in RemoveReference() function in Rocket::Core::ReferenceCountable
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Drepo_commit_gogit.go40 func (repo *Repository) RemoveReference(name string) error { func
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/
H A Dreference.go34 func (r *ReferenceStorage) RemoveReference(n plumbing.ReferenceName) error { func
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/storage/filesystem/
H A Dreference.go34 func (r *ReferenceStorage) RemoveReference(n plumbing.ReferenceName) error { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/storage/filesystem/
H A Dreference.go34 func (r *ReferenceStorage) RemoveReference(n plumbing.ReferenceName) error { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/storage/filesystem/
H A Dreference.go34 func (r *ReferenceStorage) RemoveReference(n plumbing.ReferenceName) error { func
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/storage/filesystem/
H A Dreference.go34 func (r *ReferenceStorage) RemoveReference(n plumbing.ReferenceName) error { func

1234