HomeSort by relevance Sort by last modified time
    Searched defs:GoogleOnceInit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once.h 46 // * 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)()) {
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
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/
once.h 61 // 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)()) {
114 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {

Completed in 145 milliseconds