Home | History | Annotate | Download | only in core

Lines Matching defs:Record

47     //   R operator()(const T& record) { ... }
57 // R operator()(T* record) { ... }
114 // Rearrange and resize this record to eliminate any NoOps.
137 void operator()(T* record) { record->~T(); }
152 struct Record {
159 // Point this record to its data in fAlloc. Returns ptr for convenience.
170 // Visit this record with functor F (see public API above).
180 // Mutate this record with functor F (see public API above).
194 SkAutoSTMalloc<kInlineRecords, Record> fRecords;