HomeSort by relevance Sort by last modified time
    Searched defs:Protobuf (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/protobuf/csharp/src/Google.Protobuf/
InvalidJsonException.cs 35 namespace Google.Protobuf
IMessage.cs 34 using Google.Protobuf.Reflection;
36 namespace Google.Protobuf
InvalidProtocolBufferException.cs 36 namespace Google.Protobuf
WireFormat.cs 33 namespace Google.Protobuf
47 /// Wire types within protobuf encoding.
  /external/protobuf/csharp/src/Google.Protobuf.JsonDump/
Program.cs 36 namespace Google.Protobuf.ProtoDump
47 Console.Error.WriteLine("Usage: Google.Protobuf.JsonDump <descriptor type name> <input data>");
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorUtil.cs 36 namespace Google.Protobuf.Reflection
IDescriptor.cs 33 namespace Google.Protobuf.Reflection
PartialClasses.cs 34 namespace Google.Protobuf.Reflection
DescriptorValidationException.cs 35 namespace Google.Protobuf.Reflection
EnumValueDescriptor.cs 33 namespace Google.Protobuf.Reflection
IFieldAccessor.cs 36 namespace Google.Protobuf.Reflection
PackageDescriptor.cs 33 namespace Google.Protobuf.Reflection
ReflectionUtil.cs 38 namespace Google.Protobuf.Reflection
DescriptorBase.cs 33 namespace Google.Protobuf.Reflection
EnumDescriptor.cs 36 namespace Google.Protobuf.Reflection
GeneratedClrTypeInfo.cs 34 namespace Google.Protobuf.Reflection
MethodDescriptor.cs 33 namespace Google.Protobuf.Reflection
ServiceDescriptor.cs 36 namespace Google.Protobuf.Reflection
  /external/protobuf/csharp/src/Google.Protobuf.Test/
SampleEnum.cs 33 namespace Google.Protobuf
ByteStringTest.cs 37 namespace Google.Protobuf
  /external/protobuf/ruby/lib/google/protobuf/
message_exts.rb 32 module Protobuf
repeated_field.rb 49 module Protobuf
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.h 33 * NOTE: Avoid exporting a requirement on the protobuf itself. Keep the usage
34 * of the generated protobuf classes internal to libhwui.so to minimize library
42 Protobuf,
  /external/protobuf/ruby/lib/google/
protobuf.rb 32 require 'google/protobuf/message_exts'
37 module Protobuf
54 require 'google/protobuf/repeated_field'
57 module Protobuf
  /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DescriptorsTest.cs 34 using Google.Protobuf.TestProtos;
38 namespace Google.Protobuf.Reflection
51 Assert.AreEqual("google/protobuf/unittest_proto3.proto", file.Name);
55 Assert.AreEqual("google/protobuf/unittest_proto3.proto", file.Proto.Name);
255 var descriptor = Google.Protobuf.Reflection.FileDescriptor.DescriptorProtoFileDescriptor;
256 Assert.AreEqual("google/protobuf/descriptor.proto", descriptor.Name);

Completed in 412 milliseconds

1 2 3