Searched defs:key_ (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc752 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {}
754 // Returns true iff the test name of test property matches on key_.
756 return test_property.key() == key_;
760 std::string key_; member in class:testing::internal::TestPropertyKeyIs
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2582 ThreadLocal() : key_(CreateKey()),
2584 explicit ThreadLocal(const T& value) : key_(CreateKey()),
2589 DeleteThreadLocalValue(pthread_getspecific(key_));
2593 GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
2625 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));
2632 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));
2637 const pthread_key_t key_; member in class:std::tr1::ThreadLocal
17882 key_(a_key), value_(a_value) {
17887 return key_.c_str();
17902 std::string key_; member in class:testing::TestProperty
[all...]

Completed in 315 milliseconds