Searched defs:SqlValue (Results 1 – 3 of 3) sorted by relevance
112 struct PERFETTO_EXPORT SqlValue { struct122 SqlValue() = default; argument124 static SqlValue Long(int64_t v) { in Long() argument131 static SqlValue Double(double v) { in Double() argument138 static SqlValue String(const char* v) { in String() argument145 static SqlValue Bytes(const void* v, size_t size) { in Bytes() argument153 double AsDouble() const { in AsDouble()157 int64_t AsLong() const { in AsLong()161 const char* AsString() const { in AsString()165 const void* AsBytes() const { in AsBytes()[all …]
157 inline int SqlValue(const SqlValue& a, const SqlValue& b) { in SqlValue() function
157 using SqlValue = trace_processor::SqlValue; in RawQuery() typedef