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

/external/protobuf/src/google/protobuf/stubs/
H A Donce.h46 // * A function GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()).
50 // * The user can provide a parameter which GoogleOnceInit() forwards to the
53 // GoogleOnceInit(&my_once, &MyFunctionExpectingIntArgument, &a);
67 // GoogleOnceInit(&once_init, &Init);
70 // Note that if GoogleOnceInit() is called before main() has begun, it must
94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { function in namespace:google::protobuf
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), function in namespace:google::protobuf
125 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
133 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*),
153 GoogleOnceInit<
[all...]

Completed in 93 milliseconds