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

  /external/pdfium/xfa/fxfa/app/
cxfa_textparsecontext.h 28 decls_ = std::move(decl);
30 const std::vector<const CFDE_CSSDeclaration*>& GetDecls() { return decls_; }
35 std::vector<const CFDE_CSSDeclaration*> decls_; member in class:CXFA_TextParseContext
  /frameworks/base/tools/aapt2/link/
XmlReferenceLinker.cpp 47 : callsite_(callsite), context_(context), symbols_(symbols), decls_(decls), error_(false) {}
50 if (!ReferenceLinker::LinkReference(callsite_, ref, context_, symbols_, decls_)) {
63 xml::IPackageDeclStack* decls_; member in class:aapt::__anon40937::ReferenceVisitor
  /external/v8/src/ast/
scopes.h 188 ThreadedList<Declaration>* declarations() { return &decls_; }
508 ThreadedList<Declaration> decls_; member in class:v8::internal::Scope
    [all...]
scopes.cc 158 top_decl_(scope->GetClosureScope()->decls_.end()) {}
862 outer_closure->decls_.Rewind(top_decl_);
    [all...]

Completed in 120 milliseconds