OnceInitTest      130 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc     return new TestThread(NewCallback(this, &OnceInitTest::InitOnce));
OnceInitTest      133 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc     return new TestThread(NewCallback(this, &OnceInitTest::InitRecursiveOnce));
OnceInitTest      172 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc   static OnceInitTest* current_test_;
OnceInitTest      177 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc OnceInitTest* OnceInitTest::current_test_ = NULL;
OnceInitTest      181 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc TEST_F(OnceInitTest, Simple) {
OnceInitTest      196 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc TEST_F(OnceInitTest, Recursive) {
OnceInitTest      206 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc TEST_F(OnceInitTest, MultipleThreads) {
OnceInitTest      223 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc TEST_F(OnceInitTest, MultipleThreadsBlocked) {