Searched refs:ExperimentalAnnotatedStack (Results 1 – 3 of 3) sorted by relevance
108 std::string ExperimentalAnnotatedStack::TableName() { in TableName()112 Table::Schema ExperimentalAnnotatedStack::CreateSchema() { in CreateSchema()116 base::Status ExperimentalAnnotatedStack::ValidateConstraints( in ValidateConstraints()132 base::Status ExperimentalAnnotatedStack::ComputeTable( in ComputeTable()317 uint32_t ExperimentalAnnotatedStack::EstimateRowCount() { in EstimateRowCount()
32 class ExperimentalAnnotatedStack : public TableFunction {34 explicit ExperimentalAnnotatedStack(TraceProcessorContext* context) in ExperimentalAnnotatedStack() function
630 RegisterTableFunction(std::unique_ptr<ExperimentalAnnotatedStack>( in TraceProcessorImpl()631 new ExperimentalAnnotatedStack(&context_))); in TraceProcessorImpl()