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

/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc370 ThreadLocalValues& thread_local_values = thread_local_pos->second; local
372 thread_local_values.find(thread_local_instance);
373 if (value_pos == thread_local_values.end()) {
375 thread_local_values
398 ThreadLocalValues& thread_local_values = it->second; local
400 thread_local_values.find(thread_local_instance);
401 if (value_pos != thread_local_values.end()) {
403 thread_local_values.erase(value_pos);
425 ThreadLocalValues& thread_local_values = thread_local_pos->second; local
427 thread_local_values
[all...]

Completed in 67 milliseconds