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

12

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_exception_storage.cpp57 pthread_key_t key_; member in namespace:__cxxabiv1::__anon12517
62 if ( 0 != ::pthread_setspecific ( key_, NULL ) )
67 if ( 0 != pthread_key_create ( &key_, destruct_ ) )
83 if ( 0 != pthread_setspecific ( key_, retVal ) )
98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_exception_storage.cpp57 pthread_key_t key_; member in namespace:__cxxabiv1::__anon176587
62 if ( 0 != ::pthread_setspecific ( key_, NULL ) )
67 if ( 0 != pthread_key_create ( &key_, destruct_ ) )
83 if ( 0 != pthread_setspecific ( key_, retVal ) )
98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_exception_storage.cpp57 pthread_key_t key_; member in namespace:__cxxabiv1::__anon176950
62 if ( 0 != ::pthread_setspecific ( key_, NULL ) )
67 if ( 0 != pthread_key_create ( &key_, destruct_ ) )
83 if ( 0 != pthread_setspecific ( key_, retVal ) )
98 return static_cast<__cxa_eh_globals*>(::pthread_getspecific(key_));
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dmutex.h111 pthread_key_create(&key_, &ThreadLocalStorage::Delete);
114 pthread_key_delete(key_);
117 T* result = static_cast<T*>(pthread_getspecific(key_));
120 pthread_setspecific(key_, result);
128 pthread_key_t key_; member in class:google::protobuf::internal::ThreadLocalStorage
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dmap_entry_lite.h95 KeyTypeHandler::DeleteNoArena(key_);
103 return KeyTypeHandler::GetExternalReference(key_);
112 return KeyTypeHandler::EnsureMutable(&key_, GetArenaNoVirtual());
217 size += KeyTypeHandler::SpaceUsedInMapEntry(key_);
225 KeyTypeHandler::EnsureMutable(&key_, GetArenaNoVirtual());
226 KeyTypeHandler::Merge(from.key(), &key_, GetArenaNoVirtual());
238 KeyTypeHandler::Clear(&key_, GetArenaNoVirtual());
246 KeyTypeHandler::AssignDefaultValue(&key_);
304 key_(key),
309 inline const KeyMapEntryAccessorType& key() const { return key_; }
313 const Key& key_; member in class:google::protobuf::internal::MapEntryLite::MapEntryWrapper
347 const KeyMapEntryAccessorType& key_; member in class:google::protobuf::internal::MapEntryLite::MapEnumEntryWrapper
379 KeyOnMemory key_; member in class:google::protobuf::internal::MapEntryLite
[all...]
H A Dmap_field.h332 key_.SetType(field->message_type()->FindFieldByName("key")->cpp_type());
362 return key_;
390 MapKey key_; member in class:google::protobuf::MapIterator
H A Dmap_field_inl.h155 this_iter->key_.SetType(that_iter.key_.type());
243 SetMapKey(&map_iter->key_, iter->first);
H A Dmap_entry.h300 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1479 ThreadLocal() : key_(CreateKey()),
1481 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1486 DeleteThreadLocalValue(pthread_getspecific(key_));
1490 GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
1522 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));
1529 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));
1534 const pthread_key_t key_; member in class:testing::internal::ThreadLocal
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/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
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1479 ThreadLocal() : key_(CreateKey()),
1481 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1486 DeleteThreadLocalValue(pthread_getspecific(key_));
1490 GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
1522 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));
1529 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));
1534 const pthread_key_t key_; member in class:testing::internal::ThreadLocal
/prebuilts/ndk/current/sources/third_party/googletest/googletest/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
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/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
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/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
/prebuilts/ndk/current/sources/third_party/googletest/googletest/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
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/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
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/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
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0/
H A Dprotos-25.2.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/wireless/ com/google/wireless/android/ ...
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha6/
H A Dprotos-25.2.0-alpha6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/wireless/ com/google/wireless/android/ ...
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha7/
H A Dprotos-25.2.0-alpha7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/wireless/ com/google/wireless/android/ ...
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta1/
H A Dprotos-25.2.0-beta1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/wireless/ com/google/wireless/android/ ...
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta2/
H A Dprotos-25.2.0-beta2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/wireless/ com/google/wireless/android/ ...
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta3/
H A Dprotos-25.2.0-beta3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/wireless/ com/google/wireless/android/ ...
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc1/
H A Dprotos-25.2.0-rc1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/wireless/ com/google/wireless/android/ ...
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc2/
H A Dprotos-25.2.0-rc2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/wireless/ com/google/wireless/android/ ...

Completed in 283 milliseconds

12