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

  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 95 CopyType (clang::ASTContext *dst_ctx,
100 CopyType (clang::ASTContext *dst_ctx,
105 CopyDecl (clang::ASTContext *dst_ctx,
110 DeportType (clang::ASTContext *dst_ctx,
115 DeportDecl (clang::ASTContext *dst_ctx,
182 void InstallMapCompleter (clang::ASTContext *dst_ctx, MapCompleter &completer)
185 ContextMetadataMap::iterator context_md_iter = m_metadata_map.find(dst_ctx);
189 context_md = ASTContextMetadataSP(new ASTContextMetadata(dst_ctx));
190 m_metadata_map[dst_ctx] = context_md;
200 void ForgetDestination (clang::ASTContext *dst_ctx);
    [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 113 ClangASTImporter::DeportType (clang::ASTContext *dst_ctx,
117 MinionSP minion_sp (GetMinion (dst_ctx, src_ctx));
128 lldb::clang_type_t result = CopyType(dst_ctx, src_ctx, type);
140 ClangASTImporter::DeportDecl (clang::ASTContext *dst_ctx,
151 dst_ctx);
153 MinionSP minion_sp (GetMinion (dst_ctx, src_ctx));
164 clang::Decl *result = CopyDecl(dst_ctx, src_ctx, decl);
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java 285 public static native int EVP_MD_CTX_copy(OpenSSLDigestContext dst_ctx,
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 3901 EVP_MD_CTX* dst_ctx = fromContextObject<EVP_MD_CTX>(env, dstCtxRef); local
    [all...]

Completed in 662 milliseconds