Lines Matching refs:Json
227 namespace Json {
276 namespace Json {
327 namespace Json {
419 namespace Json {
553 typedef Json::UInt UInt;
554 typedef Json::Int Int;
556 typedef Json::UInt64 UInt64;
557 typedef Json::Int64 Int64;
559 typedef Json::LargestInt LargestInt;
560 typedef Json::LargestUInt LargestUInt;
561 typedef Json::ArrayIndex ArrayIndex;
1226 inline void swap(Json::Value& a, Json::Value& b) { a.swap(b); } in swap()
1274 namespace Json {
1581 Json::Value settings_;
1591 bool validate(Json::Value* invalid) const;
1602 static void setDefaults(Json::Value* settings);
1608 static void strictMode(Json::Value* settings);
1689 namespace Json {
1778 Json::Value settings_;
1791 bool validate(Json::Value* invalid) const;
1801 static void setDefaults(Json::Value* settings);
2035 {if (!(condition)) {Json::throwLogicError( "assert json failed" );}}
2040 Json::throwLogicError(oss.str()); \