Home
last modified time | relevance | path

Searched defs:fromList (Results 1 – 16 of 16) sorted by relevance

/third_party/cef/libcef_dll/
Dtransfer_util.cc7 void transfer_string_list_contents(cef_string_list_t fromList, in transfer_string_list_contents()
18 void transfer_string_list_contents(const StringList& fromList, in transfer_string_list_contents()
/third_party/node/test/parallel/
Dtest-stream2-readable-from-list.js26 const fromList = require('_stream_readable')._fromList; constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java401 private final List<F> fromList; field in Internal.ListAdapter
404 public ListAdapter(List<F> fromList, Converter<F, T> converter) { in ListAdapter()
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_readable.js855 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_readable.js896 function fromList(n, state) { function
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_readable.js1063 function fromList(n, state) { function
/third_party/node/lib/internal/streams/
Dreadable.js1291 function fromList(n, state) { function
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java67 public static JSON fromList(List<Object> list) { in fromList() method in JSON