Searched defs:thread_local_instance (Results 1 - 4 of 4) sorted by relevance

/external/googletest/googletest/src/
H A Dgtest-port.cc396 // Registers thread_local_instance as having value on the current thread.
399 const ThreadLocalBase* thread_local_instance) {
413 thread_local_values.find(thread_local_instance);
418 thread_local_instance,
420 thread_local_instance->NewValueForCurrentThread())))
427 const ThreadLocalBase* thread_local_instance) {
441 thread_local_values.find(thread_local_instance);
548 const ThreadLocalBase* thread_local_instance) {
550 thread_local_instance);
554 const ThreadLocalBase* thread_local_instance) {
398 GetValueOnCurrentThread( const ThreadLocalBase* thread_local_instance) argument
426 OnThreadLocalDestroyed( const ThreadLocalBase* thread_local_instance) argument
547 GetValueOnCurrentThread( const ThreadLocalBase* thread_local_instance) argument
553 OnThreadLocalDestroyed( const ThreadLocalBase* thread_local_instance) argument
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc396 // Registers thread_local_instance as having value on the current thread.
399 const ThreadLocalBase* thread_local_instance) {
413 thread_local_values.find(thread_local_instance);
418 thread_local_instance,
420 thread_local_instance->NewValueForCurrentThread())))
427 const ThreadLocalBase* thread_local_instance) {
441 thread_local_values.find(thread_local_instance);
548 const ThreadLocalBase* thread_local_instance) {
550 thread_local_instance);
554 const ThreadLocalBase* thread_local_instance) {
398 GetValueOnCurrentThread( const ThreadLocalBase* thread_local_instance) argument
426 OnThreadLocalDestroyed( const ThreadLocalBase* thread_local_instance) argument
547 GetValueOnCurrentThread( const ThreadLocalBase* thread_local_instance) argument
553 OnThreadLocalDestroyed( const ThreadLocalBase* thread_local_instance) argument
[all...]
/external/v8/testing/gtest/src/
H A Dgtest-port.cc378 // Registers thread_local_instance as having value on the current thread.
381 const ThreadLocalBase* thread_local_instance) {
395 thread_local_values.find(thread_local_instance);
400 thread_local_instance,
402 thread_local_instance->NewValueForCurrentThread())))
409 const ThreadLocalBase* thread_local_instance) {
423 thread_local_values.find(thread_local_instance);
530 const ThreadLocalBase* thread_local_instance) {
532 thread_local_instance);
536 const ThreadLocalBase* thread_local_instance) {
380 GetValueOnCurrentThread( const ThreadLocalBase* thread_local_instance) argument
408 OnThreadLocalDestroyed( const ThreadLocalBase* thread_local_instance) argument
529 GetValueOnCurrentThread( const ThreadLocalBase* thread_local_instance) argument
535 OnThreadLocalDestroyed( const ThreadLocalBase* thread_local_instance) argument
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc355 // Registers thread_local_instance as having value on the current thread.
358 const ThreadLocalBase* thread_local_instance) {
372 thread_local_values.find(thread_local_instance);
377 thread_local_instance,
379 thread_local_instance->NewValueForCurrentThread())))
386 const ThreadLocalBase* thread_local_instance) {
400 thread_local_values.find(thread_local_instance);
507 const ThreadLocalBase* thread_local_instance) {
509 thread_local_instance);
513 const ThreadLocalBase* thread_local_instance) {
357 GetValueOnCurrentThread( const ThreadLocalBase* thread_local_instance) argument
385 OnThreadLocalDestroyed( const ThreadLocalBase* thread_local_instance) argument
506 GetValueOnCurrentThread( const ThreadLocalBase* thread_local_instance) argument
512 OnThreadLocalDestroyed( const ThreadLocalBase* thread_local_instance) argument
[all...]

Completed in 176 milliseconds