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

/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-port.h1475 ThreadLocal() : key_(CreateKey()),
1477 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1482 DeleteThreadLocalValue(pthread_getspecific(key_));
1486 GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
1518 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));
1525 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));
1530 const pthread_key_t key_; member in class:testing::internal::ThreadLocal
/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h351 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {}
353 // Returns true iff the test name of test property matches on key_.
355 return test_property.key() == key_;
359 std::string key_; member in class:testing::internal::TestPropertyKeyIs
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest.h469 key_(a_key), value_(a_value) {
474 return key_.c_str();
489 std::string key_; member in class:testing::TestProperty
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-coretext.cc524 _hb_feature_mapping_cmp (const void *key_, const void *entry_) argument
526 unsigned int key = * (unsigned int *) key_;

Completed in 118 milliseconds