Home
last modified time | relevance | path

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

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCollectionSet.java46 public Object[] toArray() { in toArray() method in CollectionSet
51 public <T> T[] toArray(T[] a) { in toArray() method in CollectionSet
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCollectionSet.java48 public Object[] toArray() { in toArray() method in CollectionSet
53 public <T> T[] toArray(T[] a) { in toArray() method in CollectionSet
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DByteBufferWriterTest.java71 private byte[] toArray(ByteBuffer buf) { in toArray() method in ByteBufferWriterTest
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Dutil.js24 export function toArray(obj) { function
/third_party/node/deps/npm/node_modules/pumpify/
Dindex.js5 var toArray = function(args) { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapField.java411 public Object[] toArray() { in toArray() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
416 public <T> T[] toArray(T[] a) { in toArray() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
508 public Object[] toArray() { in toArray() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
513 public <T> T[] toArray(T[] a) { in toArray() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dmaps_test.js62 function toArray(iter) { function
/third_party/skia/src/gpu/
DGrDDLContext.cpp90 void toArray(SkTArray<ProgramData>* dst) { in toArray() function in GrDDLContext::ProgramInfoMap
/third_party/protobuf/js/
Dmaps_test.js80 function toArray(iter) { function
Dmap.js99 jspb.Map.prototype.toArray = function() { method in jspb.Map
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterShellArgs.java144 public String[] toArray() { in toArray() method in FlutterShellArgs
/third_party/node/deps/npm/node_modules/columnify/
Dindex.js287 function toArray(items, columnNames) { function
Dcolumnify.js297 function toArray(items, columnNames) { function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_LightWeightSet.js93 this.toArray = function (...args) { method
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/yallist/
Dyallist.js246 Yallist.prototype.toArray = function () { method in Yallist
/third_party/node/deps/npm/node_modules/yallist/
Dyallist.js247 Yallist.prototype.toArray = function () { method in Yallist
/third_party/node/deps/npm/node_modules/tar/node_modules/yallist/
Dyallist.js249 Yallist.prototype.toArray = function () { method in Yallist
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts120 toArray(): T[]; method
203 toArray(): T[]; method
280 toArray(): ChainedArray<T>; method
371 toArray(): ChainedArray<T>; method
495 toArray<T>(list: T[]): T[]; method
496 toArray<T>(list: Dictionary<T>): T[]; method
DcomplexRecursiveCollections.ts451 toArray(): Array<V>; method
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java309 public IRubyObject toArray(ThreadContext context) { in toArray() method in RubyRepeatedField
/third_party/icu/icu4c/source/test/cintltst/
Dcldrtest.c587 UResourceBundle *toArray, const char *toLocale, in compareArrays()
621 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duvector.cpp395 void** UVector::toArray(void** result) const { in toArray() function in UVector
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js34 function toArray(obj) { function
/third_party/node/test/parallel/
Dtest-stream2-objects.js29 function toArray(callback) { function
/third_party/skia/third_party/externals/icu/source/common/
Duvector.cpp395 void** UVector::toArray(void** result) const { in toArray() function in UVector

123