OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeneratedMessageReflection
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/
generated_message_reflection.cc
171
GeneratedMessageReflection
::
GeneratedMessageReflection
(
194
GeneratedMessageReflection
::~
GeneratedMessageReflection
() {}
196
const UnknownFieldSet&
GeneratedMessageReflection
::GetUnknownFields(
202
UnknownFieldSet*
GeneratedMessageReflection
::MutableUnknownFields(
208
int
GeneratedMessageReflection
::SpaceUsed(const Message& message) const {
312
void
GeneratedMessageReflection
::Swap(
414
bool
GeneratedMessageReflection
::HasField(const Message& message,
426
int
GeneratedMessageReflection
::FieldSize(const Message& message
[
all
...]
generated_message_reflection.h
60
class
GeneratedMessageReflection
;
69
// A
GeneratedMessageReflection
is an implementation of Reflection
75
// way, so that
GeneratedMessageReflection
can cast the void* pointer to
89
class LIBPROTOBUF_EXPORT
GeneratedMessageReflection
: public Reflection {
91
// Constructs a
GeneratedMessageReflection
.
122
GeneratedMessageReflection
(const Descriptor* descriptor,
131
~
GeneratedMessageReflection
();
344
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
GeneratedMessageReflection
);
dynamic_message.cc
37
// Then, we use
GeneratedMessageReflection
to implement our reflection
85
using internal::
GeneratedMessageReflection
;
180
scoped_ptr<const
GeneratedMessageReflection
> reflection;
479
//
GeneratedMessageReflection
's constructor. This includes:
540
new
GeneratedMessageReflection
(
descriptor.pb.cc
19
const ::google::protobuf::internal::
GeneratedMessageReflection
*
22
const ::google::protobuf::internal::
GeneratedMessageReflection
*
25
const ::google::protobuf::internal::
GeneratedMessageReflection
*
28
const ::google::protobuf::internal::
GeneratedMessageReflection
*
31
const ::google::protobuf::internal::
GeneratedMessageReflection
*
36
const ::google::protobuf::internal::
GeneratedMessageReflection
*
39
const ::google::protobuf::internal::
GeneratedMessageReflection
*
42
const ::google::protobuf::internal::
GeneratedMessageReflection
*
45
const ::google::protobuf::internal::
GeneratedMessageReflection
*
48
const ::google::protobuf::internal::
GeneratedMessageReflection
*
[
all
...]
repeated_field.h
177
friend class
GeneratedMessageReflection
;
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc
20
const ::google::protobuf::internal::
GeneratedMessageReflection
*
23
const ::google::protobuf::internal::
GeneratedMessageReflection
*
26
const ::google::protobuf::internal::
GeneratedMessageReflection
*
45
new ::google::protobuf::internal::
GeneratedMessageReflection
(
61
new ::google::protobuf::internal::
GeneratedMessageReflection
(
78
new ::google::protobuf::internal::
GeneratedMessageReflection
(
[
all
...]
Completed in 599 milliseconds