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:GetObjectCount
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H
A
D
composite_object_provider.cpp
86
curSize += provider->
GetObjectCount
();
in FindProvider()
99
size_t CompositeObjectProvider::
GetObjectCount
(const DataModelIndex& index) const
in GetObjectCount()
function in CompositeObjectProvider
105
return p->
GetObjectCount
(DataModelIndex { ni, index.GetDimensionPointer() });
in GetObjectCount()
113
res += provider->
GetObjectCount
();
in GetObjectCount()
128
base += prov->
GetObjectCount
();
in CalculateIndex()
196
if (provider->
GetObjectCount
() > 0) {
in OnProviderAdded()
199
META_ACCESS_EVENT(OnDataAdded)->Invoke(DataModelIndex { index }, provider->
GetObjectCount
());
in OnProviderAdded()
213
base += prov->
GetObjectCount
();
in CalculateIndexBase()
231
if (provider->
GetObjectCount
() > 0) {
in OnProviderRemoved()
233
META_ACCESS_EVENT(OnDataRemoved)->Invoke(DataModelIndex { index }, provider->
GetObjectCount
());
in OnProviderRemoved()
[all...]
H
A
D
object_provider_base.h
37
size_t
GetObjectCount
(const DataModelIndex& index) const override;
H
A
D
composite_object_provider.h
38
size_t
GetObjectCount
(const DataModelIndex& index) const override;
H
A
D
object_provider_base.cpp
69
size_t ObjectProviderBase::
GetObjectCount
(const DataModelIndex& index) const
in GetObjectCount()
function in ObjectProviderBase
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/model/
H
A
D
intf_object_provider.h
46
virtual size_t
GetObjectCount
(const DataModelIndex& index) const = 0;
51
size_t
GetObjectCount
() const
in GetObjectCount()
function in IObjectProvider
53
return
GetObjectCount
(DataModelIndex {});
in GetObjectCount()
Completed in 3 milliseconds