OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleDescriptorDatabase
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor_database.h
52
class
SimpleDescriptorDatabase
;
121
// If the extendee is a relative name,
SimpleDescriptorDatabase
will not
130
class LIBPROTOBUF_EXPORT
SimpleDescriptorDatabase
: public DescriptorDatabase {
132
SimpleDescriptorDatabase
();
133
~
SimpleDescriptorDatabase
();
260
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
SimpleDescriptorDatabase
);
263
// Very similar to
SimpleDescriptorDatabase
, but stores all the descriptors
267
//
SimpleDescriptorDatabase
.
301
SimpleDescriptorDatabase
::DescriptorIndex<pair<const void*, int> > index_;
descriptor_database.cc
53
bool
SimpleDescriptorDatabase
::DescriptorIndex<Value>::AddFile(
86
bool
SimpleDescriptorDatabase
::DescriptorIndex<Value>::AddSymbol(
137
bool
SimpleDescriptorDatabase
::DescriptorIndex<Value>::AddNestedExtensions(
150
bool
SimpleDescriptorDatabase
::DescriptorIndex<Value>::AddExtension(
174
Value
SimpleDescriptorDatabase
::DescriptorIndex<Value>::FindFile(
180
Value
SimpleDescriptorDatabase
::DescriptorIndex<Value>::FindSymbol(
189
Value
SimpleDescriptorDatabase
::DescriptorIndex<Value>::FindExtension(
198
bool
SimpleDescriptorDatabase
::DescriptorIndex<Value>::FindAllExtensionNumbers(
216
SimpleDescriptorDatabase
::DescriptorIndex<Value>::FindLastLessOrEqual(
227
bool
SimpleDescriptorDatabase
::DescriptorIndex<Value>::IsSubSymbol
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h
52
class
SimpleDescriptorDatabase
;
120
// If the extendee is a relative name,
SimpleDescriptorDatabase
will not
129
class LIBPROTOBUF_EXPORT
SimpleDescriptorDatabase
: public DescriptorDatabase {
131
SimpleDescriptorDatabase
();
132
~
SimpleDescriptorDatabase
();
259
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
SimpleDescriptorDatabase
);
262
// Very similar to
SimpleDescriptorDatabase
, but stores all the descriptors
266
//
SimpleDescriptorDatabase
.
300
SimpleDescriptorDatabase
::DescriptorIndex<pair<const void*, int> > index_;
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h
52
class
SimpleDescriptorDatabase
;
120
// If the extendee is a relative name,
SimpleDescriptorDatabase
will not
129
class LIBPROTOBUF_EXPORT
SimpleDescriptorDatabase
: public DescriptorDatabase {
131
SimpleDescriptorDatabase
();
132
~
SimpleDescriptorDatabase
();
259
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
SimpleDescriptorDatabase
);
262
// Very similar to
SimpleDescriptorDatabase
, but stores all the descriptors
266
//
SimpleDescriptorDatabase
.
300
SimpleDescriptorDatabase
::DescriptorIndex<pair<const void*, int> > index_;
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h
52
class
SimpleDescriptorDatabase
;
120
// If the extendee is a relative name,
SimpleDescriptorDatabase
will not
129
class LIBPROTOBUF_EXPORT
SimpleDescriptorDatabase
: public DescriptorDatabase {
131
SimpleDescriptorDatabase
();
132
~
SimpleDescriptorDatabase
();
259
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
SimpleDescriptorDatabase
);
262
// Very similar to
SimpleDescriptorDatabase
, but stores all the descriptors
266
//
SimpleDescriptorDatabase
.
300
SimpleDescriptorDatabase
::DescriptorIndex<pair<const void*, int> > index_;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h
52
class
SimpleDescriptorDatabase
;
121
// If the extendee is a relative name,
SimpleDescriptorDatabase
will not
130
class LIBPROTOBUF_EXPORT
SimpleDescriptorDatabase
: public DescriptorDatabase {
132
SimpleDescriptorDatabase
();
133
~
SimpleDescriptorDatabase
();
260
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
SimpleDescriptorDatabase
);
263
// Very similar to
SimpleDescriptorDatabase
, but stores all the descriptors
267
//
SimpleDescriptorDatabase
.
301
SimpleDescriptorDatabase
::DescriptorIndex<pair<const void*, int> > index_;
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h
52
class
SimpleDescriptorDatabase
;
120
// If the extendee is a relative name,
SimpleDescriptorDatabase
will not
129
class LIBPROTOBUF_EXPORT
SimpleDescriptorDatabase
: public DescriptorDatabase {
131
SimpleDescriptorDatabase
();
132
~
SimpleDescriptorDatabase
();
259
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
SimpleDescriptorDatabase
);
262
// Very similar to
SimpleDescriptorDatabase
, but stores all the descriptors
266
//
SimpleDescriptorDatabase
.
300
SimpleDescriptorDatabase
::DescriptorIndex<pair<const void*, int> > index_;
Completed in 244 milliseconds