Searched refs:protobuf (Results 1 - 25 of 850) sorted by last modified time

1234567891011>>

/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk58 external/protobuf/src
157 external/protobuf/src
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc47 ::google::protobuf::MessageLite* msg) {
80 "When a protobuf debug file is available, specify it with -pb.\n"
175 ASSERT_LT(i, argc) << "Specify protobuf filename after -pb";
374 // If we're reading a protobuf file, ensure a simulation hasn't also
420 ASSERT_TRUE(NULL != pb_file) << "Unable to open protobuf file "
962 google::protobuf::ShutdownProtobufLibrary();
H A Dunit_test.cc214 const ::google::protobuf::MessageLite& message) {
231 ::google::protobuf::MessageLite* message) {
1008 // We don't have a file; add the required tests to the protobuf.
1254 google::protobuf::ShutdownProtobufLibrary();
H A Dunpack.cc13 // The debug files are dumped as protobuf blobs. For analysis, it's necessary
46 ::google::protobuf::MessageLite* msg) {
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py3 # http://code.google.com/p/protobuf/
63 for efficiency, and also useful inside the protobuf implementation to
86 from google.protobuf import descriptor_pb2
H A Dreflection.py3 # 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 impor
[all...]
H A Dtext_format.py3 # http://code.google.com/p/protobuf/
39 from google.protobuf.internal import type_checkers
40 from google.protobuf import descriptor
/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py3 # 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
H A Ddescriptor_test.py5 # http://code.google.com/p/protobuf/
33 """Unittest for google.protobuf.internal.descriptor."""
38 from google.protobuf import unittest_import_pb2
39 from google.protobuf import unittest_pb2
40 from google.protobuf import descriptor_pb2
41 from google.protobuf import descriptor
42 from google.protobuf import text_format
274 name: 'google/protobuf/unittest_import.proto'
302 java_package: 'com.google.protobuf.test'
H A Dencoder.py3 # http://code.google.com/p/protobuf/
70 from google.protobuf.internal import wire_format
H A Dgenerator_test.py5 # http://code.google.com/p/protobuf/
38 compiler. See //google/protobuf/reflection_test.py for a test which
45 from google.protobuf import unittest_import_pb2
46 from google.protobuf import unittest_mset_pb2
47 from google.protobuf import unittest_pb2
48 from google.protobuf import unittest_no_generic_services_pb2
206 'google/protobuf/unittest.proto')
H A Dmessage_test.py5 # http://code.google.com/p/protobuf/
47 from google.protobuf import unittest_import_pb2
48 from google.protobuf import unittest_pb2
49 from google.protobuf.internal import test_util
H A Dreflection_test.py6 # http://code.google.com/p/protobuf/
46 from google.protobuf import unittest_import_pb2
47 from google.protobuf import unittest_mset_pb2
48 from google.protobuf import unittest_pb2
49 from google.protobuf import descriptor_pb2
50 from google.protobuf import descriptor
51 from google.protobuf import message
52 from google.protobuf import reflection
53 from google.protobuf.internal import more_extensions_pb2
54 from google.protobuf
[all...]
H A Dservice_reflection_test.py5 # http://code.google.com/p/protobuf/
33 """Tests for google.protobuf.internal.service_reflection."""
38 from google.protobuf import unittest_pb2
39 from google.protobuf import service_reflection
40 from google.protobuf import service
H A Dtest_util.py3 # http://code.google.com/p/protobuf/
34 //google/protobuf/test_util.*.
41 from google.protobuf import unittest_import_pb2
42 from google.protobuf import unittest_pb2
551 # Search up the directory tree looking for the C++ protobuf source code.
554 if os.path.exists(os.path.join(path, 'src/google/protobuf')):
556 full_path = os.path.join(path, 'src/google/protobuf/testdata', filename)
562 'protobuf source package so that it can read test data files from the '
H A Dtext_format_test.py5 # http://code.google.com/p/protobuf/
33 """Test for google.protobuf.text_format."""
40 from google.protobuf import text_format
41 from google.protobuf.internal import test_util
42 from google.protobuf import unittest_pb2
43 from google.protobuf import unittest_mset_pb2
H A Dtype_checkers.py3 # http://code.google.com/p/protobuf/
48 from google.protobuf.internal import decoder
49 from google.protobuf.internal import encoder
50 from google.protobuf.internal import wire_format
51 from google.protobuf import descriptor
H A Dwire_format.py3 # http://code.google.com/p/protobuf/
36 from google.protobuf import descriptor
37 from google.protobuf import message
46 # These values must match WireType enum in google/protobuf/wire_format.h.
H A Dwire_format_test.py5 # 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
/external/protobuf/python/
H A Dsetup.py16 maintainer_email = "protobuf@googlegroups.com"
58 generate_proto("../src/google/protobuf/unittest.proto")
59 generate_proto("../src/google/protobuf/unittest_import.proto")
60 generate_proto("../src/google/protobuf/unittest_mset.proto")
61 generate_proto("../src/google/protobuf/unittest_no_generic_services.proto")
62 generate_proto("google/protobuf/internal/more_extensions.proto")
63 generate_proto("google/protobuf/internal/more_messages.proto")
66 import google.protobuf.internal.generator_test as generator_test namespace
67 import google.protobuf.internal.descriptor_test as descriptor_test namespace
68 import google.protobuf namespace
70 as service_reflection_test namespace
71 import google.protobuf.internal.text_format_test as text_format_test namespace
72 import google.protobuf.internal.wire_format_test as wire_format_test namespace
[all...]
/external/protobuf/src/
H A DMakefile.am5 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/common.h \
42 google/protobuf/stubs/once.h \
43 google/protobuf/descriptor.h \
44 google/protobuf/descriptor.pb.h \
45 google/protobuf/descriptor_database.h \
46 google/protobuf/dynamic_messag
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/stubs/common.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
74 } // namespace protobuf
H A Dcode_generator.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
47 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
H A Dcommand_line_interface.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/command_line_interface.h>
51 #include <google/protobuf/compiler/importer.h>
52 #include <google/protobuf/compiler/code_generator.h>
53 #include <google/protobuf/compiler/plugin.pb.h>
54 #include <google/protobuf/compiler/subprocess.h>
55 #include <google/protobuf/compiler/zip_writer.h>
56 #include <google/protobuf/descriptor.h>
57 #include <google/protobuf/text_format.h>
58 #include <google/protobuf/dynamic_messag
70 namespace protobuf { namespace in namespace:google
[all...]
H A Dcommand_line_interface.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
49 namespace protobuf { namespace in namespace:google
71 // google::protobuf::compiler::CommandLineInterface cli;
74 // google::protobuf::compiler::cpp::CppGenerator cpp_generator;
315 } // namespace protobuf

Completed in 1233 milliseconds

1234567891011>>