OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileDescriptorProto
(Results
51 - 60
of
60
) sorted by null
1
2
3
/external/protobuf/src/google/protobuf/compiler/
parser.cc
306
bool Parser::Parse(io::Tokenizer* input,
FileDescriptorProto
* file) {
366
bool Parser::ParseTopLevelStatement(
FileDescriptorProto
* file) {
1056
bool Parser::ParsePackage(
FileDescriptorProto
* file) {
[
all
...]
command_line_interface.cc
668
FileDescriptorProto
file;
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc
411
//
FileDescriptorProto
for this .proto file to the global DescriptorPool for
564
// Embed the descriptor. We simply serialize the entire
FileDescriptorProto
567
FileDescriptorProto
file_proto;
cpp_unittest.cc
120
FileDescriptorProto
generated_decsriptor_proto, parsed_descriptor_proto;
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc
381
//
FileDescriptorProto
for this .proto file to the global DescriptorPool
526
// Embed the descriptor. We simply serialize the entire
FileDescriptorProto
529
FileDescriptorProto
file_proto;
cpp_unittest.cc
116
FileDescriptorProto
generated_decsriptor_proto, parsed_descriptor_proto;
[
all
...]
/external/protobuf/src/google/protobuf/
extension_set_unittest.cc
488
FileDescriptorProto
dynamic_proto;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
265
FileDescriptorProto
fdp;
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc
568
FileDescriptorProto
dynamic_proto;
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
250
FileDescriptorProto
fdp;
[
all
...]
Completed in 311 milliseconds
1
2
3