HomeSort by relevance Sort by last modified time
    Searched defs:repeated (Results 1 - 12 of 12) sorted by null

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 84 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/chromium_org/tools/site_compare/
site_compare.py 29 import commands.maskmaker # generate a mask based on repeated scrapes namespace
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 305 /* Check to see if this is a repeated key.
311 int repeated; local
313 repeated = 0;
319 repeated = 1;
323 return(repeated);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 142 "Field is repeated; the method requires a singular field.")
145 "Field is singular; the method requires a repeated field.")
585 USAGE_CHECK_ALL(ReleaseLast, REPEATED, MESSAGE);
703 USAGE_CHECK_ALL(GetRepeated##TYPENAME, REPEATED, CPPTYPE); \
715 USAGE_CHECK_ALL(SetRepeated##TYPENAME, REPEATED, CPPTYPE); \
727 USAGE_CHECK_ALL(Add##TYPENAME, REPEATED, CPPTYPE); \
812 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING)
1070 RepeatedPtrFieldBase* repeated = local
1260 RepeatedPtrField<Type>* repeated = local
1274 RepeatedPtrField<Type>* repeated = local
    [all...]
descriptor.cc 131 "repeated", // LABEL_REPEATED
1644 bool repeated = false; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 89 * 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) {
152 this.repeated = repeated;
167 return repeated ? getRepeatedValueFrom(unknownFields) : getSingularValueFrom(unknownFields)
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 157 "Field is repeated; the method requires a singular field.")
160 "Field is singular; the method requires a repeated field.")
701 USAGE_CHECK_ALL(GetRepeated##TYPENAME, REPEATED, CPPTYPE); \
713 USAGE_CHECK_ALL(SetRepeated##TYPENAME, REPEATED, CPPTYPE); \
725 USAGE_CHECK_ALL(Add##TYPENAME, REPEATED, CPPTYPE); \
810 USAGE_CHECK_ALL(GetRepeatedString, REPEATED, STRING);
1039 RepeatedPtrFieldBase* repeated = local
1210 RepeatedPtrField<Type>* repeated = local
1224 RepeatedPtrField<Type>* repeated = local
    [all...]
descriptor.cc 114 "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
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 1238 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 1240 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 3760 milliseconds