Searched refs:EndObject (Results 1 – 14 of 14) sorted by relevance
203 writer.EndObject(); in TEST()204 ASSERT_THROW(writer.EndObject(), AssertException); in TEST()255 writer.EndObject(); in TEST()282 writer.EndObject(); in TEST()365 EXPECT_THROW(writer.EndObject(), AssertException); in TEST()
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
50 EndObject(7)79 …bool EndObject(SizeType memberCount) { cout << "EndObject(" << memberCount << ")" << endl; return …112 bool EndObject(SizeType memberCount);126 …pe of the value. These calls of name-value pairs repeats until calling `EndObject(SizeType memberC…214 writer.EndObject();226 Note that, the example code does not pass any parameters in `EndArray()` and `EndObject()`. An `Siz…276 …ce the singular event for root (e.g. `String()`), or the last matching `EndObject()` or `EndArray(…332 bool EndObject(SizeType) { return state_ == kExpectNameOrObjectEnd; }430 bool EndObject(SizeType memberCount) { return out_.EndObject(memberCount); }
56 writer.EndObject(); in Serialize()90 writer.EndObject(); in Serialize()126 writer.EndObject(); in Serialize()
35 bool EndObject(SizeType memberCount) { return out_.EndObject(memberCount); } in EndObject() function
197 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); } in EndObject() function478 if (!handler.EndObject(0)) // empty object in ParseObject()507 if (!handler.EndObject(memberCount)) in ParseObject()1323 bool hr = handler.EndObject(c); in Transit()
93 bool EndObject(SizeType memberCount = 0) {
142 bool EndObject(SizeType memberCount = 0) {
1552 return handler.EndObject(data_.o.size);2037 bool EndObject(SizeType memberCount) {
30 writer.EndObject(); in main()
24 …bool EndObject(SizeType memberCount) { cout << "EndObject(" << memberCount << ")" << endl; return … in EndObject() function
49 bool EndObject(SizeType) { return state_ == kExpectNameOrObjectEnd; } in EndObject() function
234 bool EndObject(SizeType memberCount) { count_ += memberCount * 2; return true; } in EndObject() function