Home
last modified time | relevance | path

Searched refs:InstrumentType (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/
H A Dvariant_tests.cpp48 class InstrumentType { class
54 InstrumentType(const InstrumentType& other) : value_(other.value_) { in InstrumentType() function in __anonbc6f096b0110::InstrumentType
57 InstrumentType(InstrumentType&& other) : value_(std::move(other.value_)) { in InstrumentType() function in __anonbc6f096b0110::InstrumentType
70 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 …]