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

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dhandler.cpp77 c4_HandlerSeq::c4_HandlerSeq(c4_HandlerSeq &owner_, c4_Handler *handler_): argument
78 _persist(owner_.Persist()), _field(owner_.FindField(handler_)), _parent
79 (&owner_), _numRows(0) {
H A Dhandler.h94 c4_HandlerSeq(c4_HandlerSeq &owner_, c4_Handler *handler_);
H A Dformat.cpp21 c4_FormatHandler(const c4_Property &prop_, c4_HandlerSeq &owner_);
34 &owner_): c4_Handler(prop_), _owner(owner_){}
33 c4_FormatHandler(const c4_Property &prop_, c4_HandlerSeq &owner_) argument
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1214 owner_ = pthread_self();
1219 // We don't protect writing to owner_ here, as it's the caller's
1222 owner_ = 0;
1229 GTEST_CHECK_(owner_ == pthread_self())
1240 pthread_t owner_; // The thread holding the mutex; 0 means no one holds it. member in class:testing::internal::MutexBase
1257 owner_ = 0;

Completed in 83 milliseconds