Searched refs:LastModifiedIndexPrimaryKey (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp22 // #pragma mark - LastModifiedIndexPrimaryKey
25 class LastModifiedIndexPrimaryKey { class
27 LastModifiedIndexPrimaryKey(Node* node, time_t modified) function in class:LastModifiedIndexPrimaryKey
34 LastModifiedIndexPrimaryKey(Node* node) function in class:LastModifiedIndexPrimaryKey
41 LastModifiedIndexPrimaryKey(time_t modified) function in class:LastModifiedIndexPrimaryKey
58 inline LastModifiedIndexPrimaryKey operator()(Node* a)
60 return LastModifiedIndexPrimaryKey(a);
63 inline LastModifiedIndexPrimaryKey operator()(Node* a) const
65 return LastModifiedIndexPrimaryKey(a);
75 inline int operator()(const LastModifiedIndexPrimaryKey
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp17 // LastModifiedIndexPrimaryKey
18 class LastModifiedIndexPrimaryKey { class
20 LastModifiedIndexPrimaryKey(Node *node, time_t modified) function in class:LastModifiedIndexPrimaryKey
22 LastModifiedIndexPrimaryKey(Node *node) function in class:LastModifiedIndexPrimaryKey
24 LastModifiedIndexPrimaryKey(time_t modified) function in class:LastModifiedIndexPrimaryKey
34 inline LastModifiedIndexPrimaryKey operator()(Node *a)
36 return LastModifiedIndexPrimaryKey(a);
39 inline LastModifiedIndexPrimaryKey operator()(Node *a) const
41 return LastModifiedIndexPrimaryKey(a);
49 inline int operator()(const LastModifiedIndexPrimaryKey
[all...]

Completed in 70 milliseconds