OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtobufOnceType
(Results
1 - 12
of
12
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
once.h
41
// * A type called
ProtobufOnceType
.
43
//
ProtobufOnceType
. This is the only legal way to declare such a variable.
46
// * A function GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()).
47
// This function, when invoked multiple times given the same
ProtobufOnceType
54
// * This implementation guarantees that
ProtobufOnceType
is a POD (i.e. no
89
typedef bool
ProtobufOnceType
;
93
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()) {
101
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)(Arg),
117
typedef internal::AtomicWord
ProtobufOnceType
;
122
void GoogleOnceInitImpl(
ProtobufOnceType
* once, Closure* closure)
[
all
...]
once.cc
65
void GoogleOnceInitImpl(
ProtobufOnceType
* once, Closure* closure) {
once_unittest.cc
55
// Since
ProtobufOnceType
is only allowed to be allocated in static storage,
56
// each test must use a different pair of
ProtobufOnceType
objects which it
58
void SetOnces(
ProtobufOnceType
* once,
ProtobufOnceType
* recursive_once) {
158
ProtobufOnceType
* once_;
159
ProtobufOnceType
* recursive_once_;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
once.h
41
// * A type called
ProtobufOnceType
.
43
//
ProtobufOnceType
. This is the only legal way to declare such a variable.
46
// * A function GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()).
47
// This function, when invoked multiple times given the same
ProtobufOnceType
54
// * This implementation guarantees that
ProtobufOnceType
is a POD (i.e. no
90
typedef bool
ProtobufOnceType
;
94
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()) {
102
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)(Arg),
118
typedef internal::AtomicWord
ProtobufOnceType
;
123
void GoogleOnceInitImpl(
ProtobufOnceType
* once, Closure* closure)
[
all
...]
singleton.h
55
static
ProtobufOnceType
once_;
60
ProtobufOnceType
Singleton<T>::once_;
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
once.h
41
// * A type called
ProtobufOnceType
.
43
//
ProtobufOnceType
. This is the only legal way to declare such a variable.
46
// * A function GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()).
47
// This function, when invoked multiple times given the same
ProtobufOnceType
54
// * This implementation guarantees that
ProtobufOnceType
is a POD (i.e. no
89
typedef bool
ProtobufOnceType
;
93
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()) {
101
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)(Arg),
117
typedef internal::AtomicWord
ProtobufOnceType
;
122
void GoogleOnceInitImpl(
ProtobufOnceType
* once, Closure* closure)
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
once.h
41
// * A type called
ProtobufOnceType
.
43
//
ProtobufOnceType
. This is the only legal way to declare such a variable.
46
// * A function GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()).
47
// This function, when invoked multiple times given the same
ProtobufOnceType
54
// * This implementation guarantees that
ProtobufOnceType
is a POD (i.e. no
89
typedef bool
ProtobufOnceType
;
93
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()) {
101
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)(Arg),
117
typedef internal::AtomicWord
ProtobufOnceType
;
122
void GoogleOnceInitImpl(
ProtobufOnceType
* once, Closure* closure)
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
once.h
41
// * A type called
ProtobufOnceType
.
43
//
ProtobufOnceType
. This is the only legal way to declare such a variable.
46
// * A function GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()).
47
// This function, when invoked multiple times given the same
ProtobufOnceType
54
// * This implementation guarantees that
ProtobufOnceType
is a POD (i.e. no
89
typedef bool
ProtobufOnceType
;
93
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()) {
101
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)(Arg),
117
typedef internal::AtomicWord
ProtobufOnceType
;
122
void GoogleOnceInitImpl(
ProtobufOnceType
* once, Closure* closure)
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
once.h
41
// * A type called
ProtobufOnceType
.
43
//
ProtobufOnceType
. This is the only legal way to declare such a variable.
46
// * A function GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()).
47
// This function, when invoked multiple times given the same
ProtobufOnceType
54
// * This implementation guarantees that
ProtobufOnceType
is a POD (i.e. no
89
typedef bool
ProtobufOnceType
;
93
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)()) {
101
inline void GoogleOnceInit(
ProtobufOnceType
* once, void (*init_func)(Arg),
117
typedef internal::AtomicWord
ProtobufOnceType
;
122
void GoogleOnceInitImpl(
ProtobufOnceType
* once, Closure* closure)
[
all
...]
/external/protobuf/src/google/protobuf/
generated_message_util.h
75
LIBPROTOBUF_EXPORT extern
ProtobufOnceType
empty_string_once_init_;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_util.h
81
LIBPROTOBUF_EXPORT extern
ProtobufOnceType
empty_string_once_init_;
extension_set.h
[
all
...]
Completed in 324 milliseconds