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

/vbox/src/VBox/Main/include/
H A DMatching.h128 typedef std::pair <T, T> Pair; typedef in class:matching::ParsedIntervalFilter
129 typedef std::list <Pair> PairList;
242 mIntervals.push_back (Pair (m, m));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFds.py162 for Pair in Options.Macros:
163 Pair.strip('"')
164 List = Pair.split('=')

Completed in 254 milliseconds