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:unionType
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H
A
D
hdi_code_emitter.cpp
292
AutoPtr<ASTUnionType>
unionType
= (static_cast<ASTUnionType*>(astType.Get()));
in NewUnionTypeEmitter()
local
293
for (size_t i = 0; i <
unionType
->GetMemberNumber(); i++) {
in NewUnionTypeEmitter()
294
unionTypeEmitter->AddMember(
unionType
->GetMemberName(i), GetTypeEmitter(
unionType
->GetMemberType(i)));
in NewUnionTypeEmitter()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
parser.h
170
void ParseUnionMember(const AutoPtr<ASTUnionType> &
unionType
);
173
const AutoPtr<ASTUnionType> &
unionType
, const AutoPtr<ASTType> &type, const std::string &name) const;
H
A
D
parser.cpp
1458
AutoPtr<ASTUnionType>
unionType
= new ASTUnionType;
in ParseUnionDeclaration()
local
1459
unionType
->SetAttribute(ParseUserDefTypeAttr(attrs));
in ParseUnionDeclaration()
1466
unionType
->SetName(token.value);
in ParseUnionDeclaration()
1477
ParseUnionMember(
unionType
);
in ParseUnionDeclaration()
1493
unionType
->SetNamespace(ast_->ParseNamespace(ast_->GetFullName()));
in ParseUnionDeclaration()
1494
ast_->AddTypeDefinition(
unionType
.Get());
in ParseUnionDeclaration()
1497
void Parser::ParseUnionMember(const AutoPtr<ASTUnionType> &
unionType
)
in ParseUnionMember()
argument
1518
if (!AddUnionMember(
unionType
, memberType, memberName)) {
in ParseUnionMember()
1537
const AutoPtr<ASTUnionType> &
unionType
, const AutoPtr<ASTType> &type, const std::string &name) const
in AddUnionMember()
1539
for (size_t i = 0; i <
unionType
in AddUnionMember()
1536
AddUnionMember( const AutoPtr<ASTUnionType> &
unionType
, const AutoPtr<ASTType> &type, const std::string &name) const
AddUnionMember()
argument
[all...]
Completed in 4 milliseconds