HomeSort by relevance Sort by last modified time
    Searched refs:once_ (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
singleton.h 44 GoogleOnceInit(&once_, &Singleton<T>::Init);
55 static ProtobufOnceType once_; member in class:google::protobuf::internal::Singleton
60 ProtobufOnceType Singleton<T>::once_; member in class:google::protobuf::internal::Singleton
once_unittest.cc 60 once_ = once;
65 GoogleOnceInit(once_, &InitStatic);
160 ProtobufOnceType* once_; member in class:google::protobuf::__anon36324::OnceInitTest
  /external/v8/src/base/
lazy-instance.h 177 InitOnceTrait::Init(&once_, &InitInstance, static_cast<void*>(&storage_));
191 mutable OnceType once_; member in struct:v8::base::LazyInstanceImpl

Completed in 265 milliseconds