Searched refs:EndpointIndex (Results 1 – 3 of 3) sorted by relevance
116 struct EndpointIndex { struct120 typedef std::vector<EndpointIndex> EndpointIndexMap; argument
47 bool operator==(const EndpointIndex& ei1, const EndpointIndex& ei2) { in operator ==()61 std::ostream& operator<<(std::ostream& os, const EndpointIndex& ei) { in operator <<()87 EndpointIndex CreateEndpointIndex(DWORD endpoint, size_t index) { in CreateEndpointIndex()88 EndpointIndex ei = { endpoint, index }; in CreateEndpointIndex()
163 bool EndpointIndexLess(const EndpointIndex& ei1, const EndpointIndex& ei2) { in EndpointIndexLess()438 EndpointIndex ei1 = { mapping[i].rva_original, 0 }; in BuildEndpointIndexMap()442 EndpointIndex ei2 = { mapping[i].rva_original + mapping[i].length + in BuildEndpointIndexMap()609 EndpointIndex q1 = { query_range.rva, 0 }; in MapAddressRange()