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:attachments_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
object.cpp
43
if (
attachments_
) {
in Destroy()
44
attachments_
->RemoveAllAttachments();
in Destroy()
45
attachments_
.reset();
in Destroy()
54
if (
attachments_
) {
in Attach()
55
return
attachments_
->Attach(attachment, dataContext);
in Attach()
62
if (
attachments_
) {
in Detach()
63
return
attachments_
->Detach(attachment);
in Detach()
70
if (
attachments_
) {
in GetAttachments()
71
return
attachments_
->GetAttachments(uids, strict);
in GetAttachments()
77
if (const auto container = interface_cast<IContainer>(
attachments_
)) {
in HasAttachments()
[all...]
H
A
D
object.h
65
mutable META_NS::IAttachmentContainer::Ptr
attachments_
;
member in Internal::Object
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl_framebuffer.cpp
77
auto it =
attachments_
.begin();
in ~WebGLFramebuffer()
78
while (it !=
attachments_
.end()) {
in ~WebGLFramebuffer()
80
attachments_
.erase(it);
in ~WebGLFramebuffer()
81
it =
attachments_
.begin();
in ~WebGLFramebuffer()
93
if (
attachments_
[attachment]) {
in AddAttachment()
94
DoDetachment(target,
attachments_
[attachment]);
in AddAttachment()
95
delete
attachments_
[attachment];
in AddAttachment()
97
attachments_
[attachment] = attachmentObject;
in AddAttachment()
109
if (
attachments_
[attachment]) {
in AddAttachment()
110
DoDetachment(target,
attachments_
[attachmen
in AddAttachment()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_object.cpp
116
attachments_
.clear();
258
return
attachments_
;
263
attachments_
.push_back(entity);
269
for (auto attachment =
attachments_
.cbegin(); attachment !=
attachments_
.cend(); attachment++) {
271
attachments_
.erase(attachment);
303
BASE_NS::vector<CORE_NS::Entity>
attachments_
;
member in EcsObject
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H
A
D
webgl_framebuffer.h
133
std::map<GLenum, WebGLAttachment*>
attachments_
{};
Completed in 3 milliseconds