Home
last modified time | relevance | path

Searched refs:MemberType (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/utility/
Dbase_from_member.hpp123 template < typename MemberType, int UniqueID = 0 >
127 MemberType member;
136 BOOST_NOEXCEPT_IF( BOOST_NOEXCEPT_EXPR(::new ((void*) 0) MemberType( in base_from_member()
152 template < typename MemberType, int UniqueID >
153 class base_from_member<MemberType&, UniqueID>
156 MemberType& member;
158 explicit BOOST_CONSTEXPR base_from_member( MemberType& x ) in base_from_member()
/third_party/boost/boost/python/
Dlvalue_from_pytype.hpp62 template <class InstanceType, class MemberType, MemberType (InstanceType::*member)>
65 static MemberType& execute(InstanceType& c) in execute()
/third_party/boost/libs/python/doc/reference/
Dlvalue_from_pytype.qbk55 template <class InstanceType, class MemberType, MemberType (InstanceType::*member)>
58 static MemberType& execute(InstanceType& c);
63 ``static MemberType& execute(InstanceType& c);``
/third_party/boost/libs/utility/doc/
Dbase_from_member.qbk117 template < typename MemberType, int UniqueID = 0 >
121 MemberType member;
126 noexcept( std::is_nothrow_constructible<MemberType, T...>::value );
146 template < typename MemberType, int UniqueID >
147 class base_from_member<MemberType&, UniqueID>
150 MemberType& member;
152 explicit constexpr base_from_member( MemberType& x )
156 The class template has a first template parameter `MemberType` representing
183 a `MemberType&`, which is the only way to initialize a reference.
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h928 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef
929 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h945 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef
946 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h580 const Node *MemberType; variable
585 ClassType(ClassType_), MemberType(MemberType_) {} in PointerToMemberType()
587 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } in match()
590 return MemberType->hasRHSComponent(S); in hasRHSComponentSlow()
594 MemberType->printLeft(s); in printLeft()
595 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printLeft()
604 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printRight()
606 MemberType->printRight(s); in printRight()
3595 Node *MemberType = getDerived().parseType(); in parsePointerToMemberType() local
3596 if (MemberType == nullptr) in parsePointerToMemberType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp657 const auto *MemberType = cast<DIDerivedType>(Element); in visitMapDefType() local
658 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp296 using MemberType = Value; typedef in __anon8b2775540111::CongruenceClass
297 using MemberSet = SmallPtrSet<MemberType *, 4>;
340 void insert(MemberType *M) { Members.insert(M); } in insert()
341 void erase(MemberType *M) { Members.erase(M); } in erase()
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dmember-ordering.md46 See below for the possible definitions of `MemberType`.