| /third_party/spirv-tools/source/ |
| H A D | enum_set.h | 231 std::pair<iterator, bool> insert(const T& value) { in insert() function in spvtools::EnumSet 257 iterator insert(const_iterator, const T& value) { in insert() function in spvtools::EnumSet 265 iterator insert(const_iterator, T&& value) { return insert(value).first; } insert() function in spvtools::EnumSet 270 void insert(InputIt first, InputIt last) { insert() function in spvtools::EnumSet [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | AllocatorList.h | 191 iterator insert(iterator I, T &&V) { in insert() function in llvm::AllocatorList 194 iterator insert(iterator I, const T &V) { in insert() function in llvm::AllocatorList 199 void insert(iterator I, Iterator First, Iterator Last) { in insert() function in llvm::AllocatorList [all...] |
| H A D | DenseSet.h | 187 std::pair<iterator, bool> insert(const ValueT &V) { in insert() function in llvm::detail::DenseSetImpl 192 std::pair<iterator, bool> insert(ValueT &&V) { in insert() function in llvm::detail::DenseSetImpl 211 void insert(InputIt I, InputIt E) { in insert() function in llvm::detail::DenseSetImpl
|
| H A D | DepthFirstIterator.h | 73 std::pair<iterator,bool> insert(NodeRef N) { return BaseSet::insert(N); } in insert() function 75 void insert(IterT Begin, IterT End) { BaseSet::insert(Begin,End); } in insert() function
|
| H A D | EquivalenceClasses.h | 199 iterator insert(cons function in llvm::EquivalenceClasses [all...] |
| H A D | ScopedHashTable.h | 194 void insert(const K &Key, const V &Val) { in insert() function in llvm::ScopedHashTable
|
| H A D | simple_ilist.h | 159 iterator insert(iterator I, reference Node) { in insert() function in llvm::simple_ilist 166 void insert(iterator I, Iterator First, Iterator Last) { in insert() function in llvm::simple_ilist
|
| /third_party/toybox/toys/pending/ |
| H A D | tcpsvd.c | 90 static void insert(struct list_pid **l, int pid, char *addr) in insert() function
|
| /third_party/vixl/examples/aarch32/ |
| H A D | disasm-a32.cc | 85 void insert(const Symbol& sym) { in insert() function in SymbolTable
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | containers.py | 262 def insert(self, key, value): member in RepeatedScalarFieldContainer 393 def insert(self, key, value): member in RepeatedCompositeFieldContainer
|
| /third_party/python/Lib/idlelib/ |
| H A D | undo.py | 82 def insert(self, index, chars, tags=None): member in UndoDelegator [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_bisect.py | 28 def insert(self, idx, item): member in Range 293 def insert(self, index, item): member in TestInsort.test_listDerived.List
|
| /third_party/rust/crates/clap/src/error/ |
| H A D | mod.rs | 193 pub fn insert(&mut self, kind: ContextKind, value: ContextValue) -> Option<ContextValue> { in insert() functions
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | str_split_internal.h | 387 bool insert = true; in operator ()() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | inlined_vector.h | 561 iterator insert(const_iterator pos, const_reference v) { in insert() function in absl::InlinedVector 567 iterator insert(const_iterator pos, RValueReference v) { in insert() function in absl::InlinedVector 574 iterator insert(const_iterator pos, size_type n, const_reference v) { in insert() function in absl::InlinedVector 589 iterator insert(const_iterator pos, std::initializer_list<value_type> list) { in insert() function in absl::InlinedVector 600 iterator insert(const_iterator pos, ForwardIterator first, insert() function in absl::InlinedVector 620 iterator insert(const_iterator pos, InputIterator first, InputIterator last) { insert() function in absl::InlinedVector [all...] |
| /third_party/skia/include/private/ |
| H A D | SkTDArray.h | 194 T* insert(int index) { in insert() function in SkTDArray 197 T* insert(int index, int count, const T* src = nullptr) { in insert() function in SkTDArray
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | FontCollection.cpp | 385 std::shared_ptr<RSTypeface> insert(uint32_t fontId, std::shared_ptr<RSTypeface> hbFont) { function in skia::textlayout::SkLRUCacheMgr
|
| /third_party/rust/crates/nix/src/sys/ |
| H A D | select.rs | 38 pub fn insert(&mut self, fd: RawFd) { in insert() functions [all...] |
| /third_party/spirv-tools/source/util/ |
| H A D | small_vector.h | 348 iterator insert(iterator pos, InputIt first, InputIt last) { in insert() function in spvtools::utils::SmallVector
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | unordered_map.h | 364 pair<iterator, bool> insert(value_type&& v) in insert() function in unordered_map_base 373 pair<iterator, bool> insert(const value_type& v) in insert() function in unordered_map_base 382 auto insert(node_type&& nh) in insert() function in unordered_map_base 764 pair<typename base::iterator, bool> insert(pair<string_view, T>&& v) in insert() function in unordered_map 776 pair<typename base::iterator, bool> insert(const pair<string_view, T>& v) in insert() function in unordered_map
|
| /foundation/communication/dsoftbus/core/common/message_handler/ |
| H A D | message_handler.c | 320 bool insert = false; in PostMessageAtTime() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
| H A D | distributeddb_schema_test_tools.cpp | 45 string insert = "PerfTest"; in GenerateFixedLenJsonSchemaRecord() local 101 string insert = "PerfTest"; in GenerateFixedLenSchemaPerfRecord() local
|
| /third_party/gn/src/base/containers/ |
| H A D | flat_tree.h | 715 void flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::insert( insert() function in base::internal::flat_tree [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 374 insert(T &v, const T &w) { in insert() function
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 184 inline void insert(void *data) { insertTail(data); } in insert() function in nv50_ir::DLList 360 void insert(void *item, int& id) in insert() function in nv50_ir::ArrayList [all...] |