Searched refs:file_length_ (Results 1 – 3 of 3) sorted by relevance
40 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()44 file_access_.m_FileLen = static_cast<unsigned long>(file_length_); in TestAsyncLoader()103 std::min(static_cast<unsigned long>(file_length_), pos + size); in GetBlockImpl()117 if (offset + size > file_length_) in IsDataAvailImpl()146 size_t file_length_; member in __anondedca7440111::TestAsyncLoader
58 file_length_(0), in EmbedderTest()126 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocumentWithOptions()131 loader_ = new TestLoader(file_contents_.get(), file_length_); in OpenDocumentWithOptions()132 file_access_.m_FileLen = static_cast<unsigned long>(file_length_); in OpenDocumentWithOptions()
178 size_t file_length_; variable