HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 76 - 100 of 894) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/protobuf/
protoc.host.darwin-x86_64.mk 30 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc \
31 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
33 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
34 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
    [all...]
protoc.host.linux-arm.mk 30 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc \
31 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
33 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
34 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
    [all...]
protoc.host.linux-arm64.mk 30 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc \
31 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
33 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
34 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
    [all...]
protoc.host.linux-mips.mk 30 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc \
31 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
33 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
34 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
    [all...]
protoc.host.linux-x86.mk 30 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc \
31 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
33 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
34 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
    [all...]
protoc.host.linux-x86_64.mk 30 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc \
31 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
33 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
34 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.cc 2 // source: google/protobuf/descriptor.proto
5 #include "google/protobuf/descriptor.pb.h"
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/once.h>
11 #include <google/protobuf/io/coded_stream.h>
12 #include <google/protobuf/wire_format_lite_inl.h>
13 #include <google/protobuf/descriptor.h>
14 #include <google/protobuf/generated_message_reflection.h>
15 #include <google/protobuf/reflection_ops.h>
16 #include <google/protobuf/wire_format.h
20 namespace protobuf { namespace in namespace:google
    [all...]
generated_message_util.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/generated_message_util.h>
40 namespace protobuf { namespace in namespace:google
58 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 2 // source: google/protobuf/compiler/plugin.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/repeated_field.h>
24 #include <google/protobuf/extension_set.h>
25 #include <google/protobuf/generated_message_reflection.h>
26 #include "google/protobuf/descriptor.pb.h"
30 namespace protobuf { namespace in namespace:google
44 class LIBPROTOC_EXPORT CodeGeneratorRequest : public ::google::protobuf::Message {
56 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
718 namespace protobuf { namespace in namespace:google
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 2 // source: google/protobuf/compiler/plugin.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/unknown_field_set.h>
27 #include "google/protobuf/descriptor.pb.h"
31 namespace protobuf { namespace in namespace:google
45 class LIBPROTOC_EXPORT CodeGeneratorRequest : public ::google::protobuf::Message
847 namespace protobuf { namespace in namespace:google
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
cpp_generator.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_generator.h>
40 #include <google/protobuf/compiler/cpp/cpp_file.h>
41 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/io/zero_copy_stream.h>
44 #include <google/protobuf/descriptor.pb.h>
47 namespace protobuf { namespace in namespace:google
123 } // namespace protobuf
cpp_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h>
38 #include <google/protobuf/compiler/cpp/cpp_string_field.h>
39 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
40 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/wire_format.h>
43 #include <google/protobuf/io/printer.h
48 namespace protobuf { namespace in namespace:google
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment_unittest.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/java/java_doc_comment.h>
38 namespace protobuf { namespace in namespace:google
65 } // namespace protobuf
java_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
java_doc_comment.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/descriptor.h>
41 namespace protobuf { namespace in namespace:google
47 namespace protobuf { namespace in namespace:google
66 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/python/python_generator.h>
38 #include <google/protobuf/compiler/command_line_interface.h>
39 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
47 namespace protobuf { namespace in namespace:google
89 google::protobuf::compiler::CommandLineInterface cli;
115 } // namespace protobuf
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
cpp_generator.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_generator.h>
40 #include <google/protobuf/compiler/cpp/cpp_file.h>
41 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/io/zero_copy_stream.h>
44 #include <google/protobuf/descriptor.pb.h>
47 namespace protobuf { namespace in namespace:google
121 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
javamicro_message.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
41 #include <google/protobuf/compiler/javamicro/javamicro_field.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
90 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/python/python_generator.h>
38 #include <google/protobuf/compiler/command_line_interface.h>
39 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
47 namespace protobuf { namespace in namespace:google
89 google::protobuf::compiler::CommandLineInterface cli;
115 } // namespace protobuf
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
connection_handler.h 16 namespace protobuf { namespace in namespace:google
18 } // namespace protobuf
30 // Handles performing the protocol handshake and sending/receiving protobuf
37 typedef base::Callback<void(scoped_ptr<google::protobuf::MessageLite>)>
61 // Send an MCS protobuf message. CanSendMessage() must be true.
62 virtual void SendMessage(const google::protobuf::MessageLite& message) = 0;

Completed in 508 milliseconds

1 2 34 5 6 7 8 91011>>