Searched defs:protobuf (Results 126 - 150 of 711) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/
H A Dproto3_lite_unittest.cc34 #include <google/protobuf/stubs/shared_ptr.h>
38 #include <google/protobuf/test_util.h>
39 #include <google/protobuf/unittest.pb.h>
40 #include <google/protobuf/unittest_proto3_lite.pb.h>
41 #include <google/protobuf/arena.h>
42 #include <google/protobuf/testing/googletest.h>
48 namespace protobuf { namespace in namespace:google
144 } // namespace protobuf
H A Dservice.cc35 #include <google/protobuf/service.h>
38 namespace protobuf { namespace in namespace:google
44 } // namespace protobuf
H A Dservice.h64 // void Foo(google::protobuf::RpcController* controller,
104 #include <google/protobuf/stubs/common.h>
105 #include <google/protobuf/stubs/callback.h>
108 namespace protobuf { namespace in namespace:google
289 } // namespace protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Datomicops.h59 #include <google/protobuf/stubs/common.h>
60 #include <google/protobuf/stubs/platform_macros.h>
63 namespace protobuf { namespace in namespace:google
171 } // namespace protobuf
180 #include <google/protobuf/stubs/atomicops_internals_tsan.h>
184 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h>
191 #include <google/protobuf/stubs/atomicops_internals_solaris.h>
195 #include <google/protobuf/stubs/atomicops_internals_power.h>
199 #include <google/protobuf/stubs/atomicops_internals_macosx.h>
204 #include <google/protobuf/stub
[all...]
H A Dmacros.h34 #include <google/protobuf/stubs/port.h>
37 namespace protobuf { namespace in namespace:google
120 ::google::protobuf::internal::CompileAssert<(bool(expr))> \
165 } // namespace protobuf
H A Dsingleton.h33 #include <google/protobuf/stubs/atomicops.h>
34 #include <google/protobuf/stubs/common.h>
35 #include <google/protobuf/stubs/once.h>
38 namespace protobuf { namespace in namespace:google
65 } // namespace protobuf
H A Dstringprintf_unittest.cc33 #include <google/protobuf/stubs/stringprintf.h>
38 #include <google/protobuf/testing/googletest.h>
42 namespace protobuf { namespace in namespace:google
151 } // namespace protobuf
H A Dtemplate_util_unittest.cc38 #include <google/protobuf/stubs/template_util.h>
40 #include <google/protobuf/testing/googletest.h>
43 namespace GOOGLE_NAMESPACE = google::protobuf::internal;
46 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
/external/protobuf/src/google/protobuf/testing/
H A Dfile.h37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
97 } // namespace protobuf
H A Dgoogletest.h39 #include <google/protobuf/stubs/common.h>
47 namespace protobuf { namespace in namespace:google
99 } // namespace protobuf
/external/protobuf/src/google/protobuf/util/internal/
H A Dlocation_tracker.h36 #include <google/protobuf/stubs/common.h>
39 namespace protobuf { namespace in namespace:google
62 } // namespace protobuf
H A Dmock_error_listener.h34 #include <google/protobuf/stubs/stringpiece.h>
35 #include <google/protobuf/util/internal/error_listener.h>
36 #include <google/protobuf/util/internal/location_tracker.h>
40 namespace protobuf { namespace in namespace:google
60 } // namespace protobuf
H A Dobject_location_tracker.h36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/util/internal/location_tracker.h>
40 namespace protobuf { namespace in namespace:google
61 } // namespace protobuf
H A Dobject_source.h34 #include <google/protobuf/stubs/common.h>
35 #include <google/protobuf/stubs/stringpiece.h>
36 #include <google/protobuf/stubs/status.h>
39 namespace protobuf { namespace in namespace:google
48 // example, a character stream, or protobuf.
76 } // namespace protobuf
H A Dobject_writer.cc31 #include <google/protobuf/util/internal/object_writer.h>
33 #include <google/protobuf/util/internal/datapiece.h>
36 namespace protobuf { namespace in namespace:google
91 } // namespace protobuf
H A Dtype_info.h34 #include <google/protobuf/stubs/common.h>
35 #include <google/protobuf/type.pb.h>
36 #include <google/protobuf/util/type_resolver.h>
37 #include <google/protobuf/stubs/stringpiece.h>
38 #include <google/protobuf/stubs/status.h>
39 #include <google/protobuf/stubs/statusor.h>
42 namespace protobuf { namespace in namespace:google
57 virtual util::StatusOr<const google::protobuf::Type*> ResolveTypeUrl(
64 virtual const google::protobuf::Type* GetTypeByTypeUrl(
71 virtual const google::protobuf
[all...]
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.h22 #include "polo/wire/protobuf/polo.pb.h"
26 namespace protobuf { namespace in namespace:polo::wire
91 // the serialized string representation of a protobuf message of the given
99 // Parses a received protobuf message.
102 // Parses a configuration message from a serialized protobuf string.
105 // Parses a configuration ack message from a serialized protobuf string.
108 // Parses an options messages from a serialized protobuf string.
111 // Parses a pairing request message from a serialized protobuf string.
114 // Parses a pairing request ack message from a serialized protobuf string.
117 // Parses a secret message from a serialized protobuf strin
[all...]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBlockingService.java31 package com.google.protobuf;
H A DParser.java31 package com.google.protobuf;
48 // NB(jh): Other parts of the protobuf API that parse messages distinguish between an I/O problem
H A DProtobufArrayList.java31 package com.google.protobuf;
33 import com.google.protobuf.Internal.ProtobufList;
H A DRpcController.java31 package com.google.protobuf;
H A DRpcUtil.java31 package com.google.protobuf;
H A DService.java31 package com.google.protobuf;
H A DTextFormatEscaper.java31 package com.google.protobuf;
H A DTextFormatParseLocation.java31 package com.google.protobuf;

Completed in 348 milliseconds

1234567891011>>