Home
last modified time | relevance | path

Searched refs:last_read_size_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/json/
Djson_file_value_serializer.h88 size_t get_last_read_size() const { return last_read_size_; } in get_last_read_size()
97 size_t last_read_size_; variable
Djson_file_value_serializer.cc57 : json_file_path_(json_file_path), options_(options), last_read_size_(0U) {} in JSONFileValueDeserializer()
78 last_read_size_ = json_string->size(); in ReadFileToString()