Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-dgram-send-default-host.js61 const repeated = [...toSend]; variable
Dtest-dgram-udp6-send-default-host.js64 const repeated = [...toSend]; variable
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DI2C-js.cpp131 bool repeated = false; in DECLARE_CLASS_FUNCTION() local
225 bool repeated = args_count == 4 && jerry_get_boolean_value(args[3]); in DECLARE_CLASS_FUNCTION() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php94 public function repeated($name, $type, $number, $type_name = null) function in Google\\Protobuf\\Internal\\MessageBuilderContext
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessageBuilderContext.java122 public IRubyObject repeated(ThreadContext context, IRubyObject[] args) { in repeated() method in RubyMessageBuilderContext
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonemetadata.pb.js2325 repeated: true, property
2376 repeated: true, property
2382 repeated: true, property
2549 repeated: true, property
2555 repeated: true, property
2596 repeated: true, property
/third_party/protobuf/src/google/protobuf/
Dmap_field_test.cc137 const RepeatedPtrField<Message>& repeated = in TEST_F() local
150 RepeatedPtrField<Message>* repeated = in TEST_F() local
Dgenerated_message_table_driven_lite.h97 RepeatedField<Type>* repeated = Raw<RepeatedField<Type>>(msg, offset); in AddField() local
103 RepeatedPtrField<std::string>* repeated = variable
Dgenerated_message_reflection.cc1699 RepeatedPtrFieldBase* repeated = nullptr; in AddMessage() local
1735 RepeatedPtrFieldBase* repeated = nullptr; in AddAllocatedMessage() local
2227 RepeatedPtrField<Type>* repeated = in MutableRepeatedField() local
2241 RepeatedPtrField<Type>* repeated = in AddField() local
Ddescriptor.cc2284 bool repeated = false; in RetrieveOptionsAssumingRightPool() local
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
Dast.js467 const repeated = this.type === '*' || this.type === '+'; field in AST
/third_party/node/deps/minimatch/src/dist/mjs/
Dast.js467 const repeated = this.type === '*' || this.type === '+'; field in AST
/third_party/node/deps/minimatch/src/dist/cjs/
Dast.js470 const repeated = this.type === '*' || this.type === '+'; field in AST
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
Dast.js470 const repeated = this.type === '*' || this.type === '+'; field in AST
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalInfo.java643 int repeated = patternRepeated[prevCh - PATTERN_CHAR_BASE]; in splitPatternInto2Part() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java659 int repeated = patternRepeated[prevCh - PATTERN_CHAR_BASE]; in splitPatternInto2Part() local
/third_party/glfw/src/
Dinput.c282 GLFWbool repeated = GLFW_FALSE; in _glfwInputKey() local
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp4209 bool repeated = false; in mergeQualifiers() local
6501 int repeated = intermediate.addUsedLocation(qualifier, type, typeCollision); in layoutTypeCheck() local
6514 int repeated = intermediate.addXfbBufferOffset(type); in layoutTypeCheck() local
6911 int repeated = intermediate.addUsedOffsets(qualifier.layoutBinding, offset, numOffsets); in fixOffset() local
/third_party/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1541 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part() local
/third_party/node/deps/icu-small/source/i18n/
Ddtitvfmt.cpp1541 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtitvfmt.cpp1535 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)]; in splitPatternInto2Part() local
/third_party/python/Lib/test/
Dtest_compile.py570 def check_limit(prefix, repeated, mode="single"): argument
Dtest_ast.py844 def check_limit(prefix, repeated): argument
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc228 bool repeated, bool is_proto3, in GetFieldForType()
/third_party/nghttp2/src/
Dutil.cc1372 auto repeated = false; in hexdump() local