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:listType
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H
A
D
hdi_c_code_emitter.cpp
134
AutoPtr<ASTListType>
listType
= dynamic_cast<ASTListType *>(type.Get());
in EmitNeedLoopVar()
local
135
if (rwNeedLoopVar(
listType
->GetElementType()) || freeNeedLoopVar(
listType
->GetElementType())) {
in EmitNeedLoopVar()
H
A
D
c_custom_types_code_emitter.cpp
456
AutoPtr<ASTListType>
listType
= dynamic_cast<ASTListType *>(type.Get());
in EmitArrayMemberUnmarshalling()
local
457
elementType =
listType
->GetElementType();
in EmitArrayMemberUnmarshalling()
/foundation/ability/idl_tool/idl_tool_2/metadata/
H
A
D
metadata_reader.cpp
176
AutoPtr<ASTListType>
listType
= new ASTListType();
in ReadMetaType()
local
177
listType
->SetElementType(ReadMetaType(elementMt));
in ReadMetaType()
178
astType =
listType
.Get();
in ReadMetaType()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
parser.cpp
1119
AutoPtr<ASTListType>
listType
= new ASTListType();
in ParseListType()
local
1120
listType
->SetElementType(type);
in ParseListType()
1121
AutoPtr<ASTType> retType = ast_->FindType(
listType
->ToString(), false);
in ParseListType()
1123
retType =
listType
.Get();
in ParseListType()
Completed in 5 milliseconds