Home
last modified time | relevance | path

Searched defs:Uint (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DMessageDefinition.h82 Uint, enumerator
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp454 TEST(EqualityTest, Uint) { in TEST() argument
553 TEST(ConvertTest, Uint) { in TEST() argument
696 TEST(StreamParseTest, Uint) { in TEST() argument
880 TEST(FullParserTest, Uint) { in TEST() argument
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h56 class Uint; variable
218 explicit Uint(uint64_t v) : mValue(v) {} in Uint() function