Symbol: LastModifiedIndexPrimaryKey
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
212
LastModifiedIndexPrimaryKey(node, oldLastModified), node,
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
27
LastModifiedIndexPrimaryKey(Node* node, time_t modified)
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
34
LastModifiedIndexPrimaryKey(Node* node)
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
41
LastModifiedIndexPrimaryKey(time_t modified)
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
58
inline LastModifiedIndexPrimaryKey operator()(Node* a)
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
60
return LastModifiedIndexPrimaryKey(a);
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
63
inline LastModifiedIndexPrimaryKey operator()(Node* a) const
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
65
return LastModifiedIndexPrimaryKey(a);
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
75
inline int operator()(const LastModifiedIndexPrimaryKey &a,
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
76
const LastModifiedIndexPrimaryKey &b) const
src/add-ons/kernel/file_systems/packagefs/indices/LastModifiedIndex.cpp
92
typedef TwoKeyAVLTree<Node*, LastModifiedIndexPrimaryKey,
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
158
Node **foundNode = fNodes->Find(LastModifiedIndexPrimaryKey(node,
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
23
LastModifiedIndexPrimaryKey(Node *node, time_t modified)
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
25
LastModifiedIndexPrimaryKey(Node *node)
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
27
LastModifiedIndexPrimaryKey(time_t modified)
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
37
inline LastModifiedIndexPrimaryKey operator()(Node *a)
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
39
return LastModifiedIndexPrimaryKey(a);
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
42
inline LastModifiedIndexPrimaryKey operator()(Node *a) const
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
44
return LastModifiedIndexPrimaryKey(a);
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
52
inline int operator()(const LastModifiedIndexPrimaryKey &a,
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
53
const LastModifiedIndexPrimaryKey &b) const
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
67
typedef TwoKeyAVLTree<Node*, LastModifiedIndexPrimaryKey,