Home
last modified time | relevance | path

Searched refs:OnceStatic (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.h215 static void OnceStatic(LazyDescriptor* lazy);
Ddescriptor.cc7315 internal::call_once(*once_, LazyDescriptor::OnceStatic, this); in Once()
7319 void LazyDescriptor::OnceStatic(LazyDescriptor* lazy) { lazy->OnceInternal(); } in OnceStatic() function in google::protobuf::internal::LazyDescriptor