Searched defs:ScopedBlock (Results 1 – 2 of 2) sorted by relevance
61 using ScopedBlock = ScopedTypeRef<B, internal::ScopedBlockTraits<B>>; variable
37 ScopedBlock(const ScopedBlock<B>& that) : block_(that.block_) { in ScopedBlock() function