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:type_annotation
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_items.cpp
365
for (auto
type_annotation
: type_annotations_) {
in WriteAnnotations()
366
if (!WriteIdTaggedValue(writer, ClassTag::TYPE_ANNOTATION,
type_annotation
)) {
in WriteAnnotations()
672
for (auto
type_annotation
: type_annotations_) {
in WriteTypeAnnotations()
673
if (!WriteIdTaggedValue(writer, MethodTag::TYPE_ANNOTATION,
type_annotation
)) {
in WriteTypeAnnotations()
1366
for (auto
type_annotation
: type_annotations_) {
in WriteAnnotations()
1367
if (!WriteIdTaggedValue(writer, FieldTag::TYPE_ANNOTATION,
type_annotation
)) {
in WriteAnnotations()
H
A
D
file_items.h
560
void AddTypeAnnotation(AnnotationItem *
type_annotation
)
in AddTypeAnnotation()
argument
562
type_annotations_.push_back(
type_annotation
);
in AddTypeAnnotation()
840
void AddTypeAnnotation(AnnotationItem *
type_annotation
)
in AddTypeAnnotation()
argument
842
type_annotations_.push_back(
type_annotation
);
in AddTypeAnnotation()
921
void AddTypeAnnotation(AnnotationItem *
type_annotation
)
in AddTypeAnnotation()
argument
923
type_annotations_.push_back(
type_annotation
);
in AddTypeAnnotation()
1088
void AddTypeAnnotation(AnnotationItem *
type_annotation
)
in AddTypeAnnotation()
argument
1090
type_annotations_.push_back(
type_annotation
);
in AddTypeAnnotation()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
object.cpp
1795
type_annotation
] = [memberExpr]() -> std::pair<const ir::Identifier *, const ir::TypeNode *> {
1807
if (
type_annotation
== nullptr) {
Completed in 9 milliseconds