Searched defs:InitOnce (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_posix.cc49 void InitOnce(OnceType* once, void (*initializer)()) { function in namespace:leveldb::port
/external/chromium_org/third_party/leveldatabase/port/
H A Dport_chromium.h87 // Implementation of OnceType and InitOnce() pair, this is equivalent to
102 static inline void InitOnce(OnceType* once, void (*initializer)()) { function in namespace:leveldb::port
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.h63 InitOnce();
69 InitOnce();
83 InitOnce();
91 void InitOnce() { function in class:libvpx_test::Decoder
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h63 InitOnce();
69 InitOnce();
83 InitOnce();
91 void InitOnce() { function in class:libvpx_test::Decoder
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc63 void InitOnce() { function in class:google::protobuf::__anon14125::OnceInitTest
130 return new TestThread(NewCallback(this, &OnceInitTest::InitOnce));
174 static void InitRecursiveStatic() { current_test_->InitOnce(); }
185 InitOnce();
189 InitOnce();
/external/chromium_org/tools/android/forwarder2/
H A Dhost_forwarder_main.cc109 InitOnce();
128 void InitOnce() { function in class:forwarder2::__anon15706::HostControllersManager
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc63 void InitOnce() { function in class:google::protobuf::__anon28122::OnceInitTest
130 return new TestThread(NewCallback(this, &OnceInitTest::InitOnce));
174 static void InitRecursiveStatic() { current_test_->InitOnce(); }
185 InitOnce();
189 InitOnce();

Completed in 519 milliseconds