Searched defs:JSONStringValueSerializer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/json/
H A Djson_string_value_serializer.cc13 JSONStringValueSerializer::~JSONStringValueSerializer() {}
15 bool JSONStringValueSerializer::Serialize(const Value& root) {
19 bool JSONStringValueSerializer::SerializeAndOmitBinaryValues(
24 bool JSONStringValueSerializer::SerializeInternal(const Value& root,
38 Value* JSONStringValueSerializer::Deserialize(int* error_code,
H A Djson_string_value_serializer.h15 class BASE_EXPORT JSONStringValueSerializer : public base::ValueSerializer { class in inherits:base::ValueSerializer
20 explicit JSONStringValueSerializer(std::string* json_string) function in class:JSONStringValueSerializer
29 explicit JSONStringValueSerializer(const std::string& json_string) function in class:JSONStringValueSerializer
36 virtual ~JSONStringValueSerializer();
73 DISALLOW_COPY_AND_ASSIGN(JSONStringValueSerializer);

Completed in 226 milliseconds