Searched refs:GetType (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/example/prettyauto/
H A Dprettyauto.cpp39 OutputStream eos(os, eis.GetType(), eis.HasBOM()); // NEW
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dvaluetest.cpp23 EXPECT_EQ(kNullType, x.GetType());
233 EXPECT_TRUE(v1.GetType() == v2.GetType());
238 EXPECT_TRUE(v1.GetType() == v2.GetType());
244 EXPECT_TRUE(v1.GetType() == v2.GetType());
286 EXPECT_EQ(kNullType, x.GetType());
309 EXPECT_EQ(kTrueType, x.GetType());
334 EXPECT_EQ(kFalseType, x.GetType());
[all...]
H A Dencodedstreamtest.cpp282 EXPECT_EQ(kUTF8, eis.GetType());
/packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/
H A Dtutorial.cpp86 printf("Type of member %s is %s\n", itr->name.GetString(), kTypeNames[itr->value.GetType()]);
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dencodedstream.h119 UTFType GetType() const { return type_; } function in class:AutoUTFInputStream
224 UTFType GetType() const { return type_; } function in class:AutoUTFOutputStream
H A Dencodings.h547 /*! \note This class can be used with AutoUTFInputtStream and AutoUTFOutputStream, which provides GetType().
561 (*f[os.GetType()])(os, codepoint);
568 return (*f[is.GetType()])(is, codepoint);
575 return (*f[is.GetType()])(is, os);
H A Ddocument.h705 if (GetType() != rhs.GetType())
708 switch (GetType()) {
787 Type GetType() const { return static_cast<Type>(flags_ & kTypeMask); } function in class:GenericValue
1537 switch(GetType()) {
1566 RAPIDJSON_ASSERT(GetType() == kNumberType);
2086 switch (rhs.GetType()) {
H A Dpointer.h461 switch (v->GetType()) {
690 switch (v->GetType()) {
709 switch (v->GetType()) {
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
H A Drapidjsontest.cpp197 switch(value.GetType()) {

Completed in 108 milliseconds