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

  /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)()) {
once_unittest.cc 64 GoogleOnceInit(once_, &InitStatic);
67 GoogleOnceInit(recursive_once_, &InitRecursiveStatic);
common.cc 138 GoogleOnceInit(&log_silencer_count_init_, &InitLogSilencerCount);
334 GoogleOnceInit(&shutdown_functions_init, &InitShutdownFunctions);
  /external/protobuf/src/google/protobuf/
message.cc 233 ::google::protobuf::GoogleOnceInit(&generated_message_factory_once_init_,
extension_set.cc 81 ::google::protobuf::GoogleOnceInit(&registry_init_, &InitRegistry);
    [all...]
descriptor.cc 820 ::google::protobuf::GoogleOnceInit(&generated_pool_init_, &InitGeneratedPool);
    [all...]
descriptor.pb.cc 415 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
    [all...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 54 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 94 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
    [all...]

Completed in 262 milliseconds