OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeneratedMessageReflection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/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
);
generated_message_reflection.cc
156
GeneratedMessageReflection
::
GeneratedMessageReflection
(
179
GeneratedMessageReflection
::~
GeneratedMessageReflection
() {}
181
const UnknownFieldSet&
GeneratedMessageReflection
::GetUnknownFields(
187
UnknownFieldSet*
GeneratedMessageReflection
::MutableUnknownFields(
193
int
GeneratedMessageReflection
::SpaceUsed(const Message& message) const {
297
void
GeneratedMessageReflection
::Swap(
402
bool
GeneratedMessageReflection
::HasField(const Message& message,
414
int
GeneratedMessageReflection
::FieldSize(const Message& message
[
all
...]
Completed in 1071 milliseconds