HomeSort by relevance Sort by last modified time
    Searched defs:JSONStringValueSerializer (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/json/
json_string_value_serializer.cc 13 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string)
18 JSONStringValueSerializer::~JSONStringValueSerializer() = default;
20 bool JSONStringValueSerializer::Serialize(const Value& root) {
24 bool JSONStringValueSerializer::SerializeAndOmitBinaryValues(
29 bool JSONStringValueSerializer::SerializeInternal(const Value& root,
json_string_value_serializer.h 16 class BASE_EXPORT JSONStringValueSerializer : public base::ValueSerializer {
21 explicit JSONStringValueSerializer(std::string* json_string);
23 ~JSONStringValueSerializer() override;
44 DISALLOW_COPY_AND_ASSIGN(JSONStringValueSerializer);

Completed in 608 milliseconds