| /third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/ |
| H A D | Descriptor.php | 18 ->repeated('file', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.FileDescriptorProto') 24 ->repeated('dependency', \Google\Protobuf\Internal\GPBType::STRING, 3) 25 ->repeated('public_dependency', \Google\Protobuf\Internal\GPBType::INT32, 10) 26 ->repeated('weak_dependency', \Google\Protobuf\Internal\GPBType::INT32, 11) 27 ->repeated('message_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 4, 'google.protobuf.internal.DescriptorProto') 28 ->repeated('enum_type', \Google\Protobuf\Internal\GPBType::MESSAGE, 5, 'google.protobuf.internal.EnumDescriptorProto') 29 ->repeated('service', \Google\Protobuf\Internal\GPBType::MESSAGE, 6, 'google.protobuf.internal.ServiceDescriptorProto') 30 ->repeated('extension', \Google\Protobuf\Internal\GPBType::MESSAGE, 7, 'google.protobuf.internal.FieldDescriptorProto') 38 ->repeated('field', \Google\Protobuf\Internal\GPBType::MESSAGE, 2, 'google.protobuf.internal.FieldDescriptorProto') 39 ->repeated('extensio [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ruby/ |
| H A D | ruby_generated_code_proto2_pb.rb | 20 repeated :repeated_int32, :int32, 21 21 repeated :repeated_int64, :int64, 22 22 repeated :repeated_uint32, :uint32, 23 23 repeated :repeated_uint64, :uint64, 24 24 repeated :repeated_bool, :bool, 25 25 repeated :repeated_double, :double, 26 26 repeated :repeated_float, :float, 27 27 repeated :repeated_string, :string, 28 28 repeated :repeated_bytes, :bytes, 29 29 repeated [all...] |
| H A D | ruby_generated_code_pb.rb | 20 repeated :repeated_int32, :int32, 21 21 repeated :repeated_int64, :int64, 22 22 repeated :repeated_uint32, :uint32, 23 23 repeated :repeated_uint64, :uint64, 24 24 repeated :repeated_bool, :bool, 25 25 repeated :repeated_double, :double, 26 26 repeated :repeated_float, :float, 27 27 repeated :repeated_string, :string, 28 28 repeated :repeated_bytes, :bytes, 29 29 repeated [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | controlFlowPropertyDeclarations.js | 32 var repeated = ''; 35 repeated += string; 41 return repeated; 181 var repeated = '';
184 repeated += string;
190 return repeated;
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | CustomOptions.cs | 60 /// which was actually repeated will return the last value, except for message types where 227 RepeatedExtensionValue<T> repeated = extensionValue as RepeatedExtensionValue<T>; 228 value = repeated.GetValue() 262 RepeatedExtensionValue<T> repeated = extensionValue as RepeatedExtensionValue<T>; in TryGetPrimitiveValue() 263 if (repeated.GetValue().Count != 0) in TryGetPrimitiveValue() 265 RepeatedField<T> repeatedField = repeated.GetValue(); in TryGetPrimitiveValue()
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
| H A D | expression_mutator.js | 34 const repeated = babelTypes.cloneDeep(path.node); 35 thisMutator.annotate(repeated, 'Repeated'); 36 thisMutator.insertBeforeSkip(path, repeated);
|
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
| H A D | I2C-js.cpp | 131 bool repeated = false; in DECLARE_CLASS_FUNCTION() local 133 repeated = jerry_get_boolean_value(args[3]); in DECLARE_CLASS_FUNCTION() 136 int result = native_ptr->read(address, data, length, repeated); in DECLARE_CLASS_FUNCTION() 177 * @param repeated (optional) If true, do not send stop at end. 225 bool repeated = args_count == 4 && jerry_get_boolean_value(args[3]); in DECLARE_CLASS_FUNCTION() local 233 int result = native_ptr->write(address, data, length, repeated); in DECLARE_CLASS_FUNCTION()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_field_test.cc | 61 // Get underlined repeated field without synchronizing map. 137 const RepeatedPtrField<Message>& repeated = in TEST_F() local 140 EXPECT_EQ(2, repeated.size()); in TEST_F() 141 for (int i = 0; i < repeated.size(); i++) { in TEST_F() 142 const Message& message = repeated.Get(i); in TEST_F() 150 RepeatedPtrField<Message>* repeated = in TEST_F() local 153 EXPECT_EQ(2, repeated->size()); in TEST_F() 154 for (int i = 0; i < repeated->size(); i++) { in TEST_F() 155 const Message& message = repeated->Get(i); in TEST_F() 172 // repeated field in TEST_F() [all...] |
| H A D | generated_message_reflection.cc | 203 "Field is repeated; the method requires a singular field.") 206 "Field is singular; the method requires a repeated field.") 721 // Swap has bit for non-repeated fields. We have already checked for in SwapFields() 784 // No need to materialize the repeated field if it is out of sync: in FieldSize() 1699 RepeatedPtrFieldBase* repeated = nullptr; in AddMessage() local 1701 repeated = in AddMessage() 1704 repeated = MutableRaw<RepeatedPtrFieldBase>(message, field); in AddMessage() 1706 result = repeated->AddFromCleared<GenericTypeHandler<Message> >(); in AddMessage() 1710 if (repeated->size() == 0) { in AddMessage() 1713 prototype = &repeated in AddMessage() 1735 RepeatedPtrFieldBase* repeated = nullptr; AddAllocatedMessage() local 2227 RepeatedPtrField<Type>* repeated = MutableRepeatedField() local 2241 RepeatedPtrField<Type>* repeated = AddField() local [all...] |
| H A D | generated_message_table_driven_lite.h | 97 RepeatedField<Type>* repeated = Raw<RepeatedField<Type>>(msg, offset); in AddField() local 98 return repeated->Add(); in AddField() 103 RepeatedPtrField<std::string>* repeated = in AddField() local 105 return repeated->Add(); in AddField() 789 // InternalMetadata) when all inputs in the repeated series in MergePartialFromCodedStreamInlined()
|
| /third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
| H A D | repeated_field_test.rb | 576 klass.descriptor.find_all{|f| f.label == :repeated}.map(&:name) 613 repeated :repeated_int32, :int32, 12 614 repeated :repeated_int64, :int64, 13 615 repeated :repeated_uint32, :uint32, 14 616 repeated :repeated_uint64, :uint64, 15 617 repeated :repeated_bool, :bool, 16 618 repeated :repeated_float, :float, 17 619 repeated :repeated_double, :double, 18 620 repeated :repeated_string, :string, 19 621 repeated [all...] |
| H A D | basic.rb | 13 repeated :baz, :message, 2, "Baz" 37 repeated :repeated_int32, :int32, 12 38 repeated :repeated_int64, :int64, 13 39 repeated :repeated_uint32, :uint32, 14 40 repeated :repeated_uint64, :uint64, 15 41 repeated :repeated_bool, :bool, 16 42 repeated :repeated_float, :float, 17 43 repeated :repeated_double, :double, 18 44 repeated :repeated_string, :string, 19 45 repeated [all...] |
| H A D | stress.rb | 11 repeated :b, :message, 2, "M"
|
| /third_party/protobuf/ruby/tests/ |
| H A D | repeated_field_test.rb | 598 klass.descriptor.find_all{|f| f.label == :repeated}.map(&:name) 635 repeated :repeated_int32, :int32, 12 636 repeated :repeated_int64, :int64, 13 637 repeated :repeated_uint32, :uint32, 14 638 repeated :repeated_uint64, :uint64, 15 639 repeated :repeated_bool, :bool, 16 640 repeated :repeated_float, :float, 17 641 repeated :repeated_double, :double, 18 642 repeated :repeated_string, :string, 19 643 repeated [all...] |
| H A D | stress.rb | 11 repeated :b, :message, 2, "M"
|
| /third_party/node/benchmark/ |
| H A D | scatter.js | 15 --set variable=value set benchmark variable (can be repeated)
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | MessageBuilderContext.php | 94 public function repeated($name, $type, $number, $type_name = null) function
|
| /third_party/libphonenumber/javascript/i18n/phonenumbers/ |
| H A D | phonemetadata.pb.js | 2325 repeated: true, 2376 repeated: true, 2382 repeated: true, 2549 repeated: true, 2555 repeated: true, 2596 repeated: true,
|
| /third_party/nghttp2/src/ |
| H A D | util.cc | 1372 auto repeated = false; in hexdump() local 1383 if (!repeated) { in hexdump() 1384 repeated = true; in hexdump() 1390 repeated = false; in hexdump()
|
| /third_party/protobuf/objectivec/ |
| H A D | GPBDescriptor.h | 183 /** Type of field (single, repeated, map). */ 303 /** Whether the extension is repeated. */ 304 @property(nonatomic, readonly, getter=isRepeated) BOOL repeated; variable
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyMessageBuilderContext.java | 114 * MessageBuilderContext.repeated(name, type, number, type_class = nil) 116 * Defines a new repeated field on this message type with the given type, tag 122 public IRubyObject repeated(ThreadContext context, IRubyObject[] args) { in repeated() method in RubyMessageBuilderContext 125 msgdefAddField(context, "repeated", args[0], args[1], args[2], typeClass); in repeated() 160 // repeated submessage field here with that type. in map() 187 msgdefAddField(context, "repeated", name, runtime.newSymbol("message"), number, mapentryDescName); in map()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateIntervalInfo.java | 649 * the first repeated pattern letter, which breaks the interval pattern in splitPatternInto2Part() 659 int repeated = patternRepeated[prevCh - PATTERN_CHAR_BASE]; in splitPatternInto2Part() 660 if ( repeated == 0 ) { in splitPatternInto2Part() 687 // "d-d"(last char repeated ), and in splitPatternInto2Part()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DateIntervalInfo.java | 633 * the first repeated pattern letter, which breaks the interval pattern in splitPatternInto2Part() 643 int repeated = patternRepeated[prevCh - PATTERN_CHAR_BASE]; in splitPatternInto2Part() 644 if ( repeated == 0 ) { in splitPatternInto2Part() 671 // "d-d"(last char repeated ), and in splitPatternInto2Part()
|
| /third_party/protobuf/editors/ |
| H A D | proto.vim | 58 syn keyword pbRepeat optional required repeated
|
| /third_party/glfw/src/ |
| H A D | input.c | 282 GLFWbool repeated = GLFW_FALSE; in _glfwInputKey() local 288 repeated = GLFW_TRUE; in _glfwInputKey() 295 if (repeated) in _glfwInputKey()
|