HomeSort by relevance Sort by last modified time
    Searched defs:InMemoryWrapperInput (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp 22 InMemoryWrapperInput::InMemoryWrapperInput(const char* buffer, size_t size) :
26 InMemoryWrapperInput::~InMemoryWrapperInput() {
29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) {
45 bool InMemoryWrapperInput::AtEof() {
49 off_t InMemoryWrapperInput::Size() {
53 bool InMemoryWrapperInput::Seek(uint32_t pos) {
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
in_memory_wrapper_input.h 28 class InMemoryWrapperInput : public WrapperInput {
30 InMemoryWrapperInput(const char* buffer, size_t size);
31 ~InMemoryWrapperInput();
53 DISALLOW_CLASS_COPY_AND_ASSIGN(InMemoryWrapperInput);

Completed in 50 milliseconds