Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp244 case MAP: in parseRecursively()
322 } else if (parent->type() == MAP) { in appendToLastParent()
Dcppbor.cpp120 case MAP: in operator ==()
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h44 MAP = 5, enumerator
306 wState = writeHeader(wState, Type::MAP, map.size());
/hardware/interfaces/identity/support/include/cppbor/
DREADME.md159 encodeHeader(MAP, 2 /* # of map entries */, iter);
198 discover the type of the parsed item (e.g. MAP), and then use the
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp642 EXPECT_EQ(MAP, item->type()); in TEST()
693 return arg->type() == MAP && arg->asMap()->size() == value;
/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.cpp479 valueItem->type() == cppbor::MAP) { in startRetrieval()