Lines Matching refs:ptJson
184 PtJson ptJson;
185 std::string result = ptJson.Stringify();
191 PtJson ptJson;
192 std::string result = ptJson.GetKey();
206 Result result1 = ptJson.GetAny(test, &ptr);
240 PtJson ptJson;
241 bool result = ptJson.Push(ptr);
244 result = ptJson.Push(cPtr);
247 result = ptJson.Push(value);
250 result = ptJson.Push(value1);
253 result = ptJson.Push(std::move(ptr1));
256 result = ptJson.Push(std::move(ptr2));
260 result = ptJson.Push(std::move(ptr3));
268 PtJson ptJson;
269 bool result = ptJson.Add(key, value);
272 result = ptJson.Add(key, value1);
275 result = ptJson.Add(key, std::move(ptr));
279 result = ptJson.Add(key, std::move(ptr1));
282 result = ptJson.Add(key, value2);