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

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.cpp18 // #pragma mark - NameIndexPrimaryKey
21 class NameIndexPrimaryKey { class
23 NameIndexPrimaryKey(const Node* entry, const char* name = NULL) function in class:NameIndexPrimaryKey
30 NameIndexPrimaryKey(const char* name) function in class:NameIndexPrimaryKey
47 inline NameIndexPrimaryKey operator()(const Node* a)
49 return NameIndexPrimaryKey(a);
52 inline NameIndexPrimaryKey operator()(const Node* a) const
54 return NameIndexPrimaryKey(a);
64 inline int operator()(const NameIndexPrimaryKey &a,
65 const NameIndexPrimaryKey
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNameIndex.cpp15 // NameIndexPrimaryKey
16 class NameIndexPrimaryKey { class
18 NameIndexPrimaryKey(const Entry *entry, function in class:NameIndexPrimaryKey
21 NameIndexPrimaryKey(const char *name) function in class:NameIndexPrimaryKey
31 inline NameIndexPrimaryKey operator()(const Entry *a)
33 return NameIndexPrimaryKey(a);
36 inline NameIndexPrimaryKey operator()(const Entry *a) const
38 return NameIndexPrimaryKey(a);
47 inline int operator()(const NameIndexPrimaryKey &a,
48 const NameIndexPrimaryKey
[all...]

Completed in 35 milliseconds