HomeSort by relevance Sort by last modified time
    Searched defs:protobuf (Results 51 - 75 of 240) sorted by null

1 23 4 5 6 7 8 910

  /external/protobuf/src/google/protobuf/stubs/
map-util.h 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
116 } // namespace protobuf
once.cc 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/once.h>
45 namespace protobuf { namespace in namespace:google
87 } // namespace protobuf
once.h 3 // http://code.google.com/p/protobuf/
75 #include <google/protobuf/stubs/common.h>
82 namespace protobuf { namespace in namespace:google
98 ::google::protobuf::ProtobufOnceType NAME
120 } // namespace protobuf
stl_util-inl.h 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/common.h>
39 namespace protobuf { namespace in namespace:google
118 } // namespace protobuf
  /external/protobuf/src/google/protobuf/testing/
googletest.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/common.h>
41 namespace protobuf { namespace in namespace:google
78 // would only fetch messages at the given security level, but the protobuf
95 } // namespace protobuf
  /external/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;
RpcController.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
InvalidProtocolBufferMicroException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
MessageMicro.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
33 import com.google.protobuf.micro.CodedOutputStreamMicro;
  /external/protobuf/java/src/test/java/com/google/protobuf/
LiteTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.UnittestLite;
34 import com.google.protobuf.UnittestLite.TestAllTypesLite;
35 import com.google.protobuf.UnittestLite.TestAllExtensionsLite;
36 import com.google.protobuf.UnittestLite.TestNestedExtensionLite;
  /external/protobuf/src/google/protobuf/compiler/
code_generator.cc 3 // 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
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_extension.h>
37 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
38 #include <google/protobuf/stubs/strutil.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/descriptor.pb.h>
43 namespace protobuf { namespace in namespace:google
118 "$qualifier$ ::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n"
119 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
164 "::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n
    [all...]
cpp_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h>
38 #include <google/protobuf/compiler/cpp/cpp_string_field.h>
39 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
40 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/wire_format.h>
43 #include <google/protobuf/io/printer.h
48 namespace protobuf { namespace in namespace:google
    [all...]
cpp_field.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/descriptor.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
164 } // namespace protobuf
cpp_file.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/cpp/cpp_field.h>
44 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
cpp_generator.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_generator.h>
40 #include <google/protobuf/compiler/cpp/cpp_file.h>
41 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/io/zero_copy_stream.h>
44 #include <google/protobuf/descriptor.pb.h>
47 namespace protobuf { namespace in namespace:google
121 } // namespace protobuf
cpp_helpers.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/descriptor.pb.h>
43 namespace protobuf { namespace in namespace:google
89 // Get the C++ type name for a primitive type (e.g. "double", "::google::protobuf::int32", etc.).
153 } // namespace protobuf
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
cpp_service.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/descriptor.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
115 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/java/java_enum.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
73 " implements com.google.protobuf.ProtocolMessageEnum {\n",
78 " implements com.google.protobuf.Internal.EnumLite {\n",
133 "public static com.google.protobuf.Internal.EnumLiteMap<$classname$>\n
    [all...]
java_enum.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
81 } // namespace protobuf
java_extension.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_extension.h>
36 #include <google/protobuf/compiler/java/java_helpers.h>
37 #include <google/protobuf/stubs/strutil.h>
38 #include <google/protobuf/io/printer.h>
41 namespace protobuf { namespace in namespace:google
116 " com.google.protobuf.GeneratedMessage$lite$.GeneratedExtension<\n"
119 " com.google.protobuf.GeneratedMessage$lite$\n"
124 " com.google.protobuf.GeneratedMessage$lite$.GeneratedExtension<\n"
127 " com.google.protobuf.GeneratedMessage$lite$\n
    [all...]
java_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_field.h>
36 #include <google/protobuf/compiler/java/java_helpers.h>
37 #include <google/protobuf/compiler/java/java_primitive_field.h>
38 #include <google/protobuf/compiler/java/java_enum_field.h>
39 #include <google/protobuf/compiler/java/java_message_field.h>
40 #include <google/protobuf/stubs/common.h>
43 namespace protobuf { namespace in namespace:google
111 } // namespace protobuf
java_field.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf

Completed in 313 milliseconds

1 23 4 5 6 7 8 910