Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:erase
(Results
51 - 75
of
92
) sorted by relevance
1
2
3
4
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H
A
D
btree_container.h
156
iterator
erase
(const_iterator iter) { return tree_.
erase
(iterator(iter)); }
in erase()
function in absl::container_internal::btree_container
157
iterator
erase
(iterator iter) { return tree_.
erase
(iter); }
in erase()
function in absl::container_internal::btree_container
158
iterator
erase
(const_iterator first, const_iterator last) {
in erase()
function in absl::container_internal::btree_container
162
size_type
erase
(const key_arg<K> &key) {
in erase()
function in absl::container_internal::btree_container
/third_party/gn/src/base/containers/
H
A
D
circular_deque.h
779
iterator
erase
(const_iterator pos) { return
erase
(pos, pos + 1); }
in erase()
function in base::circular_deque
780
iterator
erase
(const_iterato
in erase()
function in base::circular_deque
[all...]
/third_party/json/include/nlohmann/
H
A
D
json.hpp
2417
IteratorType
erase
(IteratorType pos)
in erase()
function in basic_json
2487
IteratorType
erase
(IteratorType first, IteratorType last)
in erase()
function in basic_json
2592
size_type
erase
(const typename object_t::key_type& key)
erase()
function in basic_json
2603
size_type
erase
(KeyType && key)
erase()
function in basic_json
2610
void
erase
(const size_type idx)
erase()
function in basic_json
[all...]
/third_party/node/src/
H
A
D
node_binding.cc
311
void
erase
(void* handle) {
in erase()
function
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_shader.h
172
void
erase
(const T& t) {
in erase()
function in r600_sb::queue
/third_party/skia/samplecode/
H
A
D
SampleFatBits.cpp
45
static void
erase
(SkSurface* surface) {
in erase()
function
H
A
D
SampleQuadStroker.cpp
91
static void
erase
(const sk_sp<SkSurface>& surface) {
in erase()
function
/third_party/skia/src/core/
H
A
D
SkBitmap.cpp
401
void SkBitmap::
erase
(SkColor c, const SkIRect& area) const {
in erase()
function in SkBitmap
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
Optimizer.cpp
850
void Optimizer::Uses::
erase
(Ice::Inst *instruction)
in erase()
function in __anon22923::Optimizer::Uses
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
JSON.h
126
void
erase
(iterator I) { M.
erase
(I); }
in erase()
function in llvm::json::Object
560
inline bool Object::
erase
(StringRef K) {
in erase()
function in llvm::json::Object
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H
A
D
SmallVector.h
431
iterator
erase
(const_iterator CI) {
in erase()
function in llvm::SmallVectorImpl
446
iterator
erase
(const_iterator CS, const_iterator CE) {
in erase()
function in llvm::SmallVectorImpl
H
A
D
StringMap.h
418
void
erase
(iterator I) {
in erase()
function in llvm::StringMap
424
bool
erase
(StringRef Key) {
in erase()
function in llvm::StringMap
H
A
D
DenseMap.h
243
bool
erase
(const KeyT &Val) {
in erase()
function in llvm::DenseMapBase
254
void
erase
(iterator I) {
in erase()
function in llvm::DenseMapBase
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H
A
D
scheduler.cpp
336
void Scheduler::WaitingFibers::
erase
(Fiber* fiber) {
in erase()
function in marl::Scheduler::WaitingFibers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
SmallVector.h
434
iterator
erase
(const_iterator CI) {
in erase()
function in llvm::SmallVectorImpl
449
iterator
erase
(const_iterator CS, const_iterator CE) {
in erase()
function in llvm::SmallVectorImpl
H
A
D
StringMap.h
473
void
erase
(iterator I) {
in erase()
function in llvm::StringMap
479
bool
erase
(StringRef Key) {
in erase()
function in llvm::StringMap
H
A
D
DenseMap.h
272
bool
erase
(const KeyT &Val) {
in erase()
function in llvm::DenseMapBase
283
void
erase
(iterator I) {
in erase()
function in llvm::DenseMapBase
/third_party/vixl/src/
H
A
D
invalset-vixl.h
414
size_t InvalSet<TEMPLATE_INVALSET_P_DEF>::
erase
(const ElementType& element) {
in erase()
function in vixl::InvalSet
/third_party/backends/backend/
H
A
D
dc240.c
757
erase
(SANE_Int fd)
in erase()
function
H
A
D
dc210.c
607
erase
(int fd)
in erase()
function
[all...]
H
A
D
gphoto2.c
620
erase
(void)
in erase()
function
/third_party/littlefs/
H
A
D
lfs.h
178
int (*
erase
)(const struct lfs_config *c, lfs_block_t block);
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
MachineBasicBlock.h
664
iterator
erase
(iterator I, iterator E) {
in erase()
function in llvm::MachineBasicBlock
671
iterator
erase
(iterator I) {
in erase()
function in llvm::MachineBasicBlock
679
iterator
erase
(MachineInstr *I) {
in erase()
function in llvm::MachineBasicBlock
/third_party/protobuf/src/google/protobuf/
H
A
D
map.h
645
void
erase
(iterator it) {
in erase()
function in google::protobuf::Map::InnerMap
1202
size_type
erase
(const key_arg<K>& key) {
in erase()
function in google::protobuf::Map
1211
iterator
erase
(iterator pos) {
in erase()
function in google::protobuf::Map
1216
void
erase
(iterato
in erase()
function in google::protobuf::Map
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H
A
D
graphcycles.cc
184
void
erase
(uint32_t v) {
in erase()
function in absl::synchronization_internal::__anon19421::NodeSet
Completed in 37 milliseconds
1
2
3
4