Home
last modified time | relevance | path

Searched defs:enum_field (Results 1 – 25 of 25) sorted by relevance

/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_multiple_nano.proto46 optional FileScopeEnum enum_field = 1; field
54 optional MessageScopeEnum enum_field = 1; field
/external/golang-protobuf/internal/testprotos/registry/
Dtest.proto33 optional Enum1 enum_field = 12; field
42 optional Enum1 enum_field = 22; field
/external/golang-protobuf/cmd/protoc-gen-go/testdata/nopackage/
Dnopackage.proto15 optional Enum enum_field = 2 [default=ZERO]; field
/external/tensorflow/tensorflow/python/framework/
Dpython_tensor_converter.cc46 Safe_PyObjectPtr enum_field(PyObject_GetAttr(py_dtype.get(), type_enum_attr)); in DataTypeForTensor() local
Dpython_api_parameter_converter.cc93 Safe_PyObjectPtr enum_field = GetAttr_TypeEnum(dtype); in DataTypeFromPyDType() local
/external/python/apitools/apitools/base/py/
Dutil_test.py39 enum_field = messages.EnumField('AnEnum', 2) variable in MessageWithRemappings
Dencoding_test.py159 enum_field = messages.EnumField(ThisEnum, 2) variable in NestedWithEnumMessage
202 enum_field = messages.EnumField(SomeEnum, 1) variable in MessageWithRemappings
215 enum_field = messages.EnumField(SomeEnum, 1) variable in MessageWithPackageAndRemappings
Dbase_api_test.py60 enum_field = messages.EnumField('AnEnum', 2) variable in MessageWithRemappings
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_size.c33 enum { VALUE = 123 } enum_field; member
Dcore_reloc_types.h803 enum { VALUE = 123 } enum_field; member
813 enum { OTHER_VALUE = 0xFFFFFFFFFFFFFFFF } enum_field; member
828 enum { VALUE___1 = 123 } enum_field; member
840 enum { VALUE___2 = 123 } enum_field; member
/external/perfetto/src/trace_processor/metrics/
Dmetrics_unittest.cc248 FieldDescriptor enum_field("enum_value", 1, FieldDescriptorProto::TYPE_ENUM, in TEST_F() local
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto186 repeated TestEnum enum_field = 2; field
/external/cronet/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto187 repeated TestEnum enum_field = 2; field
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dtest.proto143 optional Enum enum_field = 4 [default=E1]; field
/external/cronet/third_party/protobuf/src/google/protobuf/
Dunittest_lite.proto418 optional V1EnumLite enum_field = 2 [default = V1_FIRST]; field
423 optional V2EnumLite enum_field = 2 [default = V2_FIRST]; field
Ddescriptor_unittest.cc2710 FieldDescriptorProto* enum_field = in TEST_F() local
/external/protobuf/src/google/protobuf/
Dunittest_lite.proto425 optional V1EnumLite enum_field = 2 [default = V1_FIRST]; field
430 optional V2EnumLite enum_field = 2 [default = V2_FIRST]; field
Ddescriptor_unittest.cc2710 FieldDescriptorProto* enum_field = in TEST_F() local
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dtest.proto143 optional Enum enum_field = 4 [default=E1]; field
/external/cronet/third_party/protobuf/js/
Dtest.proto151 optional Enum enum_field = 4 [default = E1]; field
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dmore_messages.proto64 optional is enum_field = 4; field
/external/protobuf/python/google/protobuf/internal/
Dmore_messages.proto64 optional is enum_field = 4; field
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto824 optional OneBasedEnum enum_field = 1; field
/external/cronet/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto824 optional OneBasedEnum enum_field = 1; field
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1174 Safe_PyObjectPtr enum_field( in PyTensor_DataType() local