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:elems_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/tint/src/sem/
H
A
D
constant.h
98
const Scalars& Elements() const { return
elems_
; }
in Elements()
109
return func(
elems_
[index].i32);
in WithScalarAt()
112
return func(
elems_
[index].u32);
in WithScalarAt()
115
return func(
elems_
[index].f32);
in WithScalarAt()
118
return func(
elems_
[index].bool_);
in WithScalarAt()
129
Scalars
elems_
;
member in tint::sem::Constant
H
A
D
constant.cc
56
: type_(ty), elem_type_(ElemType(ty, els.size())),
elems_
(std::move(els)) {}
in Constant()
/third_party/libabigail/src/
H
A
D
abg-dwarf-reader.cc
1542
vector<expr_result>
elems_
;
member in abigail::dwarf::expr_result_stack_type
1547
{
elems_
.reserve(4);}
in expr_result_stack_type()
1552
unsigned s =
elems_
.size();
in operator []()
1554
return
elems_
[s - 1 -i];
in operator []()
1563
{return
elems_
.size();}
in size()
1567
{return
elems_
.rbegin();}
in begin()
1575
{return
elems_
.rend();}
in end()
1583
{return
elems_
.back();}
in front()
1591
{
elems_
.push_back(e);}
in push_front()
1597
elems_
in pop_front()
[all...]
Completed in 6 milliseconds