Home
last modified time | relevance | path

Searched defs:Semantic (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A Dcppbor.h66 class Semantic; variable
568 Semantic(uint64_t value) : mValue(value) {} in Semantic() function
/aosp12/hardware/interfaces/identity/support/tests/
H A Dcppbor_test.cpp865 TEST(StreamParseTest, Semantic) { in TEST() argument