Home
last modified time | relevance | path

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

/aosp_15_r20/system/libcppbor/tests/
H A Dcppbor_test.cpp538 TEST(EqualityTest, Nint) { in TEST() argument
738 TEST(ConvertTest, Nint) { in TEST() argument
1007 TEST(CloningTest, Nint) { in TEST() argument
1348 TEST(StreamParseTest, Nint) { in TEST() argument
1623 TEST(FullParserTest, Nint) { in TEST() argument
/aosp_15_r20/system/libcppbor/src/
H A Dcppbor.cpp387 Nint::Nint(int64_t v) : mValue(v) { in Nint() function in cppbor::Nint
/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h90 class Nint; variable