OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_thread_local
(Results
1 - 2
of
2
) sorted by null
/external/chromium/testing/gtest/test/
gtest-port_test.cc
957
const ThreadLocal<String>&
const_thread_local
= thread_local;
local
959
EXPECT_EQ(thread_local.pointer(),
const_thread_local
.pointer());
962
EXPECT_EQ(thread_local.pointer(),
const_thread_local
.pointer());
[
all
...]
/external/gtest/test/
gtest-port_test.cc
977
const ThreadLocal<String>&
const_thread_local
= thread_local;
local
979
EXPECT_EQ(thread_local.pointer(),
const_thread_local
.pointer());
982
EXPECT_EQ(thread_local.pointer(),
const_thread_local
.pointer());
[
all
...]
Completed in 309 milliseconds