Searched defs:ExtensionSet (Results 1 - 9 of 9) sorted by last modified time

/external/protobuf/src/google/protobuf/
H A Dextension_set.cc112 void ExtensionSet::RegisterExtension(const MessageLite* containing_type,
135 void ExtensionSet::RegisterEnumExtension(const MessageLite* containing_type,
147 void ExtensionSet::RegisterMessageExtension(const MessageLite* containing_type,
162 ExtensionSet::ExtensionSet() {} function in class:google::protobuf::internal::ExtensionSet
164 ExtensionSet::~ExtensionSet() {
172 // void ExtensionSet::AppendToList(const Descriptor* containing_type,
176 bool ExtensionSet::Has(int number) const {
183 int ExtensionSet
[all...]
H A Dextension_set.h77 // ExtensionSet::Extension small.
152 // ExtensionSet. When parsing, if a tag number is encountered which is
154 // off to the ExtensionSet for parsing. Etc.
155 class LIBPROTOBUF_EXPORT ExtensionSet { class in namespace:google::protobuf::internal
157 ExtensionSet();
158 ~ExtensionSet();
310 void MergeFrom(const ExtensionSet& other);
311 void Swap(ExtensionSet* other);
318 // methods of ExtensionSet, this only works for generated message types --
374 // extensions in memory, excluding sizeof(*this). If the ExtensionSet i
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc112 void ExtensionSet::RegisterExtension(const MessageLite* containing_type,
135 void ExtensionSet::RegisterEnumExtension(const MessageLite* containing_type,
147 void ExtensionSet::RegisterMessageExtension(const MessageLite* containing_type,
162 ExtensionSet::ExtensionSet() {} function in class:google::protobuf::internal::ExtensionSet
164 ExtensionSet::~ExtensionSet() {
172 // void ExtensionSet::AppendToList(const Descriptor* containing_type,
176 bool ExtensionSet::Has(int number) const {
183 int ExtensionSet
[all...]
H A Dextension_set.h77 // ExtensionSet::Extension small.
152 // ExtensionSet. When parsing, if a tag number is encountered which is
154 // off to the ExtensionSet for parsing. Etc.
155 class LIBPROTOBUF_EXPORT ExtensionSet { class in namespace:google::protobuf::internal
157 ExtensionSet();
158 ~ExtensionSet();
255 // Adds the given message to the ExtensionSet, taking ownership of the
324 void MergeFrom(const ExtensionSet& other);
325 void Swap(ExtensionSet* other);
338 // methods of ExtensionSet, thi
[all...]
/external/chromium_org/extensions/common/
H A Dextension_set.cc16 ExtensionSet::const_iterator::const_iterator() {}
18 ExtensionSet::const_iterator::const_iterator(const const_iterator& other)
22 ExtensionSet::const_iterator::const_iterator(ExtensionMap::const_iterator it)
26 ExtensionSet::const_iterator::~const_iterator() {}
28 ExtensionSet::ExtensionSet() { function in class:extensions::ExtensionSet
31 ExtensionSet::~ExtensionSet() {
34 size_t ExtensionSet::size() const {
38 bool ExtensionSet
[all...]
H A Dextension_set.h22 class ExtensionSet { class in namespace:extensions
29 // Iteration over the values of the map (given that it's an ExtensionSet,
64 ExtensionSet();
65 ~ExtensionSet();
84 bool InsertAll(const ExtensionSet& extensions);
138 FRIEND_TEST_ALL_PREFIXES(ExtensionSetTest, ExtensionSet);
148 DISALLOW_COPY_AND_ASSIGN(ExtensionSet);

Completed in 360 milliseconds