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

  /external/protobuf/src/google/protobuf/stubs/
once.cc 49 struct ProtobufOnceInternal {
50 ProtobufOnceInternal() {
53 ~ProtobufOnceInternal() {
67 if (internal_ == NULL) internal_ = new ProtobufOnceInternal;
75 if (internal_ == NULL) internal_ = new ProtobufOnceInternal;
once.h 86 struct ProtobufOnceInternal;
94 ProtobufOnceInternal* internal_;

Completed in 161 milliseconds