Searched refs:InstrumentType (Results 1 – 1 of 1) sorted by relevance
48 class InstrumentType { class54 InstrumentType(const InstrumentType& other) : value_(other.value_) { in InstrumentType() function in __anonbc6f096b0110::InstrumentType57 InstrumentType(InstrumentType&& other) : value_(std::move(other.value_)) { in InstrumentType() function in __anonbc6f096b0110::InstrumentType70 InstrumentType& operator=(const InstrumentType& other) { in operator =()75 InstrumentType& operator=(InstrumentType&& other) { in operator =()471 v = InstrumentType<int>(25); in TEST()482 Variant<int, InstrumentType<int>> v(InstrumentType<int>(25)); in TEST()493 Variant<int, InstrumentType<int>> v(InstrumentType<int>(25)); in TEST()507 Variant<int, InstrumentType<int>> v(InstrumentType<int>(25)); in TEST()521 Variant<int, InstrumentType<int>> v(InstrumentType<int>(25)); in TEST()[all …]