HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 176 - 200 of 1415) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.h 36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/descriptor.h>
38 #include <google/protobuf/message.h>
39 #include <google/protobuf/arenastring.h>
42 namespace protobuf { namespace in namespace:google
45 // Helper class used to implement google::protobuf::Any.
87 extern const char kAnyFullTypeName[]; // "google.protobuf.Any".
97 // See if message is of type google.protobuf.Any, if so, return the descriptors
104 } // namespace protobuf
source_context.pb.h 2 // source: google/protobuf/source_context.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...]
  /system/extras/simpleperf/scripts/
profile_pb2.py 6 from google.protobuf import descriptor as _descriptor
7 from google.protobuf import message as _message
8 from google.protobuf import reflection as _reflection
9 from google.protobuf import symbol_database as _symbol_database
10 from google.protobuf import descriptor_pb2
  /external/protobuf/
Makefile.am 14 # Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
49 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
58 csharp/keys/Google.Protobuf.public.snk \
69 csharp/src/Google.Protobuf.Conformance/App.config \
70 csharp/src/Google.Protobuf.Conformance/Conformance.cs \
71 csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \
72 csharp/src/Google.Protobuf.Conformance/Program.cs \
73 csharp/src/Google.Protobuf.Conformance/Properties/AssemblyInfo.cs
    [all...]
Android.mk 20 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java \
21 java/core/src/main/java/com/google/protobuf/AbstractParser.java \
22 java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java \
23 java/core/src/main/java/com/google/protobuf/ByteOutput.java \
24 java/core/src/main/java/com/google/protobuf/ByteString.java \
25 java/core/src/main/java/com/google/protobuf/BooleanArrayList.java \
26 java/core/src/main/java/com/google/protobuf/CodedInputStream.java \
27 java/core/src/main/java/com/google/protobuf/CodedOutputStream.java \
28 java/core/src/main/java/com/google/protobuf/DoubleArrayList.java \
29 java/core/src/main/java/com/google/protobuf/ExperimentalApi.java
    [all...]
  /external/protobuf/util/
Makefile.am 14 # Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
49 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
58 csharp/keys/Google.Protobuf.public.snk \
69 csharp/src/Google.Protobuf.Conformance/App.config \
70 csharp/src/Google.Protobuf.Conformance/Conformance.cs \
71 csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \
72 csharp/src/Google.Protobuf.Conformance/Program.cs \
73 csharp/src/Google.Protobuf.Conformance/Properties/AssemblyInfo.cs
    [all...]
  /external/protobuf/src/google/protobuf/
source_context.pb.h 2 // source: google/protobuf/source_context.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...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_enum_field.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
35 #include <google/protobuf/descriptor.h>
36 #include <google/protobuf/descriptor.pb.h>
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
41 #include <google/protobuf/compiler/csharp/csharp_options.h>
42 #include <google/protobuf/compiler/csharp/csharp_enum_field.h>
45 namespace protobuf { namespace in namespace:google
    [all...]
csharp_doc_comment.h 35 #include <google/protobuf/io/printer.h>
36 #include <google/protobuf/descriptor.h>
39 namespace protobuf { namespace in namespace:google
49 } // namespace protobuf
csharp_reflection_class.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
40 namespace protobuf { namespace in namespace:google
68 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
atomicops.h 59 #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/stubs/atomicops_internals_x86_gcc.h
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops.h 59 #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/stubs/atomicops_internals_x86_gcc.h
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf/0.13.2/
grpc-protobuf-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf-lite/1.0.1/
grpc-protobuf-lite-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf-lite/1.0.3/
grpc-protobuf-lite-1.0.3.jar 
  /external/nanopb-c/generator/google/protobuf/
descriptor_pb2.py 2 # source: google/protobuf/descriptor.proto
4 from google.protobuf import descriptor as _descriptor
5 from google.protobuf import message as _message
6 from google.protobuf import reflection as _reflection
13 name='google/protobuf/descriptor.proto',
14 package='google.protobuf',
15 serialized_pb='\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xcb\x03\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x19\n\x11public_dependency\x18\n \x03(\x05\x12\x17\n\x0fweak_dependency\x18\x0b \x03(\x05\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x1 (…)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_generator.cc 32 #include <google/protobuf/compiler/objectivec/objectivec_generator.h>
33 #include <google/protobuf/compiler/objectivec/objectivec_file.h>
34 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
35 #include <google/protobuf/io/printer.h>
36 #include <google/protobuf/io/zero_copy_stream.h>
37 #include <google/protobuf/stubs/strutil.h>
40 namespace protobuf { namespace in namespace:google
100 } // namespace protobuf
  /external/protobuf/src/google/protobuf/util/internal/
error_listener.h 37 #include <google/protobuf/stubs/shared_ptr.h>
42 #include <google/protobuf/stubs/callback.h>
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/stubs/logging.h>
45 #include <google/protobuf/util/internal/location_tracker.h>
46 #include <google/protobuf/stubs/stringpiece.h>
49 namespace protobuf { namespace in namespace:google
100 } // namespace protobuf
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/
protobuf-java-util-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.2/
protobuf-java-util-3.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 35 // This test insures that google/protobuf/descriptor.pb.{h,cc} match exactly
47 #include <google/protobuf/compiler/cpp/cpp_generator.h>
48 #include <google/protobuf/compiler/importer.h>
49 #include <google/protobuf/descriptor.h>
50 #include <google/protobuf/io/zero_copy_stream_impl.h>
51 #include <google/protobuf/stubs/map_util.h>
52 #include <google/protobuf/stubs/stl_util.h>
53 #include <google/protobuf/stubs/strutil.h>
54 #include <google/protobuf/stubs/substitute.h>
56 #include <google/protobuf/testing/file.h
62 namespace protobuf { namespace in namespace:google
    [all...]

Completed in 541 milliseconds

1 2 3 4 5 6 78 91011>>