Searched refs:buffStorage_ (Results 1 – 7 of 7) sorted by relevance
95 buffStorage_.emplace_back(std::move(literals)); in AddContextLiteral()96 return buffStorage_.size() - 1; in AddContextLiteral()101 return buffStorage_; in ContextLiterals()139 std::vector<LiteralBuffer> buffStorage_; variable
33 return buffStorage_; in BuffStorage()
44 std::vector<LiteralBuffer> buffStorage_; variable
33 : allocator_(allocator), context_(context), buffStorage_(allocator_->Adapter()) in TypeRecorder()44 return buffStorage_; in BuffStorage()74 buffStorage_.push_back(buffer); in AddLiteralBuffer()81 auto res = std::find_if(buffStorage_.begin(), buffStorage_.end(), in GetLiteralBuffer()83 return (res != buffStorage_.end()) ? *res : nullptr; in GetLiteralBuffer()88 std::replace_if(buffStorage_.begin(), buffStorage_.end(), in SetLiteralBuffer()
134 ArenaVector<compiler::LiteralBuffer *> buffStorage_; variable
92 buffStorage_(allocator_->Adapter()), in PandaGen()220 return buffStorage_; in BuffStorage()563 ArenaVector<LiteralBuffer *> buffStorage_; variable
294 buffStorage_.push_back(buf); in AddLiteralBuffer()