Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
Dsimplereader.cpp11 bool Uint(unsigned u) { cout << "Uint(" << u << ")" << endl; return true; } in Uint() function
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dprettywriter.h68 bool Uint(unsigned u) { PrettyPrefix(kNumberType); return Base::WriteUint(u); } in Uint() function
Dwriter.h111 bool Uint(unsigned u) { Prefix(kNumberType); return WriteUint(u); } in Uint() function
Dreader.h190 bool Uint(unsigned) { return static_cast<Override&>(*this).Default(); } in Uint() function
/packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
Dcapitalize.cpp23 bool Uint(unsigned u) { return out_.Uint(u); } in Uint() function
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
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
Dvaluetest.cpp410 TEST(Value, Uint) { in TEST() argument
1320 bool Uint(unsigned) { return e != 3; } in Uint() function