Searched refs:JSON_FAIL_MESSAGE (Results 1 - 6 of 6) sorted by relevance

/external/jsoncpp/include/json/
H A Dassertions.h17 #define JSON_FAIL_MESSAGE( message ) throw std::runtime_error( message ); macro
25 #define JSON_FAIL_MESSAGE( message ) { assert(false && message); strcpy(reinterpret_cast<char*>(666), message); exit(123); } macro
29 #define JSON_ASSERT_MESSAGE( condition, message ) if (!( condition )) { JSON_FAIL_MESSAGE( message ) }
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp725 JSON_FAIL_MESSAGE( "Type is not convertible to string" );
759 JSON_FAIL_MESSAGE("Value is not convertible to Int.");
784 JSON_FAIL_MESSAGE("Value is not convertible to UInt.");
810 JSON_FAIL_MESSAGE("Value is not convertible to Int64.");
834 JSON_FAIL_MESSAGE("Value is not convertible to UInt64.");
883 JSON_FAIL_MESSAGE("Value is not convertible to double.");
908 JSON_FAIL_MESSAGE("Value is not convertible to float.");
929 JSON_FAIL_MESSAGE("Value is not convertible to bool.");
H A Djson_reader.cpp914 JSON_FAIL_MESSAGE("reader error");
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp719 JSON_FAIL_MESSAGE( "Type is not convertible to string" );
753 JSON_FAIL_MESSAGE("Value is not convertible to Int.");
778 JSON_FAIL_MESSAGE("Value is not convertible to UInt.");
804 JSON_FAIL_MESSAGE("Value is not convertible to Int64.");
828 JSON_FAIL_MESSAGE("Value is not convertible to UInt64.");
877 JSON_FAIL_MESSAGE("Value is not convertible to double.");
902 JSON_FAIL_MESSAGE("Value is not convertible to float.");
923 JSON_FAIL_MESSAGE("Value is not convertible to bool.");
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp715 JSON_FAIL_MESSAGE( "Type is not convertible to string" );
749 JSON_FAIL_MESSAGE("Value is not convertible to Int.");
774 JSON_FAIL_MESSAGE("Value is not convertible to UInt.");
800 JSON_FAIL_MESSAGE("Value is not convertible to Int64.");
824 JSON_FAIL_MESSAGE("Value is not convertible to UInt64.");
873 JSON_FAIL_MESSAGE("Value is not convertible to double.");
898 JSON_FAIL_MESSAGE("Value is not convertible to float.");
919 JSON_FAIL_MESSAGE("Value is not convertible to bool.");
H A Djson_reader.cpp912 JSON_FAIL_MESSAGE("reader error");

Completed in 155 milliseconds