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
refs:raw_
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libabigail/include/
H
A
D
abg-interned-str.h
44
std::string*
raw_
;
member in abigail::interned_string
51
:
raw_
(raw)
in interned_string()
60
:
raw_
()
in interned_string()
67
{
raw_
= o.
raw_
;}
in interned_string()
75
raw_
= o.
raw_
;
in operator =()
82
{
raw_
= 0;}
in clear()
90
{return !
raw_
;}
in empty()
99
{return
raw_
;}
in raw()
[all...]
/third_party/node/deps/v8/include/cppgc/
H
A
D
member.h
29
MemberBase() :
raw_
(nullptr) {}
in MemberBase()
30
explicit MemberBase(const void* value) :
raw_
(value) {}
in MemberBase()
33
const void** GetRawSlot() const { return &
raw_
; }
in GetRawSlot()
34
const void* GetRaw() const { return
raw_
; }
in GetRaw()
35
void SetRaw(void* value) {
raw_
= value; }
in SetRaw()
38
return reinterpret_cast<const std::atomic<const void*>*>(&
raw_
)->load(
in GetRawAtomic()
42
reinterpret_cast<std::atomic<const void*>*>(&
raw_
)->store(
in SetRawAtomic()
46
void ClearFromGC() const {
raw_
= nullptr; }
in ClearFromGC()
49
// All constructors initialize `
raw_
`. Do not add a default value here as it
52
mutable const void*
raw_
;
member in cppgc::internal::MemberBase
[all...]
H
A
D
persistent.h
29
explicit PersistentBase(const void* raw) :
raw_
(raw) {}
in PersistentBase()
31
const void* GetValue() const { return
raw_
; }
in GetValue()
32
void SetValue(const void* value) {
raw_
= value; }
in SetValue()
40
raw_
= nullptr;
in ClearFromGC()
45
mutable const void*
raw_
= nullptr;
member in cppgc::internal::PersistentBase
H
A
D
cross-thread-persistent.h
28
return
raw_
;
in GetValueFromGC()
36
raw_
= nullptr;
in ClearFromGC()
/third_party/node/deps/v8/include/v8-include/cppgc/
H
A
D
member.h
40
V8_INLINE explicit MemberBase(const void* value) :
raw_
(value) {}
in MemberBase()
45
V8_INLINE explicit MemberBase(RawStorage raw) :
raw_
(raw) {}
in MemberBase()
46
V8_INLINE explicit MemberBase(std::nullptr_t) :
raw_
(nullptr) {}
in MemberBase()
47
V8_INLINE explicit MemberBase(SentinelPointer s) :
raw_
(s) {}
in MemberBase()
52
V8_INLINE const void* GetRaw() const { return
raw_
.Load(); }
in GetRaw()
53
V8_INLINE void SetRaw(void* value) {
raw_
.Store(value); }
in SetRaw()
55
V8_INLINE const void* GetRawAtomic() const { return
raw_
.LoadAtomic(); }
in GetRawAtomic()
56
V8_INLINE void SetRawAtomic(const void* value) {
raw_
.StoreAtomic(value); }
in SetRawAtomic()
58
V8_INLINE RawStorage GetRawStorage() const { return
raw_
; }
in GetRawStorage()
60
reinterpret_cast<std::atomic<RawStorage>&>(
raw_
)
in SetRawStorageAtomic()
71
mutable RawStorage
raw_
;
global()
member in cppgc::internal::MemberBase
[all...]
H
A
D
persistent.h
26
explicit PersistentBase(const void* raw) :
raw_
(raw) {}
in PersistentBase()
28
const void* GetValue() const { return
raw_
; }
in GetValue()
29
void SetValue(const void* value) {
raw_
= value; }
in SetValue()
37
raw_
= nullptr;
in ClearFromGC()
42
mutable const void*
raw_
= nullptr;
member in cppgc::internal::PersistentBase
H
A
D
cross-thread-persistent.h
28
return
raw_
;
in GetValueFromGC()
36
raw_
= nullptr;
in ClearFromGC()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H
A
D
extension.h
68
explicit FormatSinkImpl(FormatRawSinkImpl raw) :
raw_
(raw) {}
in FormatSinkImpl()
73
raw_
.Write(string_view(buf_, pos_ - buf_));
in Flush()
100
raw_
.Write(v);
in Append()
125
FormatRawSinkImpl
raw_
;
member in absl::FormatConversionChar::FormatSinkImpl
/third_party/node/deps/v8/src/parsing/
H
A
D
parser.h
470
: cooked_(8, zone),
raw_
(8, zone), expressions_(8, zone), pos_(pos) {}
in TemplateLiteral()
473
const ZonePtrList<const AstRawString>* raw() const { return &
raw_
; }
in raw()
481
raw_
.Add(raw, zone);
in AddTemplateSpan()
490
ZonePtrList<const AstRawString>
raw_
;
member in v8::internal::Parser::TemplateLiteral
Completed in 10 milliseconds