Home
last modified time | relevance | path

Searched refs:ToSqlValueType (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/db/
H A Dcolumn.h293 SqlValue::Type type() const { return ToSqlValueType(type_); } in type()
356 static SqlValue::Type ToSqlValueType() { in ToSqlValueType() function
357 return ToSqlValueType(ToColumnType<T>()); in ToSqlValueType()
557 static SqlValue::Type ToSqlValueType(ColumnType type) { in ToSqlValueType() function
H A Dtyped_column.h138 return Column::ToSqlValueType<serialized_type>(); in SqlValueType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/db/
H A Dcolumn.h350 SqlValue::Type type() const { return ToSqlValueType(type_); } in type()
419 static SqlValue::Type ToSqlValueType() { in ToSqlValueType() function
420 return ToSqlValueType(ToColumnType<T>()); in ToSqlValueType()
577 static SqlValue::Type ToSqlValueType(ColumnType type) { in ToSqlValueType() function
H A Dtyped_column.h127 return Column::ToSqlValueType<serialized_type>(); in SqlValueType()