Home
last modified time | relevance | path

Searched defs:Insert (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/boost/libs/msm/doc/HTML/examples/
DiPodSearch.cpp45 struct Insert : public boost::msm::front::state<BASE_TYPE,boost::msm::front::sm_ptr> struct
48 void on_entry(Event const& evt,FSM& ) in on_entry()
57 void set_sm_ptr(FSMType* fsm){m_fsm=fsm;} in set_sm_ptr()
58 void set_container(Container* cont){m_Cont=cont;} in set_container()
59 Container* m_Cont;
62 FSMType* m_fsm;
/third_party/boost/libs/msm/doc/PDF/examples/
DiPodSearch.cpp45 struct Insert : public boost::msm::front::state<BASE_TYPE,boost::msm::front::sm_ptr> struct
48 void on_entry(Event const& evt,FSM& ) in on_entry()
57 void set_sm_ptr(FSMType* fsm){m_fsm=fsm;} in set_sm_ptr()
58 void set_container(Container* cont){m_Cont=cont;} in set_container()
59 Container* m_Cont;
62 FSMType* m_fsm;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugValueManager.cpp26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move()
37 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone()
DWebAssemblyRegStackify.cpp269 static MachineInstr *getVRegDef(unsigned Reg, const MachineInstr *Insert, in getVRegDef()
316 static bool isSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in isSafeToMove()
485 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse()
530 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in rematerializeCheapDef()
598 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse()
658 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState()
737 void maybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in maybeCommute()
789 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
/third_party/abseil-cpp/absl/hash/
Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/third_party/boost/boost/algorithm/string/detail/
Dsequence.hpp42 const InsertT& Insert ) in insert()
183 const InsertT& Insert ) in replace()
/third_party/skia/third_party/externals/dawn/src/common/
DConcurrentCache.h38 std::pair<T*, bool> Insert(T* object) { in Insert() function
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.cc81 void TextGenerator::TextBuffer::Insert(const std::string& line, in Insert() function in tint::writer::TextGenerator::TextBuffer
102 void TextGenerator::TextBuffer::Insert(const TextBuffer& tb, in Insert() function in tint::writer::TextGenerator::TextBuffer
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dconsistent_hash_ring.cc22 bool ConsistentHashRing::Insert(uint32_t rank) { in Insert() function in mindspore::fl::server::ConsistentHashRing
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string_list.cpp88 void dng_string_list::Insert (uint32 index, in Insert() function in dng_string_list
/third_party/grpc/src/compiler/
Dcpp_plugin.h148 void Insert(grpc::protobuf::compiler::GeneratorContext* context, in Insert() function
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Ddevice_tensor_store.h44 void Insert(AnfNode *key, const DeviceTensorPtr &value) { in Insert() function
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs152 public void Insert() in Insert() method in Grpc.Core.Tests.MetadataTest
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dinsert_transpose_for_dynamic_gru_v2.cc43 CNodePtr Insert(const FuncGraphPtr &func_graph, const CNodePtr &cnode) { in Insert() function
Dinsert_transpose_for_basiclstm_op.cc35 CNodePtr Insert(const FuncGraphPtr &func_graph, const CNodePtr &cnode, const std::string &op_name) { in Insert() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtreap.h99 void Insert(key_type k, priority_type p) { root_ = Insert(root_, k, p); } in Insert() function
343 TreapNode *Insert(TreapNode *n, key_type k, priority_type p) { in Insert() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp234 Instruction *Insert; in handleLoopCondition() local
247 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
DAMDGPUAtomicOptimizer.cpp504 Value *const Insert = in optimizeAtomic() local
603 Value *const Insert = in optimizeAtomic() local
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dtoken.go40 func (m *Map) Insert(name string) (ID, error) { func
/third_party/grpc/third_party/upb/tests/
Dtest_table.cc54 bool Insert(uintptr_t key, upb_value val) { in Insert() function in upb::IntTable
128 bool Insert(const std::string& key, upb_value val) { in Insert() function in upb::StrTable
196 bool Insert(const std::string &key, T val) { in Insert() function in upb::TypedStrTable
267 bool Insert(uintptr_t key, T val) { in Insert() function in upb::TypedIntTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeShrink.cpp167 MachineInstr *Insert = nullptr; in runOnMachineFunction() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dstorage_container.cc113 Status StorageContainer::Insert(const std::vector<ReadableSlice> &buf, off64_t *offset) noexcept { in Insert() function in mindspore::dataset::StorageContainer
Dcache_pool.cc82 Status CachePool::Insert(CachePool::key_type key, const std::vector<ReadableSlice> &buf) { in Insert() function in mindspore::dataset::CachePool

1234