Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/example/BitMachine/
DUniqueObjectAllocator.hpp43 BOOST_ASSERT( !constructed_ && ( size == sizeof( T ) ) ); in allocate()
44 constructed_ = true; in allocate()
52 BOOST_ASSERT( constructed_ && in deallocate()
54 constructed_ = false; in deallocate()
66 static bool constructed_; member in UniqueObjectAllocator
71 bool UniqueObjectAllocator< T >::constructed_ = false; member in UniqueObjectAllocator< T >
/third_party/boost/boost/spirit/home/classic/core/non_terminal/impl/
Dstatic.hpp72 boost::call_once(&default_ctor::construct, constructed_); in static_()
107 static once_flag constructed_; member
115 once_flag static_<T, Tag>::constructed_ = BOOST_ONCE_INIT; member in boost::spirit::static_<T, Tag>
117 once_flag static_<T, Tag>::constructed_;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dhistogram_macros.h87 : constructed_(ANGLEPlatformCurrent()->currentTime(ANGLEPlatformCurrent())) \
91 if (constructed_ == 0) \
94 double elapsed = platform->currentTime(platform) - constructed_; \
107 double constructed_; \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dhistogram_macros.h87 : constructed_(ANGLEPlatformCurrent()->currentTime(ANGLEPlatformCurrent())) \
91 if (constructed_ == 0) \
94 double elapsed = platform->currentTime(platform) - constructed_; \
107 double constructed_; \
/third_party/boost/boost/intrusive/detail/
Dexception_disposer.hpp60 SizeType &constructed_; member in boost::intrusive::detail::exception_array_disposer
69 : cont_(&cont), disp_(disp), constructed_(constructed) in exception_array_disposer()
77 SizeType n = constructed_; in ~exception_array_disposer()
/third_party/boost/libs/unordered/test/helpers/
Dmemory.hpp30 explicit memory_track(int tag = -1) : constructed_(0), tag_(tag) {} in memory_track()
32 int constructed_; member