Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/perfetto_sql/engine/
Dcreated_function.cc104 struct StoredSqlValue { struct
106 using OwnedString = std::unique_ptr<std::string>;
107 using OwnedBytes = std::unique_ptr<std::vector<uint8_t>>;
111 using Data =
114 StoredSqlValue(SqlValue value) { in StoredSqlValue() argument
136 SqlValue AsSqlValue() { in AsSqlValue()
155 Data data = nullptr;