Searched defs:Json (Results 1 - 19 of 19) sorted by relevance

/external/jsoncpp/include/json/
H A Dforwards.h13 namespace Json { namespace
41 } // namespace Json
H A Dfeatures.h13 namespace Json { namespace
47 } // namespace Json
H A Dconfig.h17 /// If defined, indicates that Json specific container should be used
56 // If JSON_NO_INT64 is defined, then Json only support C++ "int" type for integer
75 namespace Json { namespace
95 } // end namespace Json
H A Dwriter.h15 namespace Json { namespace
177 /// \see Json::operator>>()
180 } // namespace Json
H A Dreader.h17 namespace Json { namespace
69 /// \see Json::operator>>(std::istream&, Json::Value&).
192 Json::Value root;
207 \see Json::operator<<()
211 } // namespace Json
H A Dvalue.h26 namespace Json { namespace
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
129 typedef Json::UInt UInt;
130 typedef Json::Int Int;
132 typedef Json::UInt64 UInt64;
133 typedef Json::Int64 Int64;
135 typedef Json::LargestInt LargestInt;
136 typedef Json::LargestUInt LargestUInt;
137 typedef Json
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Djson.h28 // Json json;
33 class Json { class in namespace:i18n::addressinput
35 Json();
36 ~Json();
45 const std::vector<const Json*>& GetSubDictionaries() const;
58 explicit Json(JsonImpl* impl);
62 DISALLOW_COPY_AND_ASSIGN(Json);
H A Djson.cc35 class Json::JsonImpl {
47 for (std::vector<const Json*>::const_iterator it = dictionaries_.begin();
55 const std::vector<const Json*>& GetSubDictionaries() {
60 dictionaries_.push_back(new Json(new JsonImpl(&member->value)));
98 std::vector<const Json*> dictionaries_;
106 Json::Json() : impl_() {} function in class:i18n::addressinput::Json
108 Json::~Json() {}
110 bool Json
130 Json::Json(JsonImpl* impl) : impl_(impl) {} function in class:i18n::addressinput::Json
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/
H A Djson.cc46 class Json::JsonImpl {
56 const std::vector<const Json*>& GetSubDictionaries() {
63 sub_dicts_.push_back(new Json(new JsonImpl(*sub_dict)));
81 std::vector<const Json*> sub_dicts_;
86 Json::Json() {} function in class:i18n::addressinput::Json
88 Json::~Json() {}
90 bool Json::ParseObject(const std::string& json) {
98 const std::vector<const Json*>
107 Json::Json(JsonImpl* impl) : impl_(impl) {} function in class:i18n::addressinput::Json
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_tool.h15 namespace Json { namespace
91 } // namespace Json {
H A Djson_batchallocator.h14 namespace Json { namespace
123 } // namespace Json
H A Djson_writer.cpp21 namespace Json { namespace
835 Json::StyledStreamWriter writer;
841 } // namespace Json
H A Djson_reader.cpp22 namespace Json { namespace
904 Json::Reader reader;
918 } // namespace Json
H A Djson_value.cpp27 namespace Json { namespace
56 static inline double integerToDouble( Json::UInt64 value )
110 } // namespace Json
129 namespace Json { namespace
644 // attempt to take address of bit-field structure member `Json::Value::type_'
1920 } // namespace Json
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp24 namespace Json { namespace
906 Json::Reader reader;
920 } // namespace Json
H A Djson_value.cpp27 namespace Json { namespace
66 static inline double integerToDouble( Json::UInt64 value )
120 } // namespace Json
139 namespace Json { namespace
654 // attempt to take address of bit-field structure member `Json::Value::type_'
1930 } // namespace Json
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h26 namespace Json { namespace
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
129 typedef Json::UInt UInt;
130 typedef Json::Int Int;
132 typedef Json::UInt64 UInt64;
133 typedef Json::Int64 Int64;
135 typedef Json::LargestInt LargestInt;
136 typedef Json::LargestUInt LargestUInt;
137 typedef Json
[all...]
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h26 namespace Json { namespace
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
129 typedef Json::UInt UInt;
130 typedef Json::Int Int;
132 typedef Json::UInt64 UInt64;
133 typedef Json::Int64 Int64;
135 typedef Json::LargestInt LargestInt;
136 typedef Json::LargestUInt LargestUInt;
137 typedef Json
[all...]
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp27 namespace Json { namespace
60 static inline double integerToDouble( Json::UInt64 value )
114 } // namespace Json
133 namespace Json { namespace
648 // attempt to take address of bit-field structure member `Json::Value::type_'
1924 } // namespace Json

Completed in 7450 milliseconds