Home
last modified time | relevance | path

Searched defs:take (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/python/test/
Denable_shared_from_this.cpp33 void take(TestPtr t) { in take() function in Test
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dticket.h173 Ticket Ticket::Queue::take() { in take() function
180 void Ticket::Queue::take(size_t n, const F& f) { in take() function
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
/third_party/boost/boost/hana/detail/variadic/
Dtake.hpp48 constexpr take_t<n> take{}; variable
/third_party/typescript/tests/cases/conformance/types/rest/
DrestTuplesFromContextualTypes.ts84 declare function take(cb: (a: number, b: string) => void): void; function
/third_party/grpc/src/cpp/common/
Dcompletion_queue_cc.cc35 CompletionQueue::CompletionQueue(grpc_completion_queue* take) in CompletionQueue()
/third_party/skia/third_party/externals/swiftshader/src/System/
DSynchronization.hpp143 T Chan<T>::take() in take() function in sw::Chan
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dtrace.cpp177 std::unique_ptr<Trace::Event> Trace::take() { in take() function in marl::Trace
Dscheduler.cpp307 Scheduler::Fiber* Scheduler::WaitingFibers::take(const TimePoint& timeout) { in take() function in marl::Scheduler::WaitingFibers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h96 handle_type take() { in take() function
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts126 take(): T; method
127 take(count: number): T[]; method
286 take(): ChainedObject<T>; method
287 take(count: number): ChainedArray<T>; method
505 take<T>(list: T[]): T; method
506 take<T>(list: T[], count: number): T[]; method
DcomplexRecursiveCollections.ts492 take(amount: number): this; method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h110 handle_type take() { in take() function
/third_party/flutter/skia/third_party/externals/wuffs/lib/flatecut/
Dflatecut.go110 func (b *bitstream) take(nBits uint32) int32 { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h55 Optional<DIExpression::ExprOperand> take() { in take() function
/third_party/boost/tools/build/src/build/
Dproperty.py542 def take(attributes, properties): function
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts611 declare function take<T>(p: T): void; method in Component2
/third_party/python/Lib/test/
Dtest_itertools.py58 def take(n, seq): function
84 def pickletest(self, protocol, it, stop=4, take=1, compare=None): argument
/third_party/boost/boost/phoenix/function/
Dlazy_prelude.hpp783 Take take; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h319 static instrprof_error take(Error E) { in take() function
/third_party/boost/boost/metaparse/v1/cpp11/impl/
Dstring.hpp19 constexpr inline int take(int n_) in take() function