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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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*),
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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*),
  /prebuilts/misc/windows/protobuf2.5/include/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*),
  /prebuilts/tools/linux-x86_64/protoc/include/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 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
94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
125 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
133 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*),
153 GoogleOnceInit<T>(&this->state_
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/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
94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
125 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
133 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*),
153 GoogleOnceInit<T>(&this->state_
    [all...]

Completed in 192 milliseconds