OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DynamicMessageFactory
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/
dynamic_message.h
66
// descriptor itself. To avoid this problem,
DynamicMessageFactory
70
class LIBPROTOBUF_EXPORT
DynamicMessageFactory
: public MessageFactory {
72
// Construct a
DynamicMessageFactory
that will search for extensions in
74
DynamicMessageFactory
();
76
// Construct a
DynamicMessageFactory
that will search for extensions in
83
DynamicMessageFactory
(const DescriptorPool* pool);
85
~
DynamicMessageFactory
();
87
// Call this to tell the
DynamicMessageFactory
that if it is given a
107
// prototype, so these must be destroyed before the
DynamicMessageFactory
111
// outlive the
DynamicMessageFactory
[
all
...]
dynamic_message.cc
47
// As mentioned in the header, we only expose a
DynamicMessageFactory
52
// so
DynamicMessageFactory
stores a cache of default messages for
207
DynamicMessageFactory
* factory; // The factory that created this object.
465
DynamicMessageFactory
* factory = type_info_->factory;
517
struct
DynamicMessageFactory
::PrototypeMap {
522
DynamicMessageFactory
::
DynamicMessageFactory
()
527
DynamicMessageFactory
::
DynamicMessageFactory
(const DescriptorPool* pool)
532
DynamicMessageFactory
::~DynamicMessageFactory()
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
dynamic_message.h
64
// descriptor itself. To avoid this problem,
DynamicMessageFactory
68
class LIBPROTOBUF_EXPORT
DynamicMessageFactory
: public MessageFactory {
70
// Construct a
DynamicMessageFactory
that will search for extensions in
72
DynamicMessageFactory
();
74
// Construct a
DynamicMessageFactory
that will search for extensions in
81
DynamicMessageFactory
(const DescriptorPool* pool);
83
~
DynamicMessageFactory
();
85
// Call this to tell the
DynamicMessageFactory
that if it is given a
105
// prototype, so these must be destroyed before the
DynamicMessageFactory
109
// outlive the
DynamicMessageFactory
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
dynamic_message.h
64
// descriptor itself. To avoid this problem,
DynamicMessageFactory
68
class LIBPROTOBUF_EXPORT
DynamicMessageFactory
: public MessageFactory {
70
// Construct a
DynamicMessageFactory
that will search for extensions in
72
DynamicMessageFactory
();
74
// Construct a
DynamicMessageFactory
that will search for extensions in
81
DynamicMessageFactory
(const DescriptorPool* pool);
83
~
DynamicMessageFactory
();
85
// Call this to tell the
DynamicMessageFactory
that if it is given a
105
// prototype, so these must be destroyed before the
DynamicMessageFactory
109
// outlive the
DynamicMessageFactory
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
dynamic_message.h
64
// descriptor itself. To avoid this problem,
DynamicMessageFactory
68
class LIBPROTOBUF_EXPORT
DynamicMessageFactory
: public MessageFactory {
70
// Construct a
DynamicMessageFactory
that will search for extensions in
72
DynamicMessageFactory
();
74
// Construct a
DynamicMessageFactory
that will search for extensions in
81
DynamicMessageFactory
(const DescriptorPool* pool);
83
~
DynamicMessageFactory
();
85
// Call this to tell the
DynamicMessageFactory
that if it is given a
105
// prototype, so these must be destroyed before the
DynamicMessageFactory
109
// outlive the
DynamicMessageFactory
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
dynamic_message.h
70
// descriptor itself. To avoid this problem,
DynamicMessageFactory
74
class LIBPROTOBUF_EXPORT
DynamicMessageFactory
: public MessageFactory {
76
// Construct a
DynamicMessageFactory
that will search for extensions in
78
DynamicMessageFactory
();
80
// Construct a
DynamicMessageFactory
that will search for extensions in
87
DynamicMessageFactory
(const DescriptorPool* pool);
89
~
DynamicMessageFactory
();
91
// Call this to tell the
DynamicMessageFactory
that if it is given a
111
// prototype, so these must be destroyed before the
DynamicMessageFactory
115
// outlive the
DynamicMessageFactory
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
dynamic_message.h
64
// descriptor itself. To avoid this problem,
DynamicMessageFactory
68
class LIBPROTOBUF_EXPORT
DynamicMessageFactory
: public MessageFactory {
70
// Construct a
DynamicMessageFactory
that will search for extensions in
72
DynamicMessageFactory
();
74
// Construct a
DynamicMessageFactory
that will search for extensions in
81
DynamicMessageFactory
(const DescriptorPool* pool);
83
~
DynamicMessageFactory
();
85
// Call this to tell the
DynamicMessageFactory
that if it is given a
105
// prototype, so these must be destroyed before the
DynamicMessageFactory
109
// outlive the
DynamicMessageFactory
[
all
...]
Completed in 1294 milliseconds