HomeSort by relevance Sort by last modified time
    Searched full:json_api (Results 1 - 13 of 13) sorted by null

  /external/jsoncpp/include/json/
writer.h 21 class JSON_API Writer
35 class JSON_API FastWriter : public Writer
71 class JSON_API StyledWriter: public Writer
128 class JSON_API StyledStreamWriter
167 std::string JSON_API valueToString( Int value );
168 std::string JSON_API valueToString( UInt value );
170 std::string JSON_API valueToString( LargestInt value );
171 std::string JSON_API valueToString( LargestUInt value );
172 std::string JSON_API valueToString( double value );
173 std::string JSON_API valueToString( bool value )
    [all...]
.config.h.swp 26 ????oWVU43#endif // JSON_CONFIG_H_INCLUDED} // end namespace Json# endif // if defined(JSON_NO_INT64)# define JSON_HAS_INT64 typedef UInt64 LargestUInt; typedef Int64 LargestInt;# endif // if defined(_MSC_VER) typedef unsigned long long int UInt64; typedef long long int Int64;# else // if defined(_MSC_VER) // Other platforms, use long long typedef unsigned __int64 UInt64; typedef __int64 Int64;# if defined(_MSC_VER) // Microsoft Visual Studio // For Microsoft Visual use specific types as long long is not supported# else // if defined(JSON_NO_INT64)# undef JSON_HAS_INT64 typedef unsigned int LargestUInt; typedef int LargestInt;# if defined(JSON_NO_INT64) typedef unsigned int UInt; typedef int Int;namespace Json {#endif // if !defined(JSONCPP_DEPRECATED)# define JSONCPP_DEPRECATED(message)#if !defined(JSONCPP_DEPRECATED)#endif# define JSONCPP_DEPRECATED(message) __declspec(deprecated(message))/// Indicates that the following function is deprecated.#if defined(_MSC_VER) && _MSC_VER >= 1500 // MSVC 2008#endif // if defined(_MSC_VER) && _MSC_VER < 1200 // MSVC 6#define JSON_USE_INT64_DOUBLE_CONVERSION 1// (no conversion from unsigned __int64).// Microsoft Visual Studio 6 only support conversion from __int64 to double#if defined(_MSC_VER) && _MSC_VER <= 1200 // MSVC 6// #define JSON_NO_INT64 1// Storages, and 64 bits integer support is disabled.// If JSON_NO_INT64 is defined, then Json only support C++ "int" type for integer# endif# define JSON_API# else# define JSON_API __declspec(dllimport)# elif defined(JSON_DLL)# define JSON_API __declspec(dllexport)# elif defined(JSON_DLL_BUILD)# define JSON_API CPPTL_API# ifdef JSON_IN_CPPTL# endif# endif# define JSON_USE_CPPTL 1# ifndef JSON_USE_C (…)
config.h 47 # define JSON_API CPPTL_API
49 # define JSON_API __declspec(dllexport)
51 # define JSON_API __declspec(dllimport)
53 # define JSON_API
features.h 19 class JSON_API Features
value.h 69 class JSON_API StaticString
118 class JSON_API Value
622 class JSON_API ValueMapAllocator
638 class JSON_API ValueInternalLink
670 class JSON_API ValueInternalMap
768 class JSON_API ValueInternalArray
887 class JSON_API ValueArrayAllocator
    [all...]
reader.h 22 class JSON_API Reader
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_protocol_externs.py 89 json_api = eval(json_string)["domains"]
102 for domain in json_api:
109 for domain in json_api:
194 for domain in json_api:
CodeGeneratorFrontend.py 146 json_api = json.loads(json_string) variable
178 type_map = TypeMap(json_api)
186 for json_domain in json_api["domains"]:
  /external/chromium_org/third_party/skia/tools/pyutils/
gs_utils.py 51 https://developers.google.com/storage/docs/json_api/v1/objects/list
  /external/skia/tools/pyutils/
gs_utils.py 51 https://developers.google.com/storage/docs/json_api/v1/objects/list
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 69 class JSON_API StaticString
118 class JSON_API Value
622 class JSON_API ValueMapAllocator
638 class JSON_API ValueInternalLink
670 class JSON_API ValueInternalMap
768 class JSON_API ValueInternalArray
887 class JSON_API ValueArrayAllocator
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 69 class JSON_API StaticString
118 class JSON_API Value
622 class JSON_API ValueMapAllocator
638 class JSON_API ValueInternalLink
670 class JSON_API ValueInternalMap
768 class JSON_API ValueInternalArray
887 class JSON_API ValueArrayAllocator
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py 1661 json_api = json.loads(json_string) variable
    [all...]

Completed in 943 milliseconds