Home
last modified time | relevance | path

Searched defs:MessageField (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h28 typedef struct MessageField MessageField; typedef
133 struct MessageField { struct
140 MessageField* fields; argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h58 typedef struct MessageField MessageField; typedef
445 struct MessageField { struct
452 MessageField* fields; argument
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto146 repeated TestMessage MessageField = 25; // NO_PROTO3 field
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py454 class MessageField(object): class
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto235 ForeignMessage MessageField = 4; field
Dunittest.proto495 optional ForeignMessage MessageField = 4; field
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs2807 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames