Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp701 TEST(Variant, Become) { in TEST() argument
705 v.Become(0); in TEST()
708 v.Become(1); in TEST()
711 v.Become(2); in TEST()
714 v.Become(3); in TEST()
717 v.Become(-1); in TEST()
720 v.Become(-2); in TEST()
727 v.Become(0, 10); in TEST()
731 v.Become(1, true); in TEST()
735 v.Become(2, 2.0f); in TEST()
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dvariant.h225 bool Become(std::int32_t target_index, Args&&... args) {
386 bool Become(std::int32_t target_index, Args&&... args) {
391 return rest_.Become(target_index - 1, std::forward<Args>(args)...);
529 void Become(std::int32_t target_index, Args&&... args) {
532 index_ = value_.Become(target_index, std::forward<Args>(args)...)
Dserialization.h1787 variant->Become(type);