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

/external/jsoncpp/include/json/
H A Dforwards.h13 namespace Json { namespace
41 } // namespace Json
H A Dfeatures.h13 namespace Json { namespace
55 } // namespace Json
H A Dconfig.h18 /// 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 { namespace
110 } // end namespace Json
H A Dwriter.h22 namespace Json { namespace
204 /// \see Json::operator>>()
207 } // namespace Json
H A Dreader.h25 namespace Json { namespace
99 /// \see Json::operator>>(std::istream&, Json::Value&).
251 Json::Value root;
266 \see Json::operator<<()
270 } // namespace Json
H A Dvalue.h33 namespace Json { namespace
69 * Json::Value aValue( StaticString("some text") );
70 * Json::Value object;
126 typedef Json::UInt UInt;
127 typedef Json::Int Int;
129 typedef Json::UInt64 UInt64;
130 typedef Json::Int64 Int64;
132 typedef Json::LargestInt LargestInt;
133 typedef Json::LargestUInt LargestUInt;
134 typedef Json
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_tool.h15 namespace Json { namespace
85 } // namespace Json {
H A Djson_batchallocator.h14 namespace Json { namespace
117 } // namespace Json
H A Djson_writer.cpp29 namespace Json { namespace
685 Json::StyledStreamWriter writer;
690 } // namespace Json
H A Djson_reader.cpp29 namespace Json { namespace
875 Json::Reader reader;
887 } // namespace Json
H A Djson_value.cpp26 namespace Json { namespace
65 static inline double integerToDouble(Json::UInt64 value) {
98 "in Json::Value::duplicateStringValue(): "
109 } // namespace Json
127 namespace Json { namespace
150 "in Json::Value::setComment(): Comments must start with /");
483 // attempt to take address of bit-field structure member `Json::Value::type_'
524 "in Json::Value::asCString(): requires stringValue");
796 "in Json::Value::clear(): requires complex value");
820 "in Json
[all...]
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h0 /// Json-cpp amalgated header (http://jsoncpp.sourceforge.net/).
165 // If JSON_NO_INT64 is defined, then Json only support C++ "int" type for
227 namespace Json { namespace
247 } // end namespace Json
276 namespace Json { namespace
298 } // namespace Json
327 namespace Json { namespace
369 } // namespace Json
419 namespace Json { namespace
438 * \remark derived from Json
1274 namespace Json { namespace
1689 namespace Json { namespace
[all...]
H A Djsoncpp.cpp0 /// Json-cpp amalgated source (http://jsoncpp.sourceforge.net/).
101 namespace Json { namespace
171 } // namespace Json {
235 namespace Json { namespace
2135 bool CharReaderBuilder::validate(Json::Value* invalid) const
2137 Json::Value my_invalid;
2139 Json::Value& inv = *invalid;
2157 void CharReaderBuilder::strictMode(Json::Value* settings)
2172 void CharReaderBuilder::setDefaults(Json::Value* settings)
2219 } // namespace Json
2438 namespace Json { namespace
2567 namespace Json { namespace
4043 namespace Json { namespace
[all...]
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DConformance.cs204 [pbr::OriginalName("JSON")] Json = 2, enumerator in enum:Conformance.WireFormat

Completed in 161 milliseconds