OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeneratedMessageReflection
(Results
1 - 7
of
7
) sorted by null
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h
66
class
GeneratedMessageReflection
;
75
// A
GeneratedMessageReflection
is an implementation of Reflection
81
// way, so that
GeneratedMessageReflection
can cast the void* pointer to
95
class LIBPROTOBUF_EXPORT
GeneratedMessageReflection
: public Reflection {
97
// Constructs a
GeneratedMessageReflection
.
128
GeneratedMessageReflection
(const Descriptor* descriptor,
137
~
GeneratedMessageReflection
();
361
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
GeneratedMessageReflection
);
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h
66
class
GeneratedMessageReflection
;
75
// A
GeneratedMessageReflection
is an implementation of Reflection
81
// way, so that
GeneratedMessageReflection
can cast the void* pointer to
95
class LIBPROTOBUF_EXPORT
GeneratedMessageReflection
: public Reflection {
97
// Constructs a
GeneratedMessageReflection
.
128
GeneratedMessageReflection
(const Descriptor* descriptor,
137
~
GeneratedMessageReflection
();
361
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
GeneratedMessageReflection
);
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h
66
class
GeneratedMessageReflection
;
75
// A
GeneratedMessageReflection
is an implementation of Reflection
81
// way, so that
GeneratedMessageReflection
can cast the void* pointer to
95
class LIBPROTOBUF_EXPORT
GeneratedMessageReflection
: public Reflection {
97
// Constructs a
GeneratedMessageReflection
.
128
GeneratedMessageReflection
(const Descriptor* descriptor,
137
~
GeneratedMessageReflection
();
361
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
GeneratedMessageReflection
);
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h
66
class
GeneratedMessageReflection
;
75
// A
GeneratedMessageReflection
is an implementation of Reflection
81
// way, so that
GeneratedMessageReflection
can cast the void* pointer to
95
class LIBPROTOBUF_EXPORT
GeneratedMessageReflection
: public Reflection {
97
// Constructs a
GeneratedMessageReflection
.
128
GeneratedMessageReflection
(const Descriptor* descriptor,
137
~
GeneratedMessageReflection
();
361
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
GeneratedMessageReflection
);
/external/protobuf/src/google/protobuf/
generated_message_reflection.h
67
class
GeneratedMessageReflection
;
76
// A
GeneratedMessageReflection
is an implementation of Reflection
82
// way, so that
GeneratedMessageReflection
can cast the void* pointer to
96
class LIBPROTOBUF_EXPORT
GeneratedMessageReflection
: public Reflection {
98
// Constructs a
GeneratedMessageReflection
.
129
GeneratedMessageReflection
(const Descriptor* descriptor,
163
GeneratedMessageReflection
(const Descriptor* descriptor,
174
~
GeneratedMessageReflection
();
441
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
GeneratedMessageReflection
);
generated_message_reflection.cc
171
GeneratedMessageReflection
::
GeneratedMessageReflection
(
194
GeneratedMessageReflection
::
GeneratedMessageReflection
(
221
GeneratedMessageReflection
::~
GeneratedMessageReflection
() {}
223
const UnknownFieldSet&
GeneratedMessageReflection
::GetUnknownFields(
229
UnknownFieldSet*
GeneratedMessageReflection
::MutableUnknownFields(
235
int
GeneratedMessageReflection
::SpaceUsed(const Message& message) const {
342
void
GeneratedMessageReflection
::SwapField
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h
71
class
GeneratedMessageReflection
;
80
// A
GeneratedMessageReflection
is an implementation of Reflection
86
// way, so that
GeneratedMessageReflection
can cast the void* pointer to
100
class LIBPROTOBUF_EXPORT
GeneratedMessageReflection
: public Reflection {
102
// Constructs a
GeneratedMessageReflection
.
133
GeneratedMessageReflection
(const Descriptor* descriptor,
169
GeneratedMessageReflection
(const Descriptor* descriptor,
182
~
GeneratedMessageReflection
();
188
static
GeneratedMessageReflection
* NewGeneratedMessageReflection(
201
static
GeneratedMessageReflection
* NewGeneratedMessageReflection
[
all
...]
Completed in 2530 milliseconds