HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 251 - 275 of 321) sorted by null

<<111213

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
  /external/protobuf/python/google/protobuf/
reflection.py 3 # http://code.google.com/p/protobuf/
61 from google.protobuf.internal import containers
62 from google.protobuf.internal import decoder
63 from google.protobuf.internal import encoder
64 from google.protobuf.internal import message_listener as message_listener_mod
65 from google.protobuf.internal import type_checkers
66 from google.protobuf.internal import wire_format
67 from google.protobuf import descriptor as descriptor_mod
68 from google.protobuf import message as message_mod
69 from google.protobuf import text_forma
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 3 // http://code.google.com/p/protobuf/
51 #include <google/protobuf/compiler/python/python_generator.h>
52 #include <google/protobuf/descriptor.pb.h>
54 #include <google/protobuf/stubs/common.h>
55 #include <google/protobuf/io/printer.h>
56 #include <google/protobuf/descriptor.h>
57 #include <google/protobuf/io/zero_copy_stream.h>
58 #include <google/protobuf/stubs/strutil.h>
59 #include <google/protobuf/stubs/substitute.h>
62 namespace protobuf { namespace in namespace:google
    [all...]
  /external/webrtc/src/modules/audio_processing/
Android.mk 51 external/protobuf/src
145 external/protobuf/src
  /external/chromium/chrome/browser/sync/util/
cryptographer.cc 44 bool Cryptographer::Encrypt(const ::google::protobuf::MessageLite& message,
65 ::google::protobuf::MessageLite* message) const {
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 5 # http://code.google.com/p/protobuf/
33 """Test for google.protobuf.internal.wire_format."""
38 from google.protobuf import message
39 from google.protobuf.internal import wire_format
decoder.py 3 # http://code.google.com/p/protobuf/
84 from google.protobuf.internal import encoder
85 from google.protobuf.internal import wire_format
86 from google.protobuf import message
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/common.h>
41 namespace protobuf { namespace in namespace:google
454 } // namespace protobuf
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.Descriptor;
34 import com.google.protobuf.Descriptors.FieldDescriptor;
35 import com.google.protobuf.Descriptors.EnumDescriptor;
36 import com.google.protobuf.Descriptors.EnumValueDescriptor;
50 * The implementation largely follows google/protobuf/text_format.cc.
    [all...]
ByteString.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
AbstractMessage.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.Descriptor;
34 import com.google.protobuf.Descriptors.FieldDescriptor;
622 // java/com/google/protobuf/DynamicMessage.java:203: types
623 // com.google.protobuf.AbstractMessage.Builder<
624 // com.google.protobuf.DynamicMessage.Builder> and
625 // com.google.protobuf.AbstractMessage.Builder<
626 // com.google.protobuf.DynamicMessage.Builder> are incompatible; both
627 // define mergeFrom(com.google.protobuf.ByteString), but with unrelate
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/io/coded_stream_inl.h>
44 #include <google/protobuf/io/zero_copy_stream.h>
45 #include <google/protobuf/stubs/common.h>
46 #include <google/protobuf/stubs/stl_util-inl.h>
50 namespace protobuf { namespace in namespace:google
151 "in google/protobuf/io/coded_stream.h.";
484 "google/protobuf/io/coded_stream.h.";
829 } // namespace protobuf
coded_stream.h 3 // http://code.google.com/p/protobuf/
116 #include <google/protobuf/stubs/common.h>
117 #include <google/protobuf/stubs/common.h> // for GOOGLE_PREDICT_TRUE macro
121 namespace protobuf { namespace in namespace:google
191 // by the protobuf implementation.
    [all...]
coded_stream_unittest.cc 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/io/coded_stream.h>
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/testing/googletest.h>
46 #include <google/protobuf/io/zero_copy_stream_impl.h>
47 #include <google/protobuf/stubs/strutil.h>
56 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 3 // http://code.google.com/p/protobuf/
44 #include <google/protobuf/message_lite.h>
48 namespace protobuf { namespace in namespace:google
56 namespace protobuf { namespace in namespace:google
179 ((FIELD_NUMBER) << ::google::protobuf::internal::WireFormatLite::kTagTypeBits) \
488 google::protobuf::io::CodedInputStream* input,
617 } // namespace protobuf
repeated_field_unittest.cc 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/repeated_field.h>
44 #include <google/protobuf/stubs/common.h>
45 #include <google/protobuf/unittest.pb.h>
46 #include <google/protobuf/stubs/strutil.h>
47 #include <google/protobuf/testing/googletest.h>
49 #include <google/protobuf/stubs/stl_util-inl.h>
54 namespace protobuf { namespace in namespace:google
845 // google::protobuf::RepeatedFieldBackInserter,
846 // google::protobuf::AllocatedRepeatedPtrFieldBackInserte
    [all...]
wire_format_lite_inl.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/message_lite.h>
42 #include <google/protobuf/repeated_field.h>
43 #include <google/protobuf/wire_format_lite.h>
44 #include <google/protobuf/generated_message_util.h>
45 #include <google/protobuf/io/coded_stream.h>
49 namespace protobuf { namespace in namespace:google
744 } // namespace protobuf
extension_set.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/stubs/hash.h>
36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/stubs/once.h>
38 #include <google/protobuf/extension_set.h>
39 #include <google/protobuf/message_lite.h>
40 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/io/zero_copy_stream_impl.h>
42 #include <google/protobuf/wire_format_lite_inl.h>
43 #include <google/protobuf/repeated_field.h
47 namespace protobuf { namespace in namespace:google
    [all...]
generated_message_reflection.cc 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/generated_message_reflection.h>
37 #include <google/protobuf/descriptor.h>
38 #include <google/protobuf/descriptor.pb.h>
39 #include <google/protobuf/repeated_field.h>
40 #include <google/protobuf/extension_set.h>
41 #include <google/protobuf/generated_message_util.h>
42 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
88 " Method : google::protobuf::Reflection::" << method << "\n
    [all...]
descriptor.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/stubs/hash.h>
42 #include <google/protobuf/descriptor.h>
43 #include <google/protobuf/descriptor_database.h>
44 #include <google/protobuf/descriptor.pb.h>
45 #include <google/protobuf/text_format.h>
46 #include <google/protobuf/unknown_field_set.h>
47 #include <google/protobuf/wire_format.h>
48 #include <google/protobuf/io/coded_stream.h>
49 #include <google/protobuf/io/zero_copy_stream_impl.h
60 namespace protobuf { namespace in namespace:google
    [all...]
  /external/ceres-solver/docs/
build.tex 37 \item{\texttt{protobuf}~\footnote{\url{http://code.google.com/p/protobuf/}}} is an optional dependency that is used for serializing and deserializing linear least squares problems to disk. This is useful for debugging and testing. Without it, some of the tests will be disabled.
83 \item{\texttt{protobuf}}
171 \item{\texttt{protobuf}}
173 brew install protobuf
266 \item{\texttt{protobuf}}
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
48 import com.google.protobuf.UnittestLite.TestAllExtensionsLite;
49 import com.google.protobuf.UnittestLite.TestPackedExtensionsLite;
GeneratedMessageTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
48 import com.google.protobuf.UnittestLite;
49 import com.google.protobuf.UnittestLite.TestAllExtensionsLite;
TextFormatTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.FieldDescriptor;
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 13 // The debug files are dumped as protobuf blobs. For analysis, it's necessary
46 ::google::protobuf::MessageLite* msg) {

Completed in 468 milliseconds

<<111213