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

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DSizeIndex.cpp22 // #pragma mark - SizeIndexPrimaryKey
25 class SizeIndexPrimaryKey { class
27 SizeIndexPrimaryKey(Node* node, off_t size) function in class:SizeIndexPrimaryKey
34 SizeIndexPrimaryKey(Node* node) function in class:SizeIndexPrimaryKey
41 SizeIndexPrimaryKey(off_t size) function in class:SizeIndexPrimaryKey
58 inline SizeIndexPrimaryKey operator()(Node* a)
60 return SizeIndexPrimaryKey(a);
63 inline SizeIndexPrimaryKey operator()(Node* a) const
65 return SizeIndexPrimaryKey(a);
75 inline int operator()(const SizeIndexPrimaryKey
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp13 // SizeIndexPrimaryKey
14 class SizeIndexPrimaryKey { class
16 SizeIndexPrimaryKey(Node *node, off_t size) function in class:SizeIndexPrimaryKey
18 SizeIndexPrimaryKey(Node *node) function in class:SizeIndexPrimaryKey
20 SizeIndexPrimaryKey(off_t size) function in class:SizeIndexPrimaryKey
30 inline SizeIndexPrimaryKey operator()(Node *a)
32 return SizeIndexPrimaryKey(a);
35 inline SizeIndexPrimaryKey operator()(Node *a) const
37 return SizeIndexPrimaryKey(a);
45 inline int operator()(const SizeIndexPrimaryKey
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DSizeIndex.cpp13 // SizeIndexPrimaryKey
14 class SizeIndexPrimaryKey { class
16 SizeIndexPrimaryKey(Node *node, off_t size) function in class:SizeIndexPrimaryKey
18 SizeIndexPrimaryKey(Node *node) function in class:SizeIndexPrimaryKey
20 SizeIndexPrimaryKey(off_t size) function in class:SizeIndexPrimaryKey
30 inline SizeIndexPrimaryKey operator()(Node *a)
32 return SizeIndexPrimaryKey(a);
35 inline SizeIndexPrimaryKey operator()(Node *a) const
37 return SizeIndexPrimaryKey(a);
45 inline int operator()(const SizeIndexPrimaryKey
[all...]

Completed in 94 milliseconds