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:rValue
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H
A
D
cache_data.h
100
bool operator<(const DataPointer&
rValue
) const
in operator <()
102
if (size_ ==
rValue
.size_) {
in operator <()
103
return memcmp(pointer_,
rValue
.pointer_, size_) < 0;
in operator <()
105
return size_ <
rValue
.size_;
in operator <()
130
bool operator<(const ShaderPointer&
rValue
) const
in operator <()
132
return *keyPointer_ < *
rValue
.keyPointer_;
in operator <()
134
const ShaderPointer& operator=(const ShaderPointer&
rValue
)
in operator =()
argument
136
keyPointer_ =
rValue
.keyPointer_;
in operator =()
137
valuePointer_ =
rValue
.valuePointer_;
in operator =()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H
A
D
hgm_screen.h
123
bool operator==(const ScreenProfile&
rValue
) const
in operator ==()
125
if (
rValue
.GetWidth() != width_ ||
rValue
.GetHeight() != height_ ||
in operator ==()
126
rValue
.GetRate() != refreshrate_) {
in operator ==()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_circle_drawing_manager.cpp
401
int32_t
rValue
= ParseStringToInteger(r);
in ParseColorString()
local
405
std::vector<int32_t> rgbValue = {
rValue
, gValue, bValue};
in ParseColorString()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H
A
D
distributeddb_nb_crud_test.cpp
1487
DistributedDB::Value
rValue
[iCount];
in HWTEST_F()
local
1488
rValue
[0] = ValueCrud[2];
in HWTEST_F()
1489
rValue
[1] = ValueCrud[3];
in HWTEST_F()
1490
rValue
[2] = ValueCrud[4];
in HWTEST_F()
1494
EXPECT_EQ(entries[index].value,
rValue
[index]);
in HWTEST_F()
Completed in 4 milliseconds