Home
last modified time | relevance | path

Searched refs:OrderBy (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/src/trace_processor/
Dstorage_table.h78 const std::vector<QueryConstraints::OrderBy>& obs);
80 std::vector<QueryConstraints::OrderBy> RemoveRedundantOrderBy(
82 const std::vector<QueryConstraints::OrderBy>& obs);
86 const std::vector<QueryConstraints::OrderBy>& obs);
Dquery_constraints.h42 using OrderBy = sqlite3_index_info::sqlite3_index_orderby; variable
72 const std::vector<OrderBy>& order_by() const { return order_by_; } in order_by()
80 std::vector<OrderBy> order_by_;
Dstorage_table.cc102 const std::vector<QueryConstraints::OrderBy>& obs) { in IsOrdered()
114 std::vector<QueryConstraints::OrderBy> StorageTable::RemoveRedundantOrderBy( in RemoveRedundantOrderBy()
116 const std::vector<QueryConstraints::OrderBy>& obs) { in RemoveRedundantOrderBy()
117 std::vector<QueryConstraints::OrderBy> filtered; in RemoveRedundantOrderBy()
133 const std::vector<QueryConstraints::OrderBy>& obs) { in CreateSortedIndexVector()
Dsched_slice_table.h52 Comparator Sort(const QueryConstraints::OrderBy&) const override;
Dstorage_columns.h55 virtual Comparator Sort(const QueryConstraints::OrderBy& ob) const = 0;
101 Comparator Sort(const QueryConstraints::OrderBy& ob) const override { in Sort()
200 Comparator Sort(const QueryConstraints::OrderBy& ob) const override { in Sort()
Dargs_table.h52 Comparator Sort(const QueryConstraints::OrderBy& ob) const override;
Dquery_constraints.cc68 OrderBy ob{}; in AddOrderBy()
Dargs_table.cc138 const QueryConstraints::OrderBy& ob) const { in Sort()
Dsched_slice_table.cc180 const QueryConstraints::OrderBy& ob) const { in Sort()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs93 …Order = new ReadOnlyCollection<FieldDescriptor>(fieldsInDeclarationOrder.OrderBy(field => field.Fi… in MessageDescriptor()
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go17883 func (c *AcceleratorTypesAggregatedListCall) OrderBy(orderBy string) *AcceleratorTypesAggregatedLis… func
18300 func (c *AcceleratorTypesListCall) OrderBy(orderBy string) *AcceleratorTypesListCall { func
18561 func (c *AddressesAggregatedListCall) OrderBy(orderBy string) *AddressesAggregatedListCall { func
19323 func (c *AddressesListCall) OrderBy(orderBy string) *AddressesListCall { func
19924 func (c *AutoscalersAggregatedListCall) OrderBy(orderBy string) *AutoscalersAggregatedListCall { func
20683 func (c *AutoscalersListCall) OrderBy(orderBy string) *AutoscalersListCall { func
21944 func (c *BackendBucketsListCall) OrderBy(orderBy string) *BackendBucketsListCall { func
22539 func (c *BackendServicesAggregatedListCall) OrderBy(orderBy string) *BackendServicesAggregatedListC… func
23417 func (c *BackendServicesListCall) OrderBy(orderBy string) *BackendServicesListCall { func
24337 func (c *DiskTypesAggregatedListCall) OrderBy(orderBy string) *DiskTypesAggregatedListCall { func
[all …]