Home
last modified time | relevance | path

Searched defs:SqlValue (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/perfetto/include/perfetto/trace_processor/
H A Dbasic_types.h205 struct PERFETTO_EXPORT_COMPONENT SqlValue { struct
216 SqlValue() = default; argument
218 static SqlValue Long(int64_t v) { in Long() argument
225 static SqlValue Double(double v) { in Double() argument
232 static SqlValue String(const char* v) { in String() argument
239 static SqlValue Bytes(const void* v, size_t size) { in Bytes() argument
247 double AsDouble() const { in AsDouble()
251 int64_t AsLong() const { in AsLong()
255 const char* AsString() const { in AsString()
259 const void* AsBytes() const { in AsBytes()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/trace_processor/
H A Dbasic_types.h205 struct PERFETTO_EXPORT_COMPONENT SqlValue { struct
216 SqlValue() = default; argument
218 static SqlValue Long(int64_t v) { in Long() argument
225 static SqlValue Double(double v) { in Double() argument
232 static SqlValue String(const char* v) { in String() argument
239 static SqlValue Bytes(const void* v, size_t size) { in Bytes() argument
247 double AsDouble() const { in AsDouble()
251 int64_t AsLong() const { in AsLong()
255 const char* AsString() const { in AsString()
259 const void* AsBytes() const { in AsBytes()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Ddummy_storage.cc31 SqlValue, in SingleSearch() argument
43 SqlValue, in SearchValidated() argument
49 SqlValue, in IndexSearchValidated() argument
H A Dfake_storage.cc44 SqlValue, in SingleSearch() argument
69 SqlValue, in SearchValidated() argument
89 SqlValue, in IndexSearchValidated() argument
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dcreate_function.cc39 SqlValue&, in Run() argument
86 SqlValue&, in Run() argument
H A Dimport.cc32 SqlValue&, in Run() argument
H A Dcreate_view_function.cc38 SqlValue&, in Run() argument
H A Dutils.h52 SqlValue& /*out*/, in Run() argument
/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Dcompare.h158 inline int SqlValue(const SqlValue& a, const SqlValue& b) { in SqlValue() function
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dquery_result.ts70 export type SqlValue = ColumnType|null; alias
/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result.ts58 export type SqlValue = string | number | bigint | null | Uint8Array; alias
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/
H A Dmetrics.cc631 SqlValue&, in Run() argument