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

  /external/v8/src/base/
once.cc 33 once, ONCE_STATE_UNINITIALIZED, ONCE_STATE_EXECUTING_FUNCTION);
34 if (state == ONCE_STATE_UNINITIALIZED) {
once.h 70 ONCE_STATE_UNINITIALIZED = 0,
lazy-instance.h 157 if (*once == ONCE_STATE_UNINITIALIZED) {
  /external/protobuf/src/google/protobuf/stubs/
once.cc 79 once, ONCE_STATE_UNINITIALIZED, ONCE_STATE_EXECUTING_CLOSURE);
80 if (state == ONCE_STATE_UNINITIALIZED) {
once.h 113 ONCE_STATE_UNINITIALIZED = 0,
120 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
once.h 112 ONCE_STATE_UNINITIALIZED = 0,
119 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
once.h 112 ONCE_STATE_UNINITIALIZED = 0,
119 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
once.h 112 ONCE_STATE_UNINITIALIZED = 0,
119 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
once.h 113 ONCE_STATE_UNINITIALIZED = 0,
120 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
once.h 112 ONCE_STATE_UNINITIALIZED = 0,
119 #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED

Completed in 467 milliseconds