OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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