Searched defs:SqlValue (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/perfetto/include/perfetto/trace_processor/ |
H A D | basic_types.h | 205 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 D | basic_types.h | 205 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 D | dummy_storage.cc | 31 SqlValue, in SingleSearch() argument 43 SqlValue, in SearchValidated() argument 49 SqlValue, in IndexSearchValidated() argument
|
H A D | fake_storage.cc | 44 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 D | create_function.cc | 39 SqlValue&, in Run() argument 86 SqlValue&, in Run() argument
|
H A D | import.cc | 32 SqlValue&, in Run() argument
|
H A D | create_view_function.cc | 38 SqlValue&, in Run() argument
|
H A D | utils.h | 52 SqlValue& /*out*/, in Run() argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/ |
H A D | compare.h | 158 inline int SqlValue(const SqlValue& a, const SqlValue& b) { in SqlValue() function
|
/aosp_15_r20/development/tools/winscope/src/trace_processor/ |
H A D | query_result.ts | 70 export type SqlValue = ColumnType|null; alias
|
/aosp_15_r20/external/perfetto/ui/src/trace_processor/ |
H A D | query_result.ts | 58 export type SqlValue = string | number | bigint | null | Uint8Array; alias
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/ |
H A D | metrics.cc | 631 SqlValue&, in Run() argument
|