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

<<11121314151617181920>>

  /external/chromium_org/google_apis/gcm/base/
mcs_message_unittest.cc 40 scoped_ptr<google::protobuf::MessageLite> login_copy(
58 scoped_ptr<google::protobuf::MessageLite> login_copy(
76 scoped_ptr<google::protobuf::MessageLite> login_copy(
79 login_copy.PassAs<const google::protobuf::MessageLite>());
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
38 * those generated messages do not reside in the {@code protobuf} package.
InvalidProtocolBufferException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
MessageOrBuilder.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
TestBadIdentifiers.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.h 3 // http://code.google.com/p/protobuf/
44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor_database.h>
46 #include <google/protobuf/compiler/parser.h>
49 namespace protobuf { namespace in namespace:google
301 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_pnacl.h 3 // http://code.google.com/p/protobuf/
37 namespace protobuf { namespace in namespace:google
70 } // namespace protobuf
stringprintf.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/stringprintf.h>
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/testing/googletest.h>
43 namespace protobuf { namespace in namespace:google
174 } // namespace protobuf
substitute.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/substitute.h>
34 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/stubs/stl_util.h>
38 namespace protobuf { namespace in namespace:google
133 } // namespace protobuf
atomicops_internals_x86_gcc.cc 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/atomicops.h>
64 namespace protobuf { namespace in namespace:google
132 } // namespace protobuf
atomicops_internals_x86_msvc.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/stubs/atomicops.h>
44 namespace protobuf { namespace in namespace:google
108 } // namespace protobuf
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
WireFormat.java 21 import com.google.polo.wire.protobuf.ProtobufWireAdapter;
  /external/protobuf/examples/
Makefile 25 pkg-config --cflags protobuf # fails if protobuf is not installed
26 c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
29 pkg-config --cflags protobuf # fails if protobuf is not installed
30 c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
WireFormatMicro.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
36 * do not reside in the {@code protobuf} package. Others should not use this
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
73 // Precondition: in ::google::protobuf namespace.
167 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/
importer.h 3 // http://code.google.com/p/protobuf/
44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor_database.h>
46 #include <google/protobuf/compiler/parser.h>
49 namespace protobuf { namespace in namespace:google
300 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/substitute.h>
34 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/stubs/stl_util-inl.h>
38 namespace protobuf { namespace in namespace:google
133 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.cc 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/hash.h>
37 #include <google/protobuf/compiler/javanano/javanano_message.h>
38 #include <google/protobuf/compiler/javanano/javanano_enum.h>
39 #include <google/protobuf/compiler/javanano/javanano_extension.h>
40 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
41 #include <google/protobuf/stubs/strutil.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/io/coded_stream.h>
44 #include <google/protobuf/wire_format.h
48 namespace protobuf { namespace in namespace:google
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
connection_handler_impl.h 21 // |read_callback| will be invoked with the contents of any received protobuf
40 virtual void SendMessage(const google::protobuf::MessageLite& message)
63 void Login(const google::protobuf::MessageLite& login_request);
  /external/chromium_org/sync/engine/
directory_commit_contribution.h 86 const google::protobuf::RepeatedPtrField<sync_pb::SyncEntity>& entities,
95 const google::protobuf::RepeatedPtrField<sync_pb::SyncEntity> entities_;
  /external/chromium_org/sync/test/
fake_sync_encryption_handler.h 52 const google::protobuf::RepeatedPtrField<google::protobuf::string>& keys,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.h 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
243 } // namespace protobuf
service.h 3 // http://code.google.com/p/protobuf/
64 // void Foo(google::protobuf::RpcController* controller,
104 #include <google/protobuf/stubs/common.h>
107 namespace protobuf { namespace in namespace:google
288 } // namespace protobuf
test_util_lite.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/unittest_lite.pb.h>
41 namespace protobuf { namespace in namespace:google
98 } // namespace protobuf
unknown_field_set.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/unknown_field_set.h>
37 #include <google/protobuf/stubs/common.h>
38 #include <google/protobuf/io/coded_stream.h>
39 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/io/zero_copy_stream_impl_lite.h>
41 #include <google/protobuf/wire_format_lite.h>
42 #include <google/protobuf/stubs/stl_util.h>
45 namespace protobuf { namespace in namespace:google
281 } // namespace protobuf
    [all...]

Completed in 1739 milliseconds

<<11121314151617181920>>