Searched refs:last_read_size_ (Results 1 – 2 of 2) sorted by relevance
88 size_t get_last_read_size() const { return last_read_size_; } in get_last_read_size()97 size_t last_read_size_; variable
57 : json_file_path_(json_file_path), options_(options), last_read_size_(0U) {} in JSONFileValueDeserializer()78 last_read_size_ = json_string->size(); in ReadFileToString()