HomeSort by relevance Sort by last modified time
    Searched refs:json_string_ (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/json/
json_writer.cc 54 json_string_(json) {
61 json_string_->append("null");
69 json_string_->append(value ? "true" : "false");
77 json_string_->append(IntToString(value));
89 json_string_->append(Int64ToString(static_cast<int64_t>(value)));
109 json_string_->append(real);
117 EscapeJSONString(value, true, json_string_);
122 json_string_->push_back('[');
124 json_string_->push_back(' ');
137 json_string_->push_back(',')
    [all...]
json_string_value_serializer.cc 14 : json_string_(json_string),
31 if (!json_string_)
40 return base::JSONWriter::WriteWithOptions(root, options, json_string_);
45 : json_string_(json_string),
55 json_string_, allow_trailing_comma_ ? base::JSON_ALLOW_TRAILING_COMMAS
json_string_value_serializer.h 41 std::string* json_string_; member in class:JSONStringValueSerializer
71 base::StringPiece json_string_; member in class:JSONStringValueDeserializer
json_writer.h 55 // |json_string_| will contain the JSON.
58 // Adds space to json_string_ for the indent level.
66 std::string* json_string_; member in class:base::JSONWriter
  /external/libweave/third_party/chromium/base/json/
json_writer.cc 54 json_string_(json) {
61 json_string_->append("null");
69 json_string_->append(value ? "true" : "false");
77 json_string_->append(IntToString(value));
89 json_string_->append(Int64ToString(static_cast<int64_t>(value)));
109 json_string_->append(real);
117 EscapeJSONString(value, true, json_string_);
122 json_string_->push_back('[');
124 json_string_->push_back(' ');
137 json_string_->push_back(',')
    [all...]
json_writer.h 55 // |json_string_| will contain the JSON.
58 // Adds space to json_string_ for the indent level.
66 std::string* json_string_; member in class:base::JSONWriter

Completed in 278 milliseconds