Searched defs:repeated (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc84 bool repeated = descriptor->is_repeated(); local
85 (*variables)["repeated"] = repeated ? "Repeated" : "";
92 if (repeated) {
97 // for both singular and repeated cases.
101 if (!repeated) {
140 " com.google.protobuf.nano.Extension.create$repeated$$ext_type$(\n"
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java89 * Creates a repeated {@code Extension} of the given message type and tag number.
112 * Creates a repeated {@code Extension} of the given primitive type and tag number.
131 * Protocol Buffer {@link #type}; for a repeated extension, this is an array type whose
134 * repeated {@code int32} extension, this equals {@code int[].class}.
144 * Whether this extension is repeated.
146 protected final boolean repeated; field in class:Extension
148 private Extension(int type, Class<T> clazz, int tag, boolean repeated) { argument
152 this.repeated = repeated;
167 return repeated
331 PrimitiveExtension(int type, Class<T> clazz, int tag, boolean repeated, int nonPackedTag, int packedTag) argument
[all...]
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py29 import commands.maskmaker # generate a mask based on repeated scrapes namespace
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c305 /* Check to see if this is a repeated key.
311 int repeated; local
313 repeated = 0;
319 repeated = 1;
323 return(repeated);
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitvfmt.cpp1228 * the first repeated pattern letter, which breaks the interval pattern
1238 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
1239 if ( repeated == FALSE ) {
1266 // "d-d"(last char repeated ), and
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc142 "Field is repeated; the method requires a singular field.")
145 "Field is singular; the method requires a repeated field.")
1070 RepeatedPtrFieldBase* repeated = local
1072 Message* result = repeated->AddFromCleared<GenericTypeHandler<Message> >();
1076 if (repeated->size() == 0) {
1079 prototype = &repeated->Get<GenericTypeHandler<Message> >(0);
1082 repeated->AddAllocated<GenericTypeHandler<Message> >(result);
1260 RepeatedPtrField<Type>* repeated = local
1262 return repeated->Mutable(index);
1274 RepeatedPtrField<Type>* repeated local
[all...]
H A Ddescriptor.cc131 "repeated", // LABEL_REPEATED
958 // TODO(kenton): There's a lot of repeated code here, but I'm not sure if
1644 bool repeated = false; local
1647 repeated = true;
1656 repeated ? j : -1, &tmp);
1663 repeated ? j : -1, &fieldval);
3009 // A common pattern: We want to convert a repeated field in the descriptor
4088 // Only repeated primitive fields may be packed.
4093 "[packed = true] can only be specified for repeated primitive fields.");
4187 "map type is only allowed for repeated field
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp1230 * the first repeated pattern letter, which breaks the interval pattern
1240 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
1241 if ( repeated == FALSE ) {
1268 // "d-d"(last char repeated ), and
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc157 "Field is repeated; the method requires a singular field.")
160 "Field is singular; the method requires a repeated field.")
1039 RepeatedPtrFieldBase* repeated = local
1041 Message* result = repeated->AddFromCleared<GenericTypeHandler<Message> >();
1045 if (repeated->size() == 0) {
1048 prototype = &repeated->Get<GenericTypeHandler<Message> >(0);
1051 repeated->AddAllocated<GenericTypeHandler<Message> >(result);
1210 RepeatedPtrField<Type>* repeated = local
1212 return repeated->Mutable(index);
1224 RepeatedPtrField<Type>* repeated local
[all...]
H A Ddescriptor.cc114 "repeated", // LABEL_REPEATED
866 // TODO(kenton): There's a lot of repeated code here, but I'm not sure if
1502 bool repeated = false; local
1505 repeated = true;
1510 repeated ? count : -1, &fieldval);
2668 // A common pattern: We want to convert a repeated field in the descriptor
3672 // Only repeated primitive fields may be packed.
3677 "[packed = true] can only be specified for repeated primitive fields.");
3741 "map type is only allowed for repeated fields.");
3777 "map_key must not name a repeated fiel
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 370 milliseconds