HomeSort by relevance Sort by last modified time
    Searched refs:BCCContextImpl (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/libbcc/lib/Core/
BCCContextImpl.cpp 17 #include "BCCContextImpl.h"
27 BCCContextImpl::~BCCContextImpl() {
BCCContextImpl.h 29 * class BCCContextImpl contains the implementation of BCCContext.
31 class BCCContextImpl {
39 BCCContextImpl(BCCContext &pContext) { }
40 ~BCCContextImpl();
Android.mk 26 BCCContextImpl.cpp \
BCCContext.cpp 24 #include "BCCContextImpl.h"
45 BCCContext::BCCContext() : mImpl(new BCCContextImpl(*this)) { }
  /frameworks/compile/libbcc/include/bcc/
BCCContext.h 26 class BCCContextImpl;
34 BCCContextImpl *const mImpl;

Completed in 2475 milliseconds