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

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dremap.cpp29 virtual int Lookup(c4_Cursor key_, int &count_) { argument
32 return _base.RestrictSearch(*key_, pos, count_);
88 virtual int Lookup(c4_Cursor key_, int &count_);
335 int c4_HashViewer::Lookup(c4_Cursor key_, int &count_) { argument
338 c4_View kv = (*key_).Container();
343 t4_i32 hash = CalcHash(key_); // TODO should combine with above loop
344 int i = LookDict(hash, key_);
347 count_ = row >= 0 && KeySame(row, key_) ? 1 : 0;
810 virtual int Lookup(c4_Cursor key_, int &count_);
846 int c4_OrderedViewer::Lookup(c4_Cursor key_, in
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_seq.cpp99 memset(&key_, 0, sizeof(DBT));
100 (void)seq->get_key(seq, &key_);
101 return Dbt::get_Dbt(&key_);
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1334 ThreadLocal() : key_(CreateKey()),
1336 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1341 DeleteThreadLocalValue(pthread_getspecific(key_));
1345 GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
1377 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));
1384 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));
1389 const pthread_key_t key_; member in class:testing::internal::ThreadLocal
H A Dgtest-internal-inl.h342 : key_(key) {}
344 // Returns true iff the test name of test property matches on key_.
346 return String(test_property.key()).Compare(key_) == 0;
350 String key_; member in class:testing::internal::TestPropertyKeyIs
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dssh-com-client.sh48 HK=${OBJ}/${USER}/hostkeys/key_${PORT}_127.0.0.1
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/
H A Dgtest.h477 key_(a_key), value_(a_value) {
482 return key_.c_str();
497 internal::String key_; member in class:testing::TestProperty
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest046.tcl347 set key_$ptype$size \
352 set key_$ptype$size \
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_cxx.in907 DBT key_;
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_cxx.h908 DBT key_; member in class:DbSequence
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_cxx.h908 DBT key_; member in class:DbSequence
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol.cpp4400 key_(key) {}
4407 CollationKey &key_; member in class:CollationKeyByteSink
4433 uint8_t *newBuffer = key_.reallocate(newCapacity, length);

Completed in 221 milliseconds