Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/support/src/
H A Dcppbor_parse.cpp248 case SEMANTIC: in parseRecursively()
324 } else if (parent->type() == SEMANTIC) { in appendToLastParent()
H A Dcppbor.cpp124 case SEMANTIC: in operator ==()
/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A Dcppbor.h36 SEMANTIC = 6 << 5, enumerator
524 static constexpr MajorType kMajorType = SEMANTIC;
/aosp12/hardware/interfaces/identity/support/tests/
H A Dcppbor_test.cpp870 encodeHeader(SEMANTIC, 0, iter); in TEST()