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:GetAllTypes
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_class_registry.h
63
virtual BASE_NS::vector<IClassInfo::ConstPtr>
GetAllTypes
(
66
* @brief A helper for
GetAllTypes
(interfaceUids, strict) which always defines strict=true.
68
BASE_NS::vector<IClassInfo::ConstPtr>
GetAllTypes
(const BASE_NS::vector<BASE_NS::Uid>& interfaceUids) const
in GetAllTypes()
function in IClassRegistry
70
return
GetAllTypes
(interfaceUids, true, true);
in GetAllTypes()
H
A
D
intf_object_registry.h
178
* @brief Returns all available object categories. Use
GetAllTypes
() for a list of
187
BASE_NS::vector<IClassInfo::ConstPtr>
GetAllTypes
(ObjectCategoryBits category) const
in GetAllTypes()
function in IObjectRegistry
189
return
GetAllTypes
(category, true, true);
in GetAllTypes()
202
virtual BASE_NS::vector<IClassInfo::ConstPtr>
GetAllTypes
(
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
class_registry.h
46
BASE_NS::vector<IClassInfo::ConstPtr>
GetAllTypes
(
59
BASE_NS::vector<IClassInfo::ConstPtr>
GetAllTypes
(
H
A
D
class_registry.cpp
84
BASE_NS::vector<IClassInfo::ConstPtr> ClassRegistry::
GetAllTypes
(
in GetAllTypes()
function in ClassRegistry
102
BASE_NS::vector<IClassInfo::ConstPtr> ClassRegistry::
GetAllTypes
(
in GetAllTypes()
function in ClassRegistry
H
A
D
object_registry.h
67
BASE_NS::vector<IClassInfo::ConstPtr>
GetAllTypes
(
H
A
D
object_registry.cpp
334
BASE_NS::vector<IClassInfo::ConstPtr> ObjectRegistry::
GetAllTypes
(
in GetAllTypes()
function in ObjectRegistry
338
return classRegistry_.
GetAllTypes
(category, strict, excludeDeprecated);
in GetAllTypes()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H
A
D
IntfClassRegistryTest.cpp
76
auto all = classRegistry_.
GetAllTypes
({});
in HWTEST_F()
88
auto animations = classRegistry_.
GetAllTypes
({ IAnimation::UID });
in HWTEST_F()
93
auto staggered = classRegistry_.
GetAllTypes
({ IStaggeredAnimation::UID });
in HWTEST_F()
Completed in 4 milliseconds