Searched defs:pair (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/bin/filteredquery/
H A DFilteredQuery.cpp75 filter_pair *pair = fFilters.ItemAt(i); local
96 filter_pair *pair = fFilters.ItemAt(i); local
/haiku/src/tests/system/network/
H A Dfirefox_crash.cpp43 tcp_pair(int pair[]) argument
130 int pair[2]; local
[all...]
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp147 SyntaxPair* pair = new(std::nothrow) SyntaxPair(column, type); local
215 SyntaxPair* pair = info->PairAt(count); local
/haiku/src/kits/support/
H A DArchivingManagers.cpp184 const ArchivePair& pair = pairs[i]; local
/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c97 uint16 pair = ((uint16)attr << 8) | (uint16)glyph; local
106 uint16 pair = ((uint16)attr << 8) | (uint16)glyph; local
/haiku/headers/cpp/
H A Dstl_pair.h37 struct pair { struct
43 pair() : first(_T1()), second(_T2()) {} function in struct:pair
44 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
48 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} argument
53 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
59 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
[all...]

Completed in 160 milliseconds