Searched defs:GetType (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ | ||
H A D | encodedstream.h | 119 UTFType GetType() const { return type_; }
function in class:AutoUTFInputStream 224 UTFType GetType() const { return type_; } function in class:AutoUTFOutputStream |
H A D | document.h | 705 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()) { |
Completed in 66 milliseconds