OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filedescriptorproto
(Results
1 - 25
of
74
) sorted by null
1
2
3
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database_unittest.cc
55
FileDescriptorProto
file_proto;
60
static void ExpectContainsType(const
FileDescriptorProto
& proto,
86
virtual bool AddToDatabase(const
FileDescriptorProto
& file) = 0;
104
virtual bool AddToDatabase(const
FileDescriptorProto
& file) {
124
virtual bool AddToDatabase(const
FileDescriptorProto
& file) {
147
virtual bool AddToDatabase(const
FileDescriptorProto
& file) {
167
FileDescriptorProto
file_proto;
173
FileDescriptorProto
file_proto;
191
FileDescriptorProto
file;
198
FileDescriptorProto
file
[
all
...]
descriptor_database.h
73
FileDescriptorProto
* output) = 0;
79
FileDescriptorProto
* output) = 0;
87
FileDescriptorProto
* output) = 0;
134
// Adds the
FileDescriptorProto
to the database, making a copy. The object
138
bool Add(const
FileDescriptorProto
& file);
140
// Adds the
FileDescriptorProto
to the database and takes ownership of it.
141
bool AddAndOwn(const
FileDescriptorProto
* file);
145
FileDescriptorProto
* output);
147
FileDescriptorProto
* output);
150
FileDescriptorProto
* output)
[
all
...]
descriptor_database.cc
54
const
FileDescriptorProto
& file,
256
bool SimpleDescriptorDatabase::Add(const
FileDescriptorProto
& file) {
257
FileDescriptorProto
* new_file = new
FileDescriptorProto
;
262
bool SimpleDescriptorDatabase::AddAndOwn(const
FileDescriptorProto
* file) {
269
FileDescriptorProto
* output) {
275
FileDescriptorProto
* output) {
282
FileDescriptorProto
* output) {
292
bool SimpleDescriptorDatabase::MaybeCopy(const
FileDescriptorProto
* file,
293
FileDescriptorProto
* output)
[
all
...]
dynamic_message_unittest.cc
74
FileDescriptorProto
unittest_file;
75
FileDescriptorProto
unittest_import_file;
76
FileDescriptorProto
unittest_import_public_file;
descriptor.pb.h
39
class
FileDescriptorProto
;
210
// repeated .google.protobuf.
FileDescriptorProto
file = 1;
214
inline const ::google::protobuf::
FileDescriptorProto
& file(int index) const;
215
inline ::google::protobuf::
FileDescriptorProto
* mutable_file(int index);
216
inline ::google::protobuf::
FileDescriptorProto
* add_file();
217
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
>&
219
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
>*
227
::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
> file_;
241
class LIBPROTOBUF_EXPORT
FileDescriptorProto
: public ::google::protobuf::Message {
243
FileDescriptorProto
();
[
all
...]
descriptor_unittest.cc
62
DescriptorProto* AddMessage(
FileDescriptorProto
* file, const string& name) {
74
EnumDescriptorProto* AddEnum(
FileDescriptorProto
* file, const string& name) {
87
ServiceDescriptorProto* AddService(
FileDescriptorProto
* file,
106
FieldDescriptorProto* AddExtension(
FileDescriptorProto
* file,
163
void AddEmptyEnum(
FileDescriptorProto
* file, const string& name) {
192
FileDescriptorProto
foo_file;
201
FileDescriptorProto
bar_file;
212
FileDescriptorProto
baz_file;
354
FileDescriptorProto
file;
400
FileDescriptorProto
foo_file
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc
55
FileDescriptorProto
file_proto;
60
static void ExpectContainsType(const
FileDescriptorProto
& proto,
86
virtual bool AddToDatabase(const
FileDescriptorProto
& file) = 0;
104
virtual bool AddToDatabase(const
FileDescriptorProto
& file) {
124
virtual bool AddToDatabase(const
FileDescriptorProto
& file) {
147
virtual bool AddToDatabase(const
FileDescriptorProto
& file) {
167
FileDescriptorProto
file_proto;
173
FileDescriptorProto
file_proto;
191
FileDescriptorProto
file;
198
FileDescriptorProto
file
[
all
...]
descriptor_database.h
72
FileDescriptorProto
* output) = 0;
78
FileDescriptorProto
* output) = 0;
86
FileDescriptorProto
* output) = 0;
133
// Adds the
FileDescriptorProto
to the database, making a copy. The object
137
bool Add(const
FileDescriptorProto
& file);
139
// Adds the
FileDescriptorProto
to the database and takes ownership of it.
140
bool AddAndOwn(const
FileDescriptorProto
* file);
144
FileDescriptorProto
* output);
146
FileDescriptorProto
* output);
149
FileDescriptorProto
* output)
[
all
...]
descriptor_database.cc
54
const
FileDescriptorProto
& file,
256
bool SimpleDescriptorDatabase::Add(const
FileDescriptorProto
& file) {
257
FileDescriptorProto
* new_file = new
FileDescriptorProto
;
262
bool SimpleDescriptorDatabase::AddAndOwn(const
FileDescriptorProto
* file) {
269
FileDescriptorProto
* output) {
275
FileDescriptorProto
* output) {
282
FileDescriptorProto
* output) {
292
bool SimpleDescriptorDatabase::MaybeCopy(const
FileDescriptorProto
* file,
293
FileDescriptorProto
* output)
[
all
...]
descriptor.pb.h
37
class
FileDescriptorProto
;
206
// repeated .google.protobuf.
FileDescriptorProto
file = 1;
210
inline const ::google::protobuf::
FileDescriptorProto
& file(int index) const;
211
inline ::google::protobuf::
FileDescriptorProto
* mutable_file(int index);
212
inline ::google::protobuf::
FileDescriptorProto
* add_file();
213
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
>&
215
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
>*
223
::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
> file_;
246
class LIBPROTOBUF_EXPORT
FileDescriptorProto
: public ::google::protobuf::Message {
248
FileDescriptorProto
();
[
all
...]
descriptor_unittest.cc
60
DescriptorProto* AddMessage(
FileDescriptorProto
* file, const string& name) {
72
EnumDescriptorProto* AddEnum(
FileDescriptorProto
* file, const string& name) {
85
ServiceDescriptorProto* AddService(
FileDescriptorProto
* file,
104
FieldDescriptorProto* AddExtension(
FileDescriptorProto
* file,
161
void AddEmptyEnum(
FileDescriptorProto
* file, const string& name) {
190
FileDescriptorProto
foo_file;
199
FileDescriptorProto
bar_file;
210
FileDescriptorProto
baz_file;
352
FileDescriptorProto
file;
398
FileDescriptorProto
foo_file
[
all
...]
dynamic_message_unittest.cc
74
FileDescriptorProto
unittest_file;
75
FileDescriptorProto
unittest_import_file;
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java
37
import com.google.protobuf.DescriptorProtos.
FileDescriptorProto
;
437
FileDescriptorProto
fileDescriptorProto
=
FileDescriptorProto
.newBuilder()
451
Descriptors.FileDescriptor.buildFrom(
fileDescriptorProto
,
469
FileDescriptorProto
fileDescriptorProto
=
FileDescriptorProto
.newBuilder()
492
Descriptors.FileDescriptor.buildFrom(
fileDescriptorProto
,
515
FileDescriptorProto
fooProto = FileDescriptorProto.newBuilder(
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
plugin.pb.h
124
// repeated .google.protobuf.
FileDescriptorProto
proto_file = 15;
128
inline const ::google::protobuf::
FileDescriptorProto
& proto_file(int index) const;
129
inline ::google::protobuf::
FileDescriptorProto
* mutable_proto_file(int index);
130
inline ::google::protobuf::
FileDescriptorProto
* add_proto_file();
131
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
>&
133
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
>*
144
::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
> proto_file_;
483
// repeated .google.protobuf.
FileDescriptorProto
proto_file = 15;
490
inline const ::google::protobuf::
FileDescriptorProto
& CodeGeneratorRequest::proto_file(int index) const {
493
inline ::google::protobuf::
FileDescriptorProto
* CodeGeneratorRequest::mutable_proto_file(int index)
[
all
...]
parser.h
63
// to a
FileDescriptorProto
. It does not resolve import directives or perform
71
// Parse the entire input and construct a
FileDescriptorProto
representing
73
bool Parse(io::Tokenizer* input,
FileDescriptorProto
* file);
110
// you may pass a NULL
FileDescriptorProto
to Parse().
213
bool ParseTopLevelStatement(
FileDescriptorProto
* file);
219
bool ParsePackage(
FileDescriptorProto
* file);
importer.h
99
bool FindFileByName(const string& filename,
FileDescriptorProto
* output);
101
FileDescriptorProto
* output);
104
FileDescriptorProto
* output);
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_database_test.py
47
file_desc_proto = descriptor_pb2.
FileDescriptorProto
.FromString(
message_factory_test.py
49
self.factory_test1_fd = descriptor_pb2.
FileDescriptorProto
.FromString(
51
self.factory_test2_fd = descriptor_pb2.
FileDescriptorProto
.FromString(
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h
63
// to a
FileDescriptorProto
. It does not resolve import directives or perform
71
// Parse the entire input and construct a
FileDescriptorProto
representing
73
bool Parse(io::Tokenizer* input,
FileDescriptorProto
* file);
78
//
FileDescriptorProto
.
113
// you may pass a NULL
FileDescriptorProto
to Parse().
282
bool ParseTopLevelStatement(
FileDescriptorProto
* file,
292
bool ParsePackage(
FileDescriptorProto
* file,
326
// either a
FileDescriptorProto
or a DescriptorProto, we must pass in the
440
// This is semi-obsolete:
FileDescriptorProto
.source_code_info now contains
parser.cc
411
bool Parser::Parse(io::Tokenizer* input,
FileDescriptorProto
* file) {
418
// SourceCodeInfo on the stack, then swap it into the
FileDescriptorProto
484
bool Parser::ParseTopLevelStatement(
FileDescriptorProto
* file,
491
FileDescriptorProto
::kMessageTypeFieldNumber, file->message_type_size());
495
FileDescriptorProto
::kEnumTypeFieldNumber, file->enum_type_size());
499
FileDescriptorProto
::kServiceFieldNumber, file->service_size());
503
FileDescriptorProto
::kExtensionFieldNumber);
507
FileDescriptorProto
::kMessageTypeFieldNumber,
518
FileDescriptorProto
::kOptionsFieldNumber);
[
all
...]
plugin.pb.h
127
// repeated .google.protobuf.
FileDescriptorProto
proto_file = 15;
131
inline const ::google::protobuf::
FileDescriptorProto
& proto_file(int index) const;
132
inline ::google::protobuf::
FileDescriptorProto
* mutable_proto_file(int index);
133
inline ::google::protobuf::
FileDescriptorProto
* add_proto_file();
134
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
>&
136
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
>*
148
::google::protobuf::RepeatedPtrField< ::google::protobuf::
FileDescriptorProto
> proto_file_;
500
// repeated .google.protobuf.
FileDescriptorProto
proto_file = 15;
507
inline const ::google::protobuf::
FileDescriptorProto
& CodeGeneratorRequest::proto_file(int index) const {
510
inline ::google::protobuf::
FileDescriptorProto
* CodeGeneratorRequest::mutable_proto_file(int index)
[
all
...]
importer.h
99
bool FindFileByName(const string& filename,
FileDescriptorProto
* output);
101
FileDescriptorProto
* output);
104
FileDescriptorProto
* output);
/external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor_database.py
44
"""Adds the
FileDescriptorProto
and its types to this database.
47
file_desc_proto: The
FileDescriptorProto
to add.
/external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java
35
import com.google.protobuf.DescriptorProtos.
FileDescriptorProto
;
433
FileDescriptorProto
fileDescriptorProto
=
FileDescriptorProto
.newBuilder()
447
Descriptors.FileDescriptor.buildFrom(
fileDescriptorProto
,
/external/chromium_org/third_party/protobuf/
descriptor_pb2.py
12
serialized_pb='\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.
FileDescriptorProto
\"\xdc\x02\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12\x38\n\x07service\x18\x06 \x03(\x0b\x32\'.google.protobuf.ServiceDescriptorProto\x12\x38\n\textension\x18\x07 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12-\n\x07options\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.FileOptions\"\xa9\x03\n\x0f\x44\x65scriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x05\x66ield\x18\x02 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x38\n\textension\x18\x06 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x35\n\x0bnested_type\x18\x03 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x04 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12H\n\x0f\x65xtension_range\x18\x05 \x03(\x0b\x32/.google.protobuf.DescriptorProto.ExtensionRange\x12\x30\n\x07options\x18\x07 \x01(\x0b\x32\x1f.google.protobuf.MessageOptions\x1a,\n\x0e\x45xtensionRange\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\"\x94\x05\n\x14\x46ieldDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x03 \x01(\x05\x12:\n\x05label\x18\x04 \x01(\x0e\x32+.google.protobuf.FieldDescriptorProto.Label\x12\x38\n\x04type\x18\x05 \x01(\x0e\x32*.google.protobuf.FieldDescriptorProto.Type\x12\x11\n\ttype_name\x18\x06 \x01(\t\x12\x10\n\x08\x65xtendee\x18\x02 \x01(\t\x12\x15\n\rdefault_value\x18\x07 \x01(\t\x12.\n\x07options\x18\x08 \x01(\x0b\x32\x1d.google.protobuf.FieldOptions\"\xb6\x02\n\x04Type\x12\x0f\n\x0bTYPE_DOUBLE\x10\x01\x12\x0e\n\nTYPE_FLOAT\x10\x02\x12\x0e\n\nTYPE_INT64\x10\x03\x12\x0f\n\x0bTYPE_UINT64\x10\x04\x12\x0e\n\nTYPE_INT32\x10\x05\x12\x10\n\x0cTYPE_FIXED64\x10\x06\x12\x10\n\x0cTYPE_FIXED32\x10\x07\x12\r\n\tTYPE_BOOL\x10\x08\x12\x0f\n\x0bTYPE_STRING\x10\t\x12\x0e\n\nTYPE_GROUP\x10\n\x12\x10\n\x0cTYPE_MESSAGE\x10\x0b\x12\x0e\n\nTYPE_BYTES\x10\x0c\x12\x0f\n\x0bTYPE_UINT32\x10\r\x12\r\n\tTYPE_ENUM\x10\x0e\x12\x11\n\rTYPE_SFIXED32\x10\x0f\x12\x11\n\rTYPE_SFIXED64\x10\x10\x12\x0f\n\x0bTYPE_SINT32\x10\x11\x12\x0f\n\x0bTYPE_SINT64\x10\x12\"C\n\x05Label\x12\x12\n\x0eLABEL_OPTIONAL\x10\x01\x12\x12\n\x0eLABEL_REQUIRED\x10\x02\x12\x12\n\x0eLABEL_REPEATED\x10\x03\"\x8c\x01\n\x13\x45numDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x03(\x0b\x32).google.protobuf.EnumValueDescriptorProto\x12-\n\x07options\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.EnumOptions\"l\n\x18\x45numValueDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x02 \x01(\x05\x12\x32\n\x07options\x18\x03 \x01(\x0b\x32!.google.protobuf.EnumValueOptions\"\x90\x01\n\x16ServiceDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x06method\x18\x02 \x03(\x0b\x32&.google.protobuf.MethodDescriptorProto\x12\x30\n\x07options\x18\x03 \x01(\x0b\x32\x1f.google.protobuf.ServiceOptions\"\x7f\n\x15MethodDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ninput_type\x18\x02 \x01(\t\x12\x13\n\x0boutput_type\x18\x03 \x01(\t\x12/\n\x07options\x18\x04 \x01(\x0b\x32\x1e.google.protobuf.MethodOptions\"\xa4\x03\n\x0b\x46ileOptions\x12\x14\n\x0cjava_package\x18\x01 \x01(\t\x12\x1c\n\x14java_outer_classname\x18\x08 \x01(\t\x12\"\n\x13java_multiple_files\x18\n \x01(\x08:\x05\x66\x61lse\x12\x46\n\x0coptimize_for\x18\t \x01(\x0e\x32).google.protobuf.FileOptions.OptimizeMode:\x05SPEED\x12!\n\x13\x63\x63_generic_services\x18\x10 \x01(\x08:\x04true\x12#\n\x15java_generic_services\x18\x11 \x01(\x08:\x04true\x12!\n\x13py_generic_services\x18\x12 \x01(\x08:\x04true\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\":\n\x0cOptimizeMode\x12\t\n\x05SPEED\x10\x01\x12\r\n\tCODE_SIZE\x10\x02\x12\x10\n\x0cLITE_RUNTIME\x10\x03*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\xb8\x01\n\x0eMessageOptions\x12&\n\x17message_set_wire_format\x18\x01 \x01(\x08:\x05\x66\x61lse\x12.\n\x1fno_standard_descriptor_accessor\x18\x02 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x94\x02\n\x0c\x46ieldOptions\x12:\n\x05\x63type\x18\x01 \x01(\x0e\x32#.google.protobuf.FieldOptions.CType:\x06STRING\x12\x0e\n\x06packed\x18\x02 \x01(\x08\x12\x19\n\ndeprecated\x18\x03 \x01(\x08:\x05\x66\x61lse\x12\x1c\n\x14\x65xperimental_map_key\x18\t \x01(\t\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\"/\n\x05\x43Type\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x43ORD\x10\x01\x12\x10\n\x0cSTRING_PIECE\x10\x02*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"]\n\x0b\x45numOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"b\n\x10\x45numValueOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"`\n\x0eServiceOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"_\n\rMethodOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x85\x02\n\x13UninterpretedOption\x12;\n\x04name\x18\x02 \x03(\x0b\x32-.google.protobuf.UninterpretedOption.NamePart\x12\x18\n\x10identifier_value\x18\x03 \x01(\t\x12\x1a\n\x12positive_int_value\x18\x04 \x01(\x04\x12\x1a\n\x12negative_int_value\x18\x05 \x01(\x03\x12\x14\n\x0c\x64ouble_value\x18\x06 \x01(\x01\x12\x14\n\x0cstring_value\x18\x07 \x01(\x0c\x1a\x33\n\x08NamePart\x12\x11\n\tname_part\x18\x01 \x02(\t\x12\x14\n\x0cis_extension\x18\x02 \x02(\x08\x42)\n\x13\x63om.google.protobufB\x10\x44\x65scriptorProtosH\x01')
206
name='
FileDescriptorProto
',
207
full_name='google.protobuf.
FileDescriptorProto
',
213
name='name', full_name='google.protobuf.
FileDescriptorProto
.name', index=0,
220
name='package', full_name='google.protobuf.
FileDescriptorProto
.package', index=1,
227
name='dependency', full_name='google.protobuf.
FileDescriptorProto
.dependency', index=2,
234
name='message_type', full_name='google.protobuf.
FileDescriptorProto
.message_type', index=3,
241
name='enum_type', full_name='google.protobuf.
FileDescriptorProto
.enum_type', index=4,
248
name='service', full_name='google.protobuf.
FileDescriptorProto
.service', index=5,
255
name='extension', full_name='google.protobuf.
FileDescriptorProto
.extension', index=6
[
all
...]
Completed in 4091 milliseconds
1
2
3