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:desc_
(Results
1 - 4
of
4
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/table/base/
H
A
D
span_join.cpp
176
:
desc_
(tableDesc), db_(db), table_(reinterpret_cast<SpanJoin *>(tableBase))
in CaclSpan()
195
for (int32_t i = 0; i <
desc_
->cols.size(); i++) {
in GetSqlQuery()
196
columnNames.push_back(
desc_
->cols.at(i).name_);
in GetSqlQuery()
199
std::string sql = "SELECT " + str + " FROM " +
desc_
->name + " ORDER BY " +
desc_
->partition + ", " + "ts;";
in GetSqlQuery()
226
rowType = sqlite3_column_type(stmt_,
desc_
->partitionIdx);
in GetCursorNext()
254
missPartitionEnd_ = sqlite3_column_int64(stmt_, static_cast<int32_t>(
desc_
->partitionIdx));
in IsQueryNext()
277
if (isEof_ || partition_ != sqlite3_column_int64(stmt_, static_cast<int32_t>(
desc_
->partitionIdx))) {
in GetNextState()
280
endTs_ = sqlite3_column_int64(stmt_, static_cast<int32_t>(
desc_
->tsIdx));
in GetNextState()
290
missPartitionEnd_ = sqlite3_column_int64(stmt_, static_cast<int32_t>(
desc_
in GetNextState()
[all...]
/developtools/smartperf_host/trace_streamer/src/base/
H
A
D
index_map.cpp
92
if (
desc_
) {
in Next()
248
if (
desc_
) {
in Eof()
272
desc_
= desc;
in SortBy()
H
A
D
index_map.h
240
bool
desc_
= false;
member in SysTuning::TraceStreamer::IndexMap
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H
A
D
span_join.h
88
const TableDesc *
desc_
= nullptr;
member in SysTuning::TraceStreamer::SpanJoin::CaclSpan
Completed in 3 milliseconds