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

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
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-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp14 // LastModifiedIndexPrimaryKey
15 class LastModifiedIndexPrimaryKey { class
17 LastModifiedIndexPrimaryKey(Node *node, time_t modified) function in class:LastModifiedIndexPrimaryKey
19 LastModifiedIndexPrimaryKey(Node *node) function in class:LastModifiedIndexPrimaryKey
21 LastModifiedIndexPrimaryKey(time_t modified) function in class:LastModifiedIndexPrimaryKey
31 inline LastModifiedIndexPrimaryKey operator()(Node *a)
33 return LastModifiedIndexPrimaryKey(a);
36 inline LastModifiedIndexPrimaryKey operator()(Node *a) const
38 return LastModifiedIndexPrimaryKey(a);
46 inline int operator()(const LastModifiedIndexPrimaryKey
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DLastModifiedIndex.cpp14 // LastModifiedIndexPrimaryKey
15 class LastModifiedIndexPrimaryKey { class
17 LastModifiedIndexPrimaryKey(Node *node, time_t modified) function in class:LastModifiedIndexPrimaryKey
19 LastModifiedIndexPrimaryKey(Node *node) function in class:LastModifiedIndexPrimaryKey
21 LastModifiedIndexPrimaryKey(time_t modified) function in class:LastModifiedIndexPrimaryKey
31 inline LastModifiedIndexPrimaryKey operator()(Node *a)
33 return LastModifiedIndexPrimaryKey(a);
36 inline LastModifiedIndexPrimaryKey operator()(Node *a) const
38 return LastModifiedIndexPrimaryKey(a);
46 inline int operator()(const LastModifiedIndexPrimaryKey
[all...]

Completed in 88 milliseconds