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

1 2 3 4 5 6 7 8 910

  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
134 * out of the protobuf library as it is not protected from mutation.
GeneratedMessage.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.EnumValueDescriptor;
35 import com.google.protobuf.Descriptors.FieldDescriptor;
    [all...]
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...]
Descriptors.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.DescriptorProtos.*;
51 * {@code google/protobuf/descriptor.proto}.
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.DescriptorProtos.DescriptorProto;
34 import com.google.protobuf.DescriptorProtos.FieldDescriptorProto;
35 import com.google.protobuf.DescriptorProtos.FileDescriptorProto;
36 import com.google.protobuf.Descriptors.DescriptorValidationException;
37 import com.google.protobuf.Descriptors.FileDescriptor;
38 import com.google.protobuf.Descriptors.Descriptor;
39 import com.google.protobuf.Descriptors.FieldDescriptor;
40 import com.google.protobuf.Descriptors.EnumDescriptor
    [all...]
TestUtil.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
34 import com.google.protobuf.UnittestLite;
127 import static com.google.protobuf.UnittestLite.defaultInt32ExtensionLite;
128 import static com.google.protobuf.UnittestLite.defaultInt64ExtensionLite;
129 import static com.google.protobuf.UnittestLite.defaultUint32ExtensionLite;
130 import static com.google.protobuf.UnittestLite.defaultUint64ExtensionLite;
131 import static com.google.protobuf.UnittestLite.defaultSint32ExtensionLite;
132 import static com.google.protobuf.UnittestLite.defaultSint64ExtensionLite;
133 import static com.google.protobuf.UnittestLite.defaultFixed32ExtensionLite
    [all...]
MicroTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.micro.MicroOuterClass;
34 import com.google.protobuf.micro.MicroOuterClass.TestAllTypesMicro;
35 import com.google.protobuf.micro.RecursiveMessageMicro;
36 import com.google.protobuf.micro.SimpleMessageMicro;
37 import com.google.protobuf.micro.StringUtf8;
38 import com.google.protobuf.micro.UnittestImportMicro;
39 import com.google.protobuf.micro.ByteStringMicro;
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 3 // http://code.google.com/p/protobuf/
59 #include <google/protobuf/stubs/common.h>
63 namespace protobuf { namespace in namespace:google
134 // google/protobuf/descriptor.proto, and any available extensions of that
375 // field names should be lowercased anyway according to the protobuf style
466 // in google/protobuf/descriptor.proto, and any available extensions of that
576 // options are defined by EnumOptions in google/protobuf/descriptor.proto,
632 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
633 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
643 // google/protobuf/descriptor.proto, and any available extensions of tha
    [all...]
descriptor_unittest.cc 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/descriptor_database.h>
41 #include <google/protobuf/dynamic_message.h>
42 #include <google/protobuf/descriptor.pb.h>
43 #include <google/protobuf/text_format.h>
44 #include <google/protobuf/unittest.pb.h>
45 #include <google/protobuf/unittest_custom_options.pb.h>
46 #include <google/protobuf/stubs/strutil.h>
47 #include <google/protobuf/stubs/substitute.h
54 namespace protobuf { namespace in namespace:google
    [all...]
descriptor.pb.cc 4 #include "google/protobuf/descriptor.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
14 namespace protobuf { namespace in namespace:google
18 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL;
19 const ::google::protobuf::internal::GeneratedMessageReflection
    [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...]
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/repeated_field.h>
24 #include <google/protobuf/extension_set.h>
25 #include <google/protobuf/generated_message_reflection.h>
29 namespace protobuf { namespace in namespace:google
80 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor();
82 return ::google::protobuf::internal::NameOfEnum(
87 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Type>
4330 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 3 // http://code.google.com/p/protobuf/
54 namespace protobuf { namespace in namespace:google
116 // to use the protobuf library) to verify that the version you link against
120 ::google::protobuf::internal::VerifyVersion( \
351 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
674 ::google::protobuf::internal::LogFinisher() = \
675 ::google::protobuf::internal::LogMessage( \
676 ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
718 // The protobuf library sometimes writes warning and error messages to
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.h 9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/repeated_field.h>
24 #include <google/protobuf/extension_set.h>
25 #include <google/protobuf/generated_message_reflection.h>
74 const ::google::protobuf::EnumDescriptor* RadioState_descriptor();
76 return ::google::protobuf::internal::NameOfEnum(
81 return ::google::protobuf::internal::ParseNamedEnum<RadioState>(
94 const ::google::protobuf::EnumDescriptor* RilCardState_descriptor();
96 return ::google::protobuf::internal::NameOfEnum
3865 namespace protobuf { namespace in namespace:google
    [all...]

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8 910