HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 1 - 25 of 886) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/
package_info.h 35 // This file exists solely to document the google::protobuf namespace.
63 namespace protobuf {} namespace in namespace:google
service.cc 35 #include <google/protobuf/service.h>
38 namespace protobuf { namespace in namespace:google
44 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/
package_info.h 35 // This file exists solely to document the google::protobuf::compiler namespace.
41 namespace protobuf { namespace in namespace:google
63 } // namespace protobuf
test_plugin.cc 38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
40 #include <google/protobuf/stubs/strutil.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
plugin.h 39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
60 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
  /external/protobuf/src/google/protobuf/io/
package_info.h 35 // This file exists solely to document the google::protobuf::io namespace.
41 namespace protobuf { namespace in namespace:google
53 } // namespace protobuf
strtod.h 39 namespace protobuf { namespace in namespace:google
47 } // namespace protobuf
  /external/libchrome/third_party/protobuf/src/google/protobuf/
message_lite.h 1 #include <google/protobuf/message_lite.h>
  /external/protobuf/src/google/protobuf/stubs/
hash.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/hash.h>
36 namespace protobuf { namespace in namespace:google
40 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.h 31 // This header declares the namespace google::protobuf::protobuf_unittest in order to expose
37 // name with "::", in case the namespace google::protobuf::foo exists. We intentionally
38 // trigger that case here by declaring google::protobuf::protobuf_unittest.
46 namespace protobuf { namespace in namespace:google
48 } // namespace protobuf
cpp_options.h 38 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
54 } // namespace protobuf
  /external/webrtc/tools/ubsan/
vptr_blacklist.txt 19 src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
20 src:*/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
21 src:*/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_enum_util.h 34 #include <google/protobuf/stubs/template_util.h>
37 namespace protobuf { namespace in namespace:google
41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {};
43 } // namespace protobuf
timestamp.pb.h 2 // source: google/protobuf/timestamp.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/unknown_field_set.h
33 namespace protobuf { namespace in namespace:google
    [all...]
struct.pb.h 2 // source: google/protobuf/struct.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/map.h
36 namespace protobuf { namespace in namespace:google
755 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/editors/
protobuf-mode.el 0 ;;; protobuf-mode.el --- major mode for editing protocol buffers.
6 ;; Keywords: google protobuf languages
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
39 ;; (require 'protobuf-mode)
42 ;; you want to add customizations specific to protobuf-mode, you can use the
43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
46 ;; (defconst my-protobuf-style
50 ;; (add-hook 'protobuf-mode-hook
51 ;; (lambda () (c-add-style "my-style" my-protobuf-style t)))
75 (put 'protobuf-mode 'c-mode-prefix "protobuf-")
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
non_sdk_imports.py 13 from google.protobuf import descriptor
19 from google.protobuf import descriptor_pb2
20 from google.protobuf import message
21 from google.protobuf import reflection
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageLiteOrBuilder.java 31 package com.google.protobuf;
RpcCallback.java 31 package com.google.protobuf;
  /external/protobuf/java/src/test/java/com/google/protobuf/
ForceFieldBuildersPreRun.java 31 package com.google.protobuf;
  /external/protobuf/src/
Makefile.am 5 GZHEADERS = google/protobuf/io/gzip_stream.h
6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh
27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
28 google/protobuf/compiler/plugin.proto
41 google/protobuf/stubs/atomicops.h \
42 google/protobuf/stubs/atomicops_internals_arm_gcc.h \
43 google/protobuf/stubs/atomicops_internals_arm64_gcc.h \
44 google/protobuf/stubs/atomicops_internals_arm_qnx.h \
45 google/protobuf/stubs/atomicops_internals_atomicword_compat.h \
46 google/protobuf/stubs/atomicops_internals_generic_gcc.h
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
type_resolver.h 36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/stubs/status.h>
41 namespace protobuf { namespace in namespace:google
44 } // namespace protobuf
47 namespace protobuf { namespace in namespace:google
61 const string& type_url, google::protobuf::Type* message_type) = 0;
65 google::protobuf::Enum* enum_type) = 0;
72 } // namespace protobuf
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.h 3 // http://code.google.com/p/protobuf/
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
60 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.h 3 // http://code.google.com/p/protobuf/
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
60 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.h 3 // http://code.google.com/p/protobuf/
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
60 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf

Completed in 782 milliseconds

1 2 3 4 5 6 7 8 91011>>