Home
last modified time | relevance | path

Searched defs:take (Results 1 - 22 of 22) sorted by relevance

/third_party/rust/crates/nom/src/bytes/
H A Dstreaming.rs411 pub fn take<C, Input, Error: ParseError<Input>>( in take() functions
H A Dcomplete.rs403 pub fn take<C, Input, Error: ParseError<Input>>( in take() functions
/third_party/rust/crates/nom/src/bits/
H A Dstreaming.rs10 pub fn take<I, O, C, E: ParseError<(I, usize)>>( in take() functions
H A Dcomplete.rs33 pub fn take<I, O, C, E: ParseError<(I, usize)>>( in take() functions
/third_party/node/lib/internal/streams/
H A Doperators.js411 function take(number, options = undefined) { function
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp143 T Chan<T>::take() in take() function in sw::Chan
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h61 MARL_NO_EXPORT inline T take(deque<T>& queue) { in take() function
69 MARL_NO_EXPORT inline T take(unordered_set<T, H, E>& set) { in take() function
H A Dticket.h173 Ticket Ticket::Queue::take() { in take() function in marl::Ticket::Queue
180 void Ticket::Queue::take(size_t n, const F& f) { in take() function in marl::Ticket::Queue
/third_party/rust/crates/nom/tests/
H A Dissues.rs140 fn take(i: &[u8]) -> IResult<&[u8], &[u8]> { in issue_848_overflow_incomplete_bits_to_bytes() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h55 Optional<DIExpression::ExprOperand> take() { in take() function in llvm::DIExpressionCursor
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dtrace.cpp177 std::unique_ptr<Trace::Event> Trace::take() { in take() function in marl::Trace
H A Dscheduler.cpp307 Scheduler::Fiber* Scheduler::WaitingFibers::take(const TimePoint& timeout) { in take() function in marl::Scheduler::WaitingFibers
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_helper.cpp179 void take(char *&out_buffer, size_t &out_size) in take() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h96 handle_type take() { in take() function in llvm::ScopedHandle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DWindowsSupport.h110 handle_type take() { in take() function in ScopedHandle
/third_party/rust/crates/nom/src/multi/
H A Dtests.rs353 fn take(i: &[u8]) -> IResult<&[u8], &[u8]> { in length_data_test() functions
/third_party/rust/crates/once_cell/src/
H A Dlib.rs637 pub fn take(&mut self) -> Option<T> { in take() functions
1162 pub fn take(&mut self) -> Option<T> { in take() functions
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc476 bool QPDF_PDFTOPDF_Processor::loadFile(FILE *f,ArgOwnership take,int flatten_forms) // {{{ in loadFile() argument
703 void QPDF_PDFTOPDF_Processor::emitFile(FILE *f,ArgOwnership take) // {{{ in emitFile() argument
/third_party/rust/crates/nom/src/
H A Dtraits.rs330 fn take(&self, count: usize) -> Self; in take() functions
367 fn take(&self, count: usize) -> Self { in take() functions
418 fn take(&self, count: usize) -> Self { in take() functions
/third_party/python/Lib/test/
H A Dtest_itertools.py60 def take(n, seq): function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h319 static instrprof_error take(Error E) { in take() function in llvm::InstrProfError
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs30041 fn take(&mut self, key: &Q) -> Option<K> { take() functions
33005 pub fn take<Q: ?Sized>(&mut self, value: &Q) -> Option<T> take() functions
34281 fn take(&mut self, key: &Q) -> Option<Self::Key>; take() functions
[all...]

Completed in 37 milliseconds