Home
last modified time | relevance | path

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

12

/third_party/flatbuffers/rust/flatbuffers/src/
Dpush.rs25 pub trait Push: Sized { interface
59 impl Push for $ty { impl
/third_party/grpc/src/core/lib/gprpp/
Dmpscq.cc29 bool MultiProducerSingleConsumerQueue::Push(Node* node) { in Push() function in grpc_core::MultiProducerSingleConsumerQueue
83 bool LockedMultiProducerSingleConsumerQueue::Push(Node* node) { in Push() function in grpc_core::LockedMultiProducerSingleConsumerQueue
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dconnector.h118 Status Push(int32_t worker_id, const T &el) noexcept { in Push() function
131 virtual Status Push(int32_t worker_id, T &&el) noexcept { in Push() function
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dhost_tensor_queue.h36 void Push(const std::vector<TensorPtr> &tensors) { buffers_.push(tensors); } in Push() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dblocking_queue.cc45 BlockQueueStatus_T GpuQueue::Push(const std::vector<DataItemGpu> &data) { in Push() function in mindspore::device::GpuQueue
112 BlockQueueStatus_T BlockingQueue::Push(const std::vector<DataItemGpu> &data, unsigned int) { in Push() function in mindspore::device::BlockingQueue
Dgpu_buffer_mgr.cc120 BlockQueueStatus_T GpuBufferMgr::Push(unsigned int handle, const std::vector<DataItemGpu> &data, in Push() function in mindspore::device::GpuBufferMgr
/third_party/skia/third_party/externals/tint/src/
Dscope_stack.h40 void Push() { stack_.push_back({}); } in Push() function
/third_party/skia/src/sksl/ir/
DSkSLSymbolTable.h42 static void Push(std::shared_ptr<SymbolTable>* table) { in Push() function
45 static void Push(std::shared_ptr<SymbolTable>* table, bool isBuiltin) { in Push() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DErrorScope.cpp47 void ErrorScopeStack::Push(wgpu::ErrorFilter filter) { in Push() function in dawn_native::ErrorScopeStack
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfse_bit_stream.cc84 void BitStream::Push(int64_t state, uint8_t bit_count) { in Push() function in mindspore::lite::quant::BitStream
/third_party/node/src/
Dcallback_queue-inl.h31 void CallbackQueue<R, Args...>::Push(std::unique_ptr<Callback> cb) { in Push() function
Dnode_platform.cc553 void TaskQueue<T>::Push(std::unique_ptr<T> task) { in Push() function in node::TaskQueue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp94 Instruction *Push = nullptr; in OptimizeBB() local
/third_party/typescript/src/compiler/
DcorePublic.ts97 export interface Push<T> { interface
/third_party/re2/re2/
Dbitstate.cc104 void BitState::Push(int id, const char* p) { in Push() function in re2::BitState
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/
Dgit.go93 func Push(wd, remote, localBranch, remoteBranch string, flags PushFlags) error { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp510 MachineBasicBlock::iterator Push = nullptr; in adjustCallSequence() local
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc1301 void ProtoStreamObjectWriter::Push( in Push() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.cc75 void FinalVM::Push(const BaseRef &v) { in Push() function in mindspore::compile::FinalVM
Dtransform.cc70 void CompileGraph::Push(const AnfNodePtr &node) { in Push() function in mindspore::compile::CompileGraph
/third_party/harfbuzz/src/
Dhb-aat-layout-kerx-table.hh157 Push = 0x8000, /* If set, push this glyph on the kerning stack. */ enumerator
184 Push = 0x8000, /* If set, push this glyph on the kerning stack. */ enumerator
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-kerx-table.hh157 Push = 0x8000, /* If set, push this glyph on the kerning stack. */ enumerator
184 Push = 0x8000, /* If set, push this glyph on the kerning stack. */ enumerator
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-kerx-table.hh157 Push = 0x8000, /* If set, push this glyph on the kerning stack. */ enumerator
184 Push = 0x8000, /* If set, push this glyph on the kerning stack. */ enumerator
/third_party/mindspore/mindspore/ops/operations/
Dother_ops.py674 class Push(PrimitiveWithInfer): class
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1318 void Push() { in Push() function in google::protobuf::compiler::objectivec::__anonf224b9010311::DecodeDataBuilder

12