Home
last modified time | relevance | path

Searched refs:RefType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamRef.h24 template <class RefType, class StreamType> class BinaryStreamRefBase {
61 RefType drop_front(uint32_t N) const { in drop_front()
63 return RefType(); in drop_front()
66 RefType Result(static_cast<const RefType &>(*this)); in drop_front()
79 RefType drop_back(uint32_t N) const { in drop_back()
81 return RefType(); in drop_back()
83 RefType Result(static_cast<const RefType &>(*this)); in drop_back()
99 RefType keep_front(uint32_t N) const { in keep_front()
105 RefType keep_back(uint32_t N) const { in keep_back()
112 RefType drop_symmetric(uint32_t N) const { in drop_symmetric()
[all …]
/third_party/cef/include/base/
Dcef_platform_thread.h65 typedef cef_platform_thread_handle_t RefType; typedef
69 explicit PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef()
76 RefType id_;
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h190 using RefType = typename ref_traits<T>::ref_type;
193 explicit TinyRef(const RefType& ref) : TinyRef(ref.data_) {}
194 RefType AsRef(JSHeapBroker* broker) const;
195 static base::Optional<RefType> AsOptionalRef(JSHeapBroker* broker,
Dheap-refs.cc2091 typename TinyRef<T>::RefType TinyRef<T>::AsRef(JSHeapBroker* broker) const { in AsRef()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp978 template <typename RefType>
982 Optional( RefType & reference ) VULKAN_HPP_NOEXCEPT in Optional()
986 Optional( RefType * ptr ) VULKAN_HPP_NOEXCEPT in Optional()
995 operator RefType *() const VULKAN_HPP_NOEXCEPT in operator RefType*()
999 RefType const * operator->() const VULKAN_HPP_NOEXCEPT in operator ->()
1009 RefType * m_ptr;
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp899 template <typename RefType>
903 Optional( RefType & reference ) VULKAN_HPP_NOEXCEPT in Optional()
907 Optional( RefType * ptr ) VULKAN_HPP_NOEXCEPT in Optional()
916 operator RefType *() const VULKAN_HPP_NOEXCEPT in operator RefType*()
920 RefType const * operator->() const VULKAN_HPP_NOEXCEPT in operator ->()
930 RefType * m_ptr;