OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:descriptor_database
(Results
1 - 23
of
23
) sorted by null
/external/protobuf/python/google/protobuf/internal/
descriptor_database_test.py
33
"""Tests for google.protobuf.
descriptor_database
."""
44
from google.protobuf import
descriptor_database
50
db =
descriptor_database
.DescriptorDatabase()
message_factory_test.py
45
from google.protobuf import
descriptor_database
93
db =
descriptor_database
.DescriptorDatabase()
descriptor_pool_test.py
56
from google.protobuf import
descriptor_database
263
db =
descriptor_database
.DescriptorDatabase()
/external/protobuf/python/google/protobuf/pyext/
descriptor_database.h
36
#include <google/protobuf/
descriptor_database
.h>
descriptor_database.cc
34
#include <google/protobuf/pyext/
descriptor_database
.h>
descriptor_pool.cc
38
#include <google/protobuf/pyext/
descriptor_database
.h>
/external/nanopb-c/generator/google/protobuf/
message_factory.py
35
from google.protobuf import
descriptor_database
73
_DB =
descriptor_database
.DescriptorDatabase()
descriptor_pool.py
58
from google.protobuf import
descriptor_database
77
self._internal_db =
descriptor_database
.DescriptorDatabase()
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h
45
#include <google/protobuf/
descriptor_database
.h>
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h
45
#include <google/protobuf/
descriptor_database
.h>
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h
45
#include <google/protobuf/
descriptor_database
.h>
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h
45
#include <google/protobuf/
descriptor_database
.h>
/external/protobuf/src/google/protobuf/compiler/
importer.h
45
#include <google/protobuf/
descriptor_database
.h>
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h
45
#include <google/protobuf/
descriptor_database
.h>
/external/protobuf/python/google/protobuf/
descriptor_pool.py
61
from google.protobuf import
descriptor_database
71
Due to b/13860351 in
descriptor_database
.py, types in the root namespace are
105
self._internal_db =
descriptor_database
.DescriptorDatabase()
/external/protobuf/src/google/protobuf/
descriptor_database.cc
35
#include <google/protobuf/
descriptor_database
.h>
descriptor_database_unittest.cc
43
#include <google/protobuf/
descriptor_database
.h>
map_test.cc
64
#include <google/protobuf/
descriptor_database
.h>
[
all
...]
descriptor_unittest.cc
49
#include <google/protobuf/
descriptor_database
.h>
[
all
...]
descriptor.cc
48
#include <google/protobuf/
descriptor_database
.h>
[
all
...]
/external/protobuf/
Makefile.am
[
all
...]
/external/protobuf/util/
Makefile.am
[
all
...]
/external/protobuf/src/
Makefile.am
99
google/protobuf/
descriptor_database
.h \
222
google/protobuf/
descriptor_database
.cc \
[
all
...]
Completed in 2181 milliseconds