Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor.cpp122 case SIMPLE: in operator ==()
Dcppbor_parse.cpp252 case SIMPLE: in parseRecursively()
DIdentityCredentialSupport.cpp310 case cppbor::SIMPLE: in cborPrettyPrintInternal()
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h37 SIMPLE = 7 << 5, enumerator
581 static constexpr MajorType kMajorType = SIMPLE;
DREADME.md171 encodeHeader(SIMPLE, TRUE, iter);
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp623 EXPECT_EQ(SIMPLE, item->type()); in TEST()