Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto143 repeated TestEnum EnumField = 22; // NO_PROTO3 field
/external/toolchain-utils/crosperf/
Dfield.py134 class EnumField(Field): class
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py429 class EnumField(object): class
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto234 ForeignEnum EnumField = 3; field
Dunittest.proto494 optional ForeignEnum EnumField = 3; field
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py596 class EnumField(object): class
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs2797 public global::Google.Protobuf.TestProtos.ForeignEnum EnumField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames