Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Donce.h123 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure);
128 GoogleOnceInitImpl(once, &func);
137 GoogleOnceInitImpl(once, &func);
Donce.cc65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) { in GoogleOnceInitImpl() function