Home
last modified time | relevance | path

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

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
H A Dsimplereader.cpp11 bool Uint(unsigned u) { cout << "Uint(" << u << ")" << endl; return true; } in Uint() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dprettywriter.h68 bool Uint(unsigned u) { PrettyPrefix(kNumberType); return Base::WriteUint(u); } in Uint() function
H A Dwriter.h111 bool Uint(unsigned u) { Prefix(kNumberType); return WriteUint(u); } in Uint() function
H A Dreader.h190 bool Uint(unsigned) { return static_cast<Override&>(*this).Default(); } in Uint() function
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
H A DMessageDefinition.h82 Uint, enumerator
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
H A Dcapitalize.cpp23 bool Uint(unsigned u) { return out_.Uint(u); } in Uint() function
/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A Dcppbor.h56 class Uint; variable
218 explicit Uint(uint64_t v) : mValue(v) {} in Uint() function
/aosp12/hardware/interfaces/identity/support/tests/
H A 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
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dreadertest.cpp69 bool Uint(unsigned i) { actual_ = i; step_++; return true; } in Uint() function
706 bool Uint(unsigned i) { EXPECT_EQ(step_, i); step_++; return true; } in Uint() function
774 bool Uint(unsigned i) { return Int(i); } in Uint() function
1129 …bool Uint(unsigned) { RAPIDJSON_ASSERT(LogCount < LogCapacity); Logs[LogCount++] = LOG_INT; return… in Uint() function
1312 bool Uint(unsigned) { return e != 3; } in Uint() function
H A Dvaluetest.cpp410 TEST(Value, Uint) { in TEST() argument
1320 bool Uint(unsigned) { return e != 3; } in Uint() function