Home
last modified time | relevance | path

Searched refs:SharedImpl (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamRef.h34 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase() argument
36 : SharedImpl(SharedImpl), BorrowedImpl(SharedImpl.get()), in BinaryStreamRefBase()
144 std::shared_ptr<StreamType> SharedImpl; variable
/external/bcc/tests/cc/
Dcatch.hpp539 struct SharedImpl : T { struct
541 SharedImpl() : m_rc( 0 ){} in SharedImpl() function
635 class MethodTestCase : public SharedImpl<ITestCase> {
896 struct Matcher : SharedImpl<IShared>
2904 class OcMethod : public SharedImpl<ITestCase> {
3176 struct Pattern : SharedImpl<> {
3527 class Config : public SharedImpl<IConfig> {
5460 struct ITracker : SharedImpl<> {
6517 class FreeFunctionTestCase : public SharedImpl<ITestCase> {
7582 class LegacyReporterAdapter : public SharedImpl<IStreamingReporter>
[all …]