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:NUM_COLUMNS
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
bit_table.h
86
static constexpr size_t
NUM_COLUMNS
= N_COLUMNS;
member in ark::BitTableRow
265
template <size_t
NUM_COLUMNS
>
266
struct BitTableDefault : public BitTableRow<
NUM_COLUMNS
, BitTableDefault<
NUM_COLUMNS
>> {
267
using Base = BitTableRow<
NUM_COLUMNS
, BitTableDefault<
NUM_COLUMNS
>>;
312
static constexpr size_t
NUM_COLUMNS
= AccessorT::
NUM_COLUMNS
;
member in ark::BitTable
388
return
NUM_COLUMNS
;
in GetColumnsCount()
398
return columnsOffsets_[
NUM_COLUMNS
];
in GetRowSizeInBits()
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
bit_table.h
78
static constexpr size_t
NUM_COLUMNS
= NumColumns;
member in panda::BitTableRow
297
static constexpr size_t
NUM_COLUMNS
= AccessorT::
NUM_COLUMNS
;
member in panda::BitTable
367
return
NUM_COLUMNS
;
in GetColumnsCount()
377
return columns_offsets_[
NUM_COLUMNS
];
in GetRowSizeInBits()
420
auto columns = VarintPack::Read<
NUM_COLUMNS
+ 1>(stream);
421
rows_count_ = columns[
NUM_COLUMNS
];
425
for (size_t i = 0; i <
NUM_COLUMNS
; i++) {
437
std::array<uint32_t,
NUM_COLUMNS
> width {};
439
for (size_t i = 0; i <
NUM_COLUMNS
;
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
bit_table_test.cpp
52
static_assert(N == C::
NUM_COLUMNS
);
in CreateEntry()
167
static_assert(Base::
NUM_COLUMNS
== 2);
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
bit_table_test.cpp
57
static_assert(N == C::
NUM_COLUMNS
);
in CreateEntry()
172
static_assert(Base::
NUM_COLUMNS
== 2U);
Completed in 4 milliseconds