HomeSort by relevance Sort by last modified time
    Searched defs:Json (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/jsoncpp/include/json/
forwards.h 13 namespace Json {
41 } // namespace Json
features.h 13 namespace Json {
24 * - Root object can be any JSON value
29 /** \brief A configuration that is strictly compatible with the JSON
55 } // namespace Json
config.h 9 /// If defined, indicates that json library is embedded in CppTL library.
12 /// If defined, indicates that json may leverage CppTL library
18 /// If defined, indicates that Json specific container should be used
65 // If JSON_NO_INT64 is defined, then Json only support C++ "int" type for
90 namespace Json {
110 } // end namespace Json
writer.h 22 namespace Json {
35 /** \brief Outputs a Value in <a HREF="http://www.json.org">JSON</a> format
38 * The JSON document is written in a single line. It is not intended for 'human'
51 * Strictly speaking, this is not valid JSON. But when the output is being
71 /** \brief Writes a Value in <a HREF="http://www.json.org">JSON</a> format in a
100 /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
102 * \return String containing the JSON document that represents the root value
    [all...]
reader.h 25 namespace Json {
27 /** \brief Unserialize a <a HREF="http://www.json.org">JSON</a> document into a
36 /** \brief An error tagged with where in the JSON text it was encountered.
58 /** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a>
75 /** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a>
99 /// \see Json::operator>>(std::istream&, Json::Value&)
    [all...]
value.h 31 /** \brief JSON (JavaScript Object Notation).
33 namespace Json {
69 * Json::Value aValue( StaticString("some text") );
70 * Json::Value object;
87 /** \brief Represents a <a HREF="http://www.json.org">JSON</a> value.
126 typedef Json::UInt UInt;
127 typedef Json::Int Int;
129 typedef Json::UInt64 UInt64;
130 typedef Json::Int64 Int64
    [all...]
  /external/skia/experimental/skottie/
SkottieAnimator.h 15 namespace Json { class Value; }
22 bool BindProperty(const Json::Value&,
SkottieParser.h 11 namespace Json { class Value; }
16 bool Parse(const Json::Value&, T*);
19 static inline T ParseDefault(const Json::Value& jv, const T& defaultValue) {
Skottie.h 24 namespace Json { class Value; }
59 const Json::Value&);
SkottieProperties.h 33 namespace Json { class Value; }
  /external/skqp/experimental/skottie/
SkottieAnimator.h 15 namespace Json { class Value; }
22 bool BindProperty(const Json::Value&,
SkottieParser.h 11 namespace Json { class Value; }
16 bool Parse(const Json::Value&, T*);
19 static inline T ParseDefault(const Json::Value& jv, const T& defaultValue) {
Skottie.h 24 namespace Json { class Value; }
60 const Json::Value&);
SkottieProperties.h 33 namespace Json { class Value; }
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 21 namespace Json {
158 std::unique_ptr<Json::Value> dictionary_;
  /external/jsoncpp/src/lib_json/
json_tool.h 15 namespace Json {
85 } // namespace Json {
json_batchallocator.h 14 namespace Json {
117 } // namespace Json
json_writer.cpp 7 #include <json/writer.h>
29 namespace Json {
79 // that always has a decimal point because JSON doesn't distingish the
150 // Even though \/ is considered a legal escape in JSON, a bare
685 Json::StyledStreamWriter writer;
690 } // namespace Json
json_reader.cpp 7 #include <json/assertions.h>
8 #include <json/reader.h>
9 #include <json/value.h>
29 namespace Json {
143 "A valid JSON document must be either an array or an object value.",
875 Json::Reader reader;
887 } // namespace Json
json_value.cpp 7 #include <json/assertions.h>
8 #include <json/value.h>
9 #include <json/writer.h>
26 namespace Json {
65 static inline double integerToDouble(Json::UInt64 value) {
98 "in Json::Value::duplicateStringValue(): "
109 } // namespace Json
127 namespace Json {
150 "in Json::Value::setComment(): Comments must start with /");
483 // attempt to take address of bit-field structure member `Json::Value::type_
    [all...]
  /packages/services/Car/tools/emulator/
obd2_to_diagjson.py 22 # ./obd2_to_diagjson.py --src file1.json --dst file2.json
26 import json
29 class Json(object):
32 return Json(json.load(file))
37 return Json(item)
50 return Json.wrapIfNeeded(self.doc.get(attr))
58 return Json.wrapIfNeeded(self.doc.__next__())
88 return json.dumps(self.store
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 0 /// Json-cpp amalgated header (http://jsoncpp.sourceforge.net/).
2 /// It is intended to be used with #include "json/json.h"
82 // Beginning of content of file: include/json/version.h
100 // End of content of file: include/json/version.h
109 // Beginning of content of file: include/json/config.h
120 /// If defined, indicates that json library is embedded in CppTL library.
123 /// If defined, indicates that json may leverage CppTL library
165 // If JSON_NO_INT64 is defined, then Json only support C++ "int" type for
227 namespace Json {
    [all...]
jsoncpp.cpp 0 /// Json-cpp amalgated source (http://jsoncpp.sourceforge.net/).
2 /// It is intended to be used with #include "json/json.h"
76 #include "third_party/jsoncpp/json.h"
101 namespace Json {
171 } // namespace Json {
194 #include <json/assertions.h>
195 #include <json/reader.h>
196 #include <json/value.h>
235 namespace Json {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 204 [pbr::OriginalName("JSON")] Json = 2,
220 /// 2. parse the protobuf or JSON payload in "payload" (which may fail)
526 /// If the input was successfully parsed and the requested output was JSON,
527 /// serialize to JSON and set it in this field.
541 /// wasn't supported, like JSON input/output.
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 

Completed in 571 milliseconds

1 2 3