Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp97 cppbor::Array array2 = cppbor::Array(cppbor::Tstr("Some text"), cppbor::Nint(-42)); in TEST() local
98 EXPECT_EQ("['Some text', -42, ]", support::cborPrettyPrint(array2.encode())); in TEST()
146 .add("deep1", std::move(array2)) in TEST()