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

/haiku/headers/private/file_systems/
H A DQueryParser.h276 bool CompareTo(const uint8* value, size_t size);
636 Equation<QueryPolicy>::CompareTo(const uint8* value, size_t size) function in class:QueryParser::Equation
699 status = CompareTo((const uint8*)"", fSize) ? MATCH_OK : NO_MATCH;
757 status = CompareTo(buffer, size) ? MATCH_OK : NO_MATCH;
901 if (fHasIndex && !CompareTo((uint8*)&indexValue, keyLength)) {
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp141 int CompareTo(const device_attr* attributes) const;
484 if (!node->CompareTo(attributes)) {
1719 device_node::CompareTo(const device_attr* attributes) const function in class:device_node
1758 && !child->CompareTo(attributes))
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp156 int CompareTo(const device_attr* attributes) const;
695 if (!node->CompareTo(attributes)) {
946 else if (!node->CompareTo(attributes) && *_lastFound) {
2271 device_node::CompareTo(const device_attr* attributes) const function in class:device_node
2314 && !child->CompareTo(attributes))

Completed in 50 milliseconds