HomeSort by relevance Sort by last modified time
    Searched refs:MessageField (Results 1 - 7 of 7) sorted by null

  /external/protobuf/php/ext/google/protobuf/
protobuf.h 17 struct MessageField;
28 typedef struct MessageField MessageField;
133 struct MessageField {
140 MessageField* fields;
storage.c 300 layout->fields = ALLOC_N(MessageField, nfields);
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h 46 struct MessageField;
58 typedef struct MessageField MessageField;
445 struct MessageField {
452 MessageField* fields;
storage.c 407 layout->fields = ALLOC_N(MessageField, nfields);
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 454 class MessageField(object):
688 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
692 ('nested_message', MessageField(2, 'NestedMessage')),
708 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
712 ('nested_message', MessageField(2, 'NestedMessage')),
734 ('deep_nested_message', MessageField(3, 'DeepNestedMessage')),
738 ('nested_message', MessageField(2, 'NestedMessage')),
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs 166 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames.Parser, new[]{ "PrimitiveField", "StringField", "EnumField", "MessageField", "RepeatedPrimitiveField", "RepeatedStringField", "RepeatedEnumField", "RepeatedMessageField" }, null, null, null),
    [all...]
  /external/protobuf/conformance/
conformance_test.cc     [all...]

Completed in 477 milliseconds