Searched defs:EndObject (Results 1 – 7 of 7) sorted by relevance
24 …bool EndObject(SizeType memberCount) { cout << "EndObject(" << memberCount << ")" << endl; return … in EndObject() function
49 bool EndObject(SizeType) { return state_ == kExpectNameOrObjectEnd; } in EndObject() function
35 bool EndObject(SizeType memberCount) { return out_.EndObject(memberCount); } in EndObject() function
790 …bool EndObject(SizeType memberCount) { EXPECT_EQ(19u, step_); EXPECT_EQ(7u, memberCount); step_++;… in EndObject() function826 bool EndObject(SizeType) { EXPECT_EQ(1u, step_); step_++; return true; } in EndObject() function844 bool EndObject(SizeType) { EXPECT_EQ(1u, step_); step_++; return true; } in EndObject() function1143 bool EndObject(SizeType c) { in EndObject() function1242 bool EndObject(SizeType) { return false; } in EndObject() function1319 bool EndObject(SizeType) { return e != 10; } in EndObject() function
1327 bool EndObject(SizeType) { return e != 10; } in EndObject() function
234 bool EndObject(SizeType memberCount) { count_ += memberCount * 2; return true; } in EndObject() function
197 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); } in EndObject() function