OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtobufOnceType
(Results
1 - 6
of
6
) sorted by null
/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/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
...]
/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
...]
Completed in 642 milliseconds