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:RefCounted
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H
A
D
refcount.h
121
class
RefCounted
: virtual public RefCount {
class
123
RefCounted
() : ref_count_(0) {
in RefCounted()
function in sfntly::RefCounted
130
RefCounted
(cons
in RefCounted()
argument
138
operator =(const
RefCounted
<TDerived>&)
operator =()
argument
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H
A
D
RefCounted.cpp
25
RefCounted
::
RefCounted
(uint64_t payload) : mRefCount(kRefCountIncrement + payload) {
in RefCounted()
function in RefCounted
[all...]
H
A
D
RefCounted.h
23
class
RefCounted
{
class
/third_party/gn/src/base/memory/
H
A
D
ref_counted.h
201
class
RefCounted
: public subtle::
RefCounted
Base {
global()
class
206
RefCounted
() : subtle::
RefCounted
Base(T::kRefCountPreference) {}
RefCounted()
function in base::RefCounted
[all...]
H
A
D
scoped_refptr.h
37
IsRefCountPreferenceOverridden(const T*, const
RefCounted
<U, V>*)
IsRefCountPreferenceOverridden()
argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H
A
D
inlined_vector_test.cc
78
class
RefCounted
{
class
80
RefCounted
(int value, int* count) : value_(value), count_(count) { Ref(); }
in RefCounted()
function in __anon19170::RefCounted
82
RefCounted
(const
RefCounted
& v) : value_(v.value_), count_(v.count_) {
in RefCounted()
function in __anon19170::RefCounted
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
vk_utils.h
561
class
RefCounted
: angle::NonCopyable
class
564
RefCounted
() : mRefCount(0) {}
in RefCounted()
function in rx::vk::RefCounted
565
explicit
RefCounted
(T &&newObject) : mRefCount(0), mObject(std::move(newObject)) {}
in RefCounted()
function in rx::vk::RefCounted
568
RefCounted
(
RefCounted
&©) : mRefCount(copy.mRefCount), mObject(std::move(copy.mObject))
in RefCounted()
function in rx::vk::RefCounted
[all...]
Completed in 6 milliseconds