Lines Matching refs:Json
274 namespace Json {
295 #define JSONCPP_STRING std::basic_string<char, std::char_traits<char>, Json::SecureAllocator…
296 #define JSONCPP_OSTRINGSTREAM std::basic_ostringstream<char, std::char_traits<char>, Json::SecureAl…
298 #define JSONCPP_ISTRINGSTREAM std::basic_istringstream<char, std::char_traits<char>, Json::SecureAl…
340 namespace Json {
397 namespace Json {
511 namespace Json {
645 typedef Json::UInt UInt;
646 typedef Json::Int Int;
648 typedef Json::UInt64 UInt64;
649 typedef Json::Int64 Int64;
651 typedef Json::LargestInt LargestInt;
652 typedef Json::LargestUInt LargestUInt;
653 typedef Json::ArrayIndex ArrayIndex;
1342 inline void swap(AlibabaCloud::OSS::Json::Value& a, AlibabaCloud::OSS::Json::Value& b) { a.swap(b);… in swap()
1396 namespace Json {
1706 Json::Value settings_;
1716 bool validate(Json::Value* invalid) const;
1727 static void setDefaults(Json::Value* settings);
1733 static void strictMode(Json::Value* settings);
1822 namespace Json {
1911 Json::Value settings_;
1924 bool validate(Json::Value* invalid) const;
1934 static void setDefaults(Json::Value* settings);
2193 {if (!(condition)) {Json::throwLogicError( "assert json failed" );}}
2198 Json::throwLogicError(oss.str()); \