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:stringPool_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/idl_tool/metadata/
H
A
D
metadata_builder.cpp
70
//
stringPool_
's address
in CalculateMetaComponent()
71
stringPool_
.Add(module_->GetName());
in CalculateMetaComponent()
111
stringPool_
.Add(nspace->GetName());
in CalculateMetaNamespace()
130
stringPool_
.Add(sequenceable->GetName());
in CalculateMetaSequenceable()
131
stringPool_
.Add(sequenceable->GetNamespace()->ToString());
in CalculateMetaSequenceable()
142
stringPool_
.Add(interface->GetLicense());
in CalculateMetaInterface()
143
stringPool_
.Add(interface->GetName());
in CalculateMetaInterface()
144
stringPool_
.Add(interface->GetNamespace()->ToString());
in CalculateMetaInterface()
161
stringPool_
.Add(method->GetName());
in CalculateMetaMethod()
162
stringPool_
in CalculateMetaMethod()
[all...]
H
A
D
metadata_serializer.cpp
63
mc->
stringPool_
= reinterpret_cast<char*>(SerializeAdjust(mc->
stringPool_
));
in SerializeMetaComponent()
190
mc->
stringPool_
= reinterpret_cast<char*>(DeserializeAdjust(mc->
stringPool_
));
in DeserializeMetaComponent()
H
A
D
meta_component.h
44
char*
stringPool_
;
member
H
A
D
metadata_builder.h
82
StringPool
stringPool_
;
member in OHOS::Idl::MetadataBuilder
/foundation/ability/idl_tool/idl_tool_2/metadata/
H
A
D
metadata_builder.cpp
69
stringPool_
.Add(module_->GetName());
in CalculateMetaComponent()
78
//
stringPool_
's address
in CalculateMetaComponent()
110
stringPool_
.Add(nspace->GetName());
in CalculateMetaNamespace()
129
stringPool_
.Add(sequenceable->GetName());
in CalculateMetaSequenceable()
130
stringPool_
.Add(sequenceable->GetNamespace()->ToString());
in CalculateMetaSequenceable()
141
stringPool_
.Add(interface->GetLicense());
in CalculateMetaInterface()
142
stringPool_
.Add(interface->GetName());
in CalculateMetaInterface()
143
stringPool_
.Add(interface->GetNamespace()->ToString());
in CalculateMetaInterface()
160
stringPool_
.Add(method->GetName());
in CalculateMetaMethod()
161
stringPool_
in CalculateMetaMethod()
[all...]
H
A
D
metadata_serializer.cpp
60
mc->
stringPool_
= reinterpret_cast<char*>(SerializeAdjust(mc->
stringPool_
));
in SerializeMetaComponent()
183
mc->
stringPool_
= reinterpret_cast<char*>(DeserializeAdjust(mc->
stringPool_
));
in DeserializeMetaComponent()
H
A
D
meta_component.h
43
char*
stringPool_
;
member
H
A
D
metadata_builder.h
81
StringPool
stringPool_
;
member in OHOS::Idl::MetadataBuilder
Completed in 3 milliseconds