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:method_ptr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jddctmgr.c
103
inverse_DCT_method_ptr
method_ptr
= NULL;
in start_pass()
local
112
method_ptr
= jpeg_idct_1x1;
in start_pass()
117
method_ptr
= jsimd_idct_2x2;
in start_pass()
119
method_ptr
= jpeg_idct_2x2;
in start_pass()
123
method_ptr
= jpeg_idct_3x3;
in start_pass()
128
method_ptr
= jsimd_idct_4x4;
in start_pass()
130
method_ptr
= jpeg_idct_4x4;
in start_pass()
134
method_ptr
= jpeg_idct_5x5;
in start_pass()
140
method_ptr
= jsimd_idct_6x6;
in start_pass()
143
method_ptr
in start_pass()
[all...]
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-actions.h
1317
const MethodPtr
method_ptr
;
member
1321
-> decltype((obj_ptr->*
method_ptr
)(std::forward<Args>(args)...)) {
in decltype()
1322
return (obj_ptr->*
method_ptr
)(std::forward<Args>(args)...);
in decltype()
1346
const MethodPtr
method_ptr
;
member
1353
return (obj_ptr->*
method_ptr
)();
in operator ()()
1959
MethodPtr
method_ptr
) {
1960
return {obj_ptr,
method_ptr
};
1974
Class* obj_ptr, MethodPtr
method_ptr
) {
1975
return {obj_ptr,
method_ptr
};
Completed in 7 milliseconds