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
defs:pluginRegistry
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/plugin/
H
A
D
dynamic_registry.cpp
34
extern "C" void InitRegistry(CORE_NS::IPluginRegister&
pluginRegistry
)
in InitRegistry()
argument
H
A
D
static_plugin.cpp
101
PluginToken RegisterInterfaces(IPluginRegister&
pluginRegistry
)
in RegisterInterfaces()
argument
111
IPluginRegister*
pluginRegistry
= static_cast<IPluginRegister*>(token);
in UnregisterInterfaces()
local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H
A
D
dynamic_registry.cpp
33
extern "C" void InitRegistry(CORE_NS::IPluginRegister&
pluginRegistry
)
in InitRegistry()
argument
H
A
D
static_plugin.cpp
312
void RegisterTypes(IPluginRegister&
pluginRegistry
)
in RegisterTypes()
argument
328
void UnregisterTypes(IPluginRegister&
pluginRegistry
)
in UnregisterTypes()
argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
plugin.cpp
50
PluginToken RegisterInterfaces(IPluginRegister&
pluginRegistry
)
in RegisterInterfaces()
argument
H
A
D
object_registry.cpp
71
auto&
pluginRegistry
= CORE_NS::GetPluginRegister();
in ~ObjectRegistry()
local
96
auto&
pluginRegistry
= CORE_NS::GetPluginRegister();
in RegisterToPluginRegistry()
local
109
auto&
pluginRegistry
= CORE_NS::GetPluginRegister();
in UnregisterFromPluginRegistry()
local
/foundation/graphic/graphic_3d/lume/LumeFont/src/plugin/
H
A
D
plugin.cpp
79
CORE_NS::PluginToken RegisterInterfaces(CORE_NS::IPluginRegister&
pluginRegistry
)
in RegisterInterfaces()
argument
89
auto*
pluginRegistry
= static_cast<CORE_NS::IPluginRegister*>(token);
in UnregisterInterfaces()
local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
component_dll.cpp
144
PluginToken RegisterInterfaces(IPluginRegister&
pluginRegistry
)
in RegisterInterfaces()
argument
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/
H
A
D
component_dll.cpp
232
PluginToken RegisterInterfaces(IPluginRegister&
pluginRegistry
)
in RegisterInterfaces()
argument
256
auto&
pluginRegistry
in UnregisterInterfaces()
local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H
A
D
graphics_context.cpp
584
PluginToken RegisterInterfaces3D(IPluginRegister&
pluginRegistry
)
in RegisterInterfaces3D()
argument
597
IPluginRegister*
pluginRegistry
= static_cast<IPluginRegister*>(token);
in UnregisterInterfaces3D()
local
[all...]
Completed in 8 milliseconds