HomeSort by relevance Sort by last modified time
    Searched defs:ctx_ (Results 51 - 54 of 54) sorted by null

1 23

  /external/boringssl/src/include/openssl/
base.h 493 StackAllocated() { init(&ctx_); }
494 ~StackAllocated() { cleanup(&ctx_); }
499 T *get() { return &ctx_; }
500 const T *get() const { return &ctx_; }
502 T *operator->() { return &ctx_; }
503 const T *operator->() const { return &ctx_; }
506 cleanup(&ctx_);
507 init(&ctx_);
511 T ctx_; member in class:internal::StackAllocated
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 450 OpInputList() : ctx_(nullptr), start_(0), stop_(0) {}
452 : ctx_(ctx), start_(start), stop_(stop) {}
460 OpKernelContext* ctx_; // not owned member in class:tensorflow::OpInputList
471 : ctx_(ctx), start_(start), stop_(stop) {}
472 OpMutableInputList() : ctx_(nullptr), start_(0), stop_(0) {}
481 OpKernelContext* ctx_; // not owned member in class:tensorflow::OpMutableInputList
491 OpOutputList() : ctx_(nullptr), start_(0), stop_(0) {}
493 : ctx_(ctx), start_(start), stop_(stop) {}
506 OpKernelContext* ctx_; // not owned member in class:tensorflow::OpOutputList
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 89 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
93 : ctx_(ctx), decl_ctx_(decl_ctx) {
97 clang::IdentifierInfo* ident = &ctx_.Idents.get(n);
98 return ctx_.DeclarationNames.getIdentifier(ident);
102 return Resolver(ctx_, Resolve<clang::NamespaceDecl>(n));
122 clang::ASTContext& ctx_; member in struct:__anon48852::Resolver
129 explicit CalleesPrinter(clang::MangleContext* ctx) : ctx_(ctx) {
147 if (InV8Namespace(f) && GetMangledName(ctx_, f, &name)) {
199 clang::MangleContext* ctx_; member in class:__anon48852::CalleesPrinter
544 : ctx_(ctx)
1201 clang::MangleContext* ctx_; member in class:__anon48852::FunctionAnalyzer
    [all...]
  /external/boringssl/src/ssl/
internal.h 760 ScopedEVP_AEAD_CTX ctx_; member in class:SSLAEADContext
    [all...]

Completed in 510 milliseconds

1 23