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

/external/chromium_org/third_party/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
93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { function in namespace:google::protobuf
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), function in namespace:google::protobuf
124 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*),
/external/protobuf/src/google/protobuf/stubs/
H A Donce.h61 // GoogleOnceInit(&once_init, &Init);
64 // Note that if GoogleOnceInit() is called before main() has begun, it must
100 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { function in namespace:google::protobuf
114 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {

Completed in 840 milliseconds