/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 84 PB_FIELD( 21, INT32 , REPEATED, STATIC , OTHER, AllTypes, rep_int32, req_enum, 0), 85 PB_FIELD( 22, INT64 , REPEATED, STATIC , OTHER, AllTypes, rep_int64, rep_int32, 0), 86 PB_FIELD( 23, UINT32 , REPEATED, STATIC , OTHER, AllTypes, rep_uint32, rep_int64, 0), 87 PB_FIELD( 24, UINT64 , REPEATED, STATIC , OTHER, AllTypes, rep_uint64, rep_uint32, 0), 88 PB_FIELD( 25, SINT32 , REPEATED, STATIC , OTHER, AllTypes, rep_sint32, rep_uint64, 0), 89 PB_FIELD( 26, SINT64 , REPEATED, STATIC , OTHER, AllTypes, rep_sint64, rep_sint32, 0), 90 PB_FIELD( 27, BOOL , REPEATED, STATIC , OTHER, AllTypes, rep_bool, rep_sint64, 0), 91 PB_FIELD( 28, FIXED32 , REPEATED, STATIC , OTHER, AllTypes, rep_fixed32, rep_bool, 0), 92 PB_FIELD( 29, SFIXED32, REPEATED, STATIC , OTHER, AllTypes, rep_sfixed32, rep_fixed32, 0), 93 PB_FIELD( 30, FLOAT , REPEATED, STATIC , OTHER, AllTypes, rep_float, rep_sfixed32, 0), [all …]
|
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 84 PB_FIELD( 21, INT32 , REPEATED, STATIC , OTHER, AllTypes, rep_int32, req_enum, 0), 85 PB_FIELD( 22, INT64 , REPEATED, STATIC , OTHER, AllTypes, rep_int64, rep_int32, 0), 86 PB_FIELD( 23, UINT32 , REPEATED, STATIC , OTHER, AllTypes, rep_uint32, rep_int64, 0), 87 PB_FIELD( 24, UINT64 , REPEATED, STATIC , OTHER, AllTypes, rep_uint64, rep_uint32, 0), 88 PB_FIELD( 25, SINT32 , REPEATED, STATIC , OTHER, AllTypes, rep_sint32, rep_uint64, 0), 89 PB_FIELD( 26, SINT64 , REPEATED, STATIC , OTHER, AllTypes, rep_sint64, rep_sint32, 0), 90 PB_FIELD( 27, BOOL , REPEATED, STATIC , OTHER, AllTypes, rep_bool, rep_sint64, 0), 91 PB_FIELD( 28, FIXED32 , REPEATED, STATIC , OTHER, AllTypes, rep_fixed32, rep_bool, 0), 92 PB_FIELD( 29, SFIXED32, REPEATED, STATIC , OTHER, AllTypes, rep_sfixed32, rep_fixed32, 0), 93 PB_FIELD( 30, FLOAT , REPEATED, STATIC , OTHER, AllTypes, rep_float, rep_sfixed32, 0), [all …]
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | handshaker.pb.c | 27 …PB_FIELD( 2, STRING , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, application_p… 28 …PB_FIELD( 3, STRING , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, record_protoc… 29 …PB_FIELD( 4, MESSAGE , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, target_identi… 39 …PB_FIELD( 1, STRING , REPEATED, CALLBACK, FIRST, grpc_gcp_ServerHandshakeParameters, record_prot… 40 …PB_FIELD( 2, MESSAGE , REPEATED, CALLBACK, OTHER, grpc_gcp_ServerHandshakeParameters, local_ident… 45 …PB_FIELD( 1, STRING , REPEATED, CALLBACK, FIRST, grpc_gcp_StartServerHandshakeReq, application_p… 46 …PB_FIELD( 2, MESSAGE , REPEATED, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, handshake_par…
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBLabel.php | 39 const REPEATED = 3; define in Google\\Protobuf\\Internal\\GPBLabel
|
D | MessageBuilderContext.php | 98 GPBLabel::REPEATED,
|
D | FieldDescriptor.php | 129 return $this->label === GPBLabel::REPEATED;
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/ |
D | load_balancer.pb.c | 35 …PB_FIELD( 8, MESSAGE , REPEATED, CALLBACK, OTHER, grpc_lb_v1_ClientStats, calls_finished_with_dro… 52 …PB_FIELD( 1, MESSAGE , REPEATED, CALLBACK, FIRST, grpc_lb_v1_ServerList, servers, servers, &grpc_…
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_padding_optimizer.cc | 125 REPEATED = 0, in OptimizeLayout() enumerator 145 f = REPEATED; in OptimizeLayout()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 952 USAGE_CHECK_ALL(ReleaseLast, REPEATED, MESSAGE); in ReleaseLast() 1107 USAGE_CHECK_ALL(GetRepeated##TYPENAME, REPEATED, CPPTYPE); \ 1119 USAGE_CHECK_ALL(SetRepeated##TYPENAME, REPEATED, CPPTYPE); \ 1130 USAGE_CHECK_ALL(Add##TYPENAME, REPEATED, CPPTYPE); \ 1229 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING); in GetRepeatedString() 1244 USAGE_CHECK_ALL(GetRepeatedStringReference, REPEATED, STRING); in GetRepeatedStringReference() 1260 USAGE_CHECK_ALL(SetRepeatedString, REPEATED, STRING); in SetRepeatedString() 1277 USAGE_CHECK_ALL(AddString, REPEATED, STRING); in AddString() 1359 USAGE_CHECK_ALL(GetRepeatedEnumValue, REPEATED, ENUM); in GetRepeatedEnumValue() 1381 USAGE_CHECK_ALL(SetRepeatedEnum, REPEATED, ENUM); in SetRepeatedEnumValue() [all …]
|
/external/abseil-cpp/absl/time/ |
D | time.cc | 379 case cctz::time_zone::civil_lookup::REPEATED: in At() 380 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 421 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime() 422 tc.kind = TimeConversion::REPEATED; in ConvertDateTime()
|
/external/angle/third_party/abseil-cpp/absl/time/ |
D | time.cc | 380 case cctz::time_zone::civil_lookup::REPEATED: in At() 381 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 422 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime() 423 tc.kind = TimeConversion::REPEATED; in ConvertDateTime()
|
/external/libtextclassifier/abseil-cpp/absl/time/ |
D | time.cc | 379 case cctz::time_zone::civil_lookup::REPEATED: in At() 380 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 421 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime() 422 tc.kind = TimeConversion::REPEATED; in ConvertDateTime()
|
/external/webrtc/third_party/abseil-cpp/absl/time/ |
D | time.cc | 379 case cctz::time_zone::civil_lookup::REPEATED: in At() 380 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 421 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime() 422 tc.kind = TimeConversion::REPEATED; in ConvertDateTime()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/ |
D | time.cc | 379 case cctz::time_zone::civil_lookup::REPEATED: in At() 380 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 421 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime() 422 tc.kind = TimeConversion::REPEATED; in ConvertDateTime()
|
/external/openscreen/third_party/abseil/src/absl/time/ |
D | time.cc | 380 case cctz::time_zone::civil_lookup::REPEATED: in At() 381 ti.kind = TimeZone::TimeInfo::REPEATED; in At() 422 case TimeZone::TimeInfo::REPEATED: in ConvertDateTime() 423 tc.kind = TimeConversion::REPEATED; in ConvertDateTime()
|
/external/python/apitools/apitools/base/protorpclite/ |
D | descriptor.py | 201 REPEATED = 3 variable in FieldDescriptor.Label 332 field_descriptor.label = FieldDescriptor.Label.REPEATED
|
/external/python/apitools/apitools/gen/ |
D | message_registry.py | 361 return descriptor.FieldDescriptor.Label.REPEATED 363 return descriptor.FieldDescriptor.Label.REPEATED 437 if entry_label == descriptor.FieldDescriptor.Label.REPEATED:
|
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | time_zone.h | 156 REPEATED, // the civil time was ambiguous (pre < trans <= post) enumerator
|
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | time_zone.h | 156 REPEATED, // the civil time was ambiguous (pre < trans <= post) enumerator
|
/external/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | time_zone.h | 156 REPEATED, // the civil time was ambiguous (pre < trans <= post) enumerator
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | time_zone.h | 156 REPEATED, // the civil time was ambiguous (pre < trans <= post) enumerator
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/include/cctz/ |
D | time_zone.h | 156 REPEATED, // the civil time was ambiguous (pre < trans <= post) enumerator
|
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | time_zone.h | 156 REPEATED, // the civil time was ambiguous (pre < trans <= post) enumerator
|
/external/icing/icing/schema/ |
D | section-manager_test.cc | 119 recipients->set_cardinality(PropertyConfigProto::Cardinality::REPEATED); in CreateEmailTypeConfig() 142 emails->set_cardinality(PropertyConfigProto::Cardinality::REPEATED); in CreateConversationTypeConfig()
|
/external/icing/proto/icing/proto/ |
D | schema.proto | 164 // restrictive (REPEATED) to most restrictive (REQUIRED). This makes it 174 REPEATED = 1; enumerator
|