Home
last modified time | relevance | path

Searched defs:insert (Results 1 - 25 of 264) sorted by relevance

1234567891011

/third_party/rust/crates/clap/clap_lex/tests/
H A Dlexer.rs2 fn insert() { in insert() functions
/third_party/skia/src/core/
H A DSkBBHFactory.cpp15 void SkBBoxHierarchy::insert(const SkRect rects[], const Metadata[], int N) { in insert() function in SkBBoxHierarchy
/third_party/rust/crates/bindgen/bindgen/
H A Dregex_set.rs32 pub fn insert<S>(&mut self, string: S) in insert() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringSet.h38 std::pair<typename base::iterator, bool> insert(StringRef Key) { in insert() function in llvm::StringSet
44 void insert(const InputIt &Begin, const InputIt &End) { in insert() function in llvm::StringSet
51 insert(const StringMapEntry<ValueTy> &MapEntry) { in insert() function in llvm::StringSet
H A DUniqueVector.h40 unsigned insert(const T &Entry) { in insert() function in llvm::UniqueVector
/third_party/json/include/nlohmann/
H A Dordered_map.hpp324 std::pair<iterator, bool> insert( value_type&& value ) in insert() function
329 std::pair<iterator, bool> insert( const value_type& value ) in insert() function
347 void insert(InputIt first, InputIt last) in insert() function
/third_party/node/deps/v8/src/wasm/
H A Dbranch-hint-map.h25 void insert(uint32_t offset, WasmBranchHint hint) { in insert() function in v8::internal::wasm::BranchHintMap
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dhas_type_param_in_array.rs66 fn insert<Id: Into<ItemId>>(&mut self, id: Id) -> ConstrainResult { in insert() functions
H A Dhas_float.rs64 fn insert<Id: Into<ItemId>>(&mut self, id: Id) -> ConstrainResult { in insert() functions
[all...]
H A Dhas_destructor.rs56 fn insert<Id: Into<ItemId>>(&mut self, id: Id) -> ConstrainResult { in insert() functions
/third_party/skia/src/gpu/
H A DGrClientMappedBufferManager.cpp29 void GrClientMappedBufferManager::insert(sk_sp<GrGpuBuffer> b) { in insert() function in GrClientMappedBufferManager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h112 Key insert(StringRef FunctionName) { in insert() function in llvm::SymbolRemappingReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTrigramIndex.cpp32 void TrigramIndex::insert(std::string Regex) { in insert() function in TrigramIndex
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h78 void insert(MachineInstr *I) { in insert() function in llvm::GISelWorkList
/third_party/skia/modules/skplaintexteditor/src/
H A Dstringslice.cpp42 void StringSlice::insert(std::size_t offset, const char* text, std::size_t length) { in insert() function in StringSlice
/third_party/node/lib/internal/
H A Dtimers.js360 function insert(item, msecs, start = getLibuvNow()) { function
/third_party/musl/libc-test/src/common/
H A Drand.c94 static int insert(uint64_t *tab, size_t len, uint64_t v) in insert() function
/third_party/python/Lib/idlelib/
H A Dpercolator.py26 def insert(self, index, chars, tags=None): member in Percolator
81 def insert(self, *args): member in _percolator.Tracer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp47 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert() function in DebugStringTableSubsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp20 void AddressRanges::insert(AddressRange Range) { in insert() function in AddressRanges
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DNameSpace.hpp77 void insert(GLuint name, ObjectType *object) in insert() function in gl::NameSpace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCObjectStreamer.h77 void insert(MCFragment *F) { in insert() function in llvm::MCObjectStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallSet.h80 std::pair<NoneType, bool> insert(const T &V) { in insert() function in llvm::SmallSet
102 void insert(IterT I, IterT E) { in insert() function in llvm::SmallSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert() function in llvm::BlotMapVector
/third_party/elfutils/libdwfl/
H A Dsegment.c54 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert() function

Completed in 8 milliseconds

1234567891011