Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dprotobuf.h28 typedef struct MessageField MessageField; typedef
133 struct MessageField { struct
140 MessageField* fields; argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dprotobuf.h58 typedef struct MessageField MessageField; typedef
446 struct MessageField { struct
453 MessageField* fields; argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto146 repeated TestMessage MessageField = 25; // NO_PROTO3 field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test.py455 class MessageField(object): class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_proto3.proto235 ForeignMessage MessageField = 4; field
Dunittest.proto496 optional ForeignMessage MessageField = 4; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto462 optional ForeignMessage MessageField = 4; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto462 optional ForeignMessage MessageField = 4; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs3022 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames