Home
last modified time | relevance | path

Searched refs:Seek (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp98 bool BitcodeWrapperer::Seek(uint32_t pos) { in Seek() function in BitcodeWrapperer
99 if (infile_ != nullptr && infile_->Seek(pos)) { in Seek()
258 Seek(0); in ParseWrapperHeader()
372 Seek(infile_bc_offset_) && in GenerateWrappedBitcodeFile()
384 return !error_ && Seek(infile_bc_offset_) && in GenerateRawBitcodeFile()
Din_memory_wrapper_input.cpp53 bool InMemoryWrapperInput::Seek(uint32_t pos) { in Seek() function in InMemoryWrapperInput
Dfile_wrapper_input.cpp62 bool FileWrapperInput::Seek(uint32_t pos) { in Seek() function in FileWrapperInput
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dwrapper_input.h44 virtual bool Seek(uint32_t pos) = 0;
Din_memory_wrapper_input.h42 virtual bool Seek(uint32_t pos);
Dfile_wrapper_input.h42 virtual bool Seek(uint32_t pos);
Dbitcode_wrapperer.h164 bool Seek(uint32_t pos);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DLimitedInputStream.cs95 public override long Seek(long offset, SeekOrigin origin) in Seek() method in Google.Protobuf.LimitedInputStream