HomeSort by relevance Sort by last modified time
    Searched refs:init_func (Results 1 - 16 of 16) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
once.h 46 // * A function GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()).
48 // object, will invoke init_func on the first call only, and will make sure
49 // none of the calls return before that first call to init_func has finished.
94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
97 init_func();
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
106 init_func(arg);
125 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
127 internal::FunctionClosure0 func(init_func, false);
133 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
once.h 46 // * A function GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()).
48 // object, will invoke init_func on the first call only, and will make sure
49 // none of the calls return before that first call to init_func has finished.
93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
96 init_func();
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
105 init_func(arg);
124 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
126 internal::FunctionClosure0 func(init_func, false);
132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
once.h 46 // * A function GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()).
48 // object, will invoke init_func on the first call only, and will make sure
49 // none of the calls return before that first call to init_func has finished.
93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
96 init_func();
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
105 init_func(arg);
124 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
126 internal::FunctionClosure0 func(init_func, false);
132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
once.h 46 // * A function GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()).
48 // object, will invoke init_func on the first call only, and will make sure
49 // none of the calls return before that first call to init_func has finished.
93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
96 init_func();
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
105 init_func(arg);
124 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
126 internal::FunctionClosure0 func(init_func, false);
132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
once.h 46 // * A function GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()).
48 // object, will invoke init_func on the first call only, and will make sure
49 // none of the calls return before that first call to init_func has finished.
94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
97 init_func();
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
106 init_func(arg);
125 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
127 internal::FunctionClosure0 func(init_func, false);
133 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
once.h 46 // * A function GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()).
48 // object, will invoke init_func on the first call only, and will make sure
49 // none of the calls return before that first call to init_func has finished.
93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
96 init_func();
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg),
105 init_func(arg);
124 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
126 internal::FunctionClosure0 func(init_func, false);
132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*)
    [all...]
  /external/v8/src/base/
once.h 16 // * A function CallOnce(OnceType* once, void (*init_func)()).
18 // will invoke init_func on the first call only, and will make sure none of
19 // the calls return before that first call to init_func has finished.
83 V8_BASE_EXPORT void CallOnceImpl(OnceType* once, PointerArgFunction init_func,
86 inline void CallOnce(OnceType* once, NoArgFunction init_func) {
88 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL);
95 typename OneArgFunction<Arg*>::type init_func, Arg* arg) {
97 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func),
once.cc 18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) {
37 init_func(arg);
  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 29 std::function<void (T*, T*, uint64_t)> init_func) {
40 init_func(&src_buf[i], &dst_buf[i], i);
  /bionic/libc/bionic/
malloc_common.cpp 350 auto init_func = reinterpret_cast<bool (*)(const MallocDispatch*, int*, const char*)>( local
352 if (init_func == nullptr) {
390 if (!init_func(&__libc_malloc_default_dispatch, &gMallocLeakZygoteChild, options)) {
  /external/dng_sdk/source/
dng_pthread.h 130 int dng_pthread_once(dng_pthread_once_t *once, void (*init_func)());
dng_pthread.cpp 744 int dng_pthread_once(dng_pthread_once_t *once, void (*init_func)())
746 if (once == NULL || init_func == NULL)
754 init_func();
  /external/v8/src/third_party/vtune/
ittnotify_config.h 347 void* init_func; member in struct:___itt_api_info_20101001
355 void* init_func; member in struct:___itt_api_info
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 318 void* init_func; member in struct:___itt_api_info_20101001
326 void* init_func; member in struct:___itt_api_info
  /hardware/intel/common/libva/va/
va.c 241 VADriverInit init_func = NULL; local
259 init_func = (VADriverInit)dlsym(handle, init_func_s);
260 if (init_func) {
292 if (init_func && VA_STATUS_SUCCESS == vaStatus)
293 vaStatus = (*init_func)(ctx);
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]

Completed in 258 milliseconds