/third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/ |
D | lock_win32.h | 31 InitializeCriticalSection(&cs_); in Lock() 35 DeleteCriticalSection(&cs_); in ~Lock() 39 EnterCriticalSection(&cs_); in Acquire() 43 LeaveCriticalSection(&cs_); in Release() 48 CRITICAL_SECTION cs_; variable
|
/third_party/boost/boost/signals2/detail/ |
D | lwm_win32_cs.hpp | 96 boost::signals2::detail::critical_section cs_; member in boost::signals2::mutex 106 …iticalSectionEx(reinterpret_cast< boost::signals2::detail::rtl_critical_section* >(&cs_), 4000, 0); in mutex() 108 …itializeCriticalSection(reinterpret_cast< boost::signals2::detail::rtl_critical_section* >(&cs_)); in mutex() 114 …::DeleteCriticalSection(reinterpret_cast< boost::signals2::detail::rtl_critical_section* >(&cs_)); in ~mutex() 119 …l::EnterCriticalSection(reinterpret_cast< boost::signals2::detail::rtl_critical_section* >(&cs_)); in lock() 125 …nterCriticalSection(reinterpret_cast< boost::signals2::detail::rtl_critical_section* >(&cs_)) != 0; in try_lock() 136 …il::LeaveCriticalSection(reinterpret_cast< boost::signals2::detail::rtl_critical_section* >(&cs_)); in unlock()
|
/third_party/boost/boost/pool/detail/ |
D | mutex.hpp | 105 boost::winapi::CRITICAL_SECTION_ cs_; member in boost::details::pool::cs_mutex 114 boost::winapi::InitializeCriticalSection( &cs_ ); in cs_mutex() 119 boost::winapi::DeleteCriticalSection( &cs_ ); in ~cs_mutex() 124 boost::winapi::EnterCriticalSection( &cs_ ); in lock() 129 boost::winapi::LeaveCriticalSection( &cs_ ); in unlock()
|
/third_party/boost/boost/smart_ptr/detail/ |
D | lwm_win32_cs.hpp | 76 critical_section cs_; member in boost::detail::lightweight_mutex 85 boost::detail::InitializeCriticalSection(reinterpret_cast< rtl_critical_section* >(&cs_)); in lightweight_mutex() 90 boost::detail::DeleteCriticalSection(reinterpret_cast< rtl_critical_section* >(&cs_)); in ~lightweight_mutex() 109 boost::detail::EnterCriticalSection(reinterpret_cast< rtl_critical_section* >(&m_.cs_)); in scoped_lock() 114 boost::detail::LeaveCriticalSection(reinterpret_cast< rtl_critical_section* >(&m_.cs_)); in ~scoped_lock()
|
/third_party/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 901 CommentStyle::Enum cs_; member 916 : rightMargin_(74), indentation_(JSONCPP_MOVE(indentation)), cs_(cs), in BuiltStyledStreamWriter() 1006 bool isMultiLine = (cs_ == CommentStyle::All) || isMultilineArray(value); in writeArrayValue() 1112 if (cs_ == CommentStyle::None) in writeCommentBeforeValue() 1133 if (cs_ == CommentStyle::None) in writeCommentAfterValueOnSameLine()
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | generator.hpp | 255 const charset *cs_ = *iter_; in build_tree() local 257 cs_->_index_set.begin (); in build_tree() 259 cs_->_index_set.end (); in build_tree() 261 fill_lookup (cs_->_token, lookup_, index_); in build_tree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4773 CommentStyle::Enum cs_; member 4788 , cs_(cs) in BuiltStyledStreamWriter() 4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4773 CommentStyle::Enum cs_; member 4788 , cs_(cs) in BuiltStyledStreamWriter() 4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 4829 CommentStyle::Enum cs_; member 4848 , cs_(cs) in BuiltStyledStreamWriter() 4937 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 5039 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 5058 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4773 CommentStyle::Enum cs_; member 4788 , cs_(cs) in BuiltStyledStreamWriter() 4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|