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:funs
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_memory_allocator_vk.cpp
126
VmaVulkanFunctions
funs
{};
in GetVmaVulkanFunctions()
128
funs
.vkGetInstanceProcAddr = vkGetInstanceProcAddr;
in GetVmaVulkanFunctions()
129
funs
.vkGetDeviceProcAddr = vkGetDeviceProcAddr;
in GetVmaVulkanFunctions()
131
funs
.vkGetPhysicalDeviceProperties = vkGetPhysicalDeviceProperties;
in GetVmaVulkanFunctions()
132
funs
.vkGetPhysicalDeviceMemoryProperties = vkGetPhysicalDeviceMemoryProperties;
in GetVmaVulkanFunctions()
133
funs
.vkAllocateMemory = vkAllocateMemory;
in GetVmaVulkanFunctions()
134
funs
.vkFreeMemory = vkFreeMemory;
in GetVmaVulkanFunctions()
135
funs
.vkMapMemory = vkMapMemory;
in GetVmaVulkanFunctions()
136
funs
.vkUnmapMemory = vkUnmapMemory;
in GetVmaVulkanFunctions()
137
funs
in GetVmaVulkanFunctions()
189
VmaVulkanFunctions
funs
= GetVmaVulkanFunctions(instance, device);
PlatformGpuMemoryAllocator()
local
[all...]
/foundation/multimodalinput/input/tools/event_inject/src/
H
A
D
injection_event_dispatch.cpp
58
InjectFunctionMap
funs
[] = {
in InitManageFunction()
local
64
for (auto &it :
funs
) {
in InitManageFunction()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
client_msg_handler.cpp
51
MsgCallback
funs
[] = {
in Init()
local
85
for (auto &it :
funs
) {
in Init()
/foundation/multimodalinput/input/intention/frameworks/client/src/
H
A
D
intention_manager.cpp
60
std::map<MessageId, std::function<int32_t(const StreamClient&, NetPacket&)>>
funs
{
in InitMsgHandler()
96
for (auto &[id, cb] :
funs
) {
in InitMsgHandler()
/foundation/multimodalinput/input/service/message_handle/src/
H
A
D
server_msg_handler.cpp
71
MsgCallback
funs
[] = {
in Init()
local
88
for (auto &it :
funs
) {
in Init()
Completed in 5 milliseconds