Home
last modified time | relevance | path

Searched refs:m_collection (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/archive/detail/
Dhelper_collection.hpp55 collection m_collection; member in boost::archive::detail::helper_collection
76 m_collection.begin(), in find_helper()
77 m_collection.end(), in find_helper()
82 if(it == m_collection.end()){ in find_helper()
83 m_collection.push_back( in find_helper()
86 rval = m_collection.back().second.get(); in find_helper()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dassign_parents.hpp164 Collection const& m_collection; member
173 , m_collection(c) in assign_visitor()
198 m_geometry1, m_geometry2, m_collection, in apply()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_raii.hpp4197 reinterpret_cast<VkBufferCollectionFUCHSIA *>( &m_collection ) ) ); in BufferCollectionFUCHSIA()
4209 , m_collection( collection ) in BufferCollectionFUCHSIA()
4218 if ( m_collection ) in ~BufferCollectionFUCHSIA()
4222 static_cast<VkBufferCollectionFUCHSIA>( m_collection ), in ~BufferCollectionFUCHSIA()
4231 …, m_collection( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_collection, {} ) )
4240 if ( m_collection ) in operator =()
4244 static_cast<VkBufferCollectionFUCHSIA>( m_collection ), in operator =()
4248m_collection = VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_collection, {} ); in operator =()
4257 return m_collection; in operator *()
4282 VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA m_collection = {}; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::BufferCollectionFUCHSIA
[all …]