Searched refs:private_buf_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Dlazy_instance.h154 // the associated data (private_buf_). Pairing Release_Store is in
159 // Create the instance in the space provided by |private_buf_|.
161 Traits::New(private_buf_.void_data()));
180 return static_cast<void*>(p) == private_buf_.void_data();
192 base::AlignedMemory<sizeof(Type), ALIGNOF(Type)> private_buf_; member in class:base::LazyInstance

Completed in 44 milliseconds