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:mPtr
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/util/
H
A
D
autoptr.h
24
inline AutoPtr() :
mPtr
(nullptr) {}
in AutoPtr()
77
T *
mPtr
;
member in OHOS::Idl::AutoPtr
81
AutoPtr<T>::AutoPtr(T *other) :
mPtr
(other)
in AutoPtr()
83
if (
mPtr
!= nullptr) {
in AutoPtr()
84
mPtr
->AddRef();
in AutoPtr()
89
AutoPtr<T>::AutoPtr(const AutoPtr<T> &other) :
mPtr
(other.
mPtr
)
in AutoPtr()
91
if (
mPtr
!= nullptr) {
in AutoPtr()
92
mPtr
->AddRef();
in AutoPtr()
97
AutoPtr<T>::AutoPtr(AutoPtr<T> &&other) :
mPtr
(othe
[all...]
/foundation/ability/idl_tool/util/
H
A
D
autoptr.h
25
:
mPtr
(nullptr)
in AutoPtr()
79
T*
mPtr
;
member in OHOS::Idl::AutoPtr
84
:
mPtr
(other)
in AutoPtr()
86
if (
mPtr
!= nullptr) {
in AutoPtr()
87
mPtr
->AddRef();
in AutoPtr()
93
:
mPtr
(other.
mPtr
)
in AutoPtr()
95
if (
mPtr
!= nullptr) {
in AutoPtr()
96
mPtr
->AddRef();
in AutoPtr()
102
:
mPtr
(othe
in AutoPtr()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H
A
D
nn_executor_test.cpp
168
OH_NN_Memory*
mPtr
= &memoryPtr;
in HWTEST_F()
local
169
memory = &
mPtr
;
in HWTEST_F()
1668
OH_NN_Memory*
mPtr
= &memoryPtr;
in HWTEST_F()
local
1669
memory = &
mPtr
;
in HWTEST_F()
1715
OH_NN_Memory*
mPtr
= &memoryPtr;
in HWTEST_F()
local
1716
memory = &
mPtr
;
in HWTEST_F()
1823
OH_NN_Memory*
mPtr
= &memoryPtr;
in HWTEST_F()
local
1824
memory = &
mPtr
;
in HWTEST_F()
1932
OH_NN_Memory*
mPtr
= &memoryPtr;
in HWTEST_F()
local
1933
memory = &
mPtr
;
in HWTEST_F()
1979
OH_NN_Memory*
mPtr
= &memoryPtr;
HWTEST_F()
local
2087
OH_NN_Memory*
mPtr
= &memoryPtr;
HWTEST_F()
local
[all...]
Completed in 5 milliseconds