Searched defs:Splice (Results 1 – 6 of 6) sorted by relevance
32 Splice() : PrimitiveC(kNameSplice) { InitIOName({"inputs"}, {"outputs"}); } in Splice() function
876 struct Splice { struct877 Splice(Regexp* prefix, Regexp** sub, int nsub) in Splice() function883 Regexp* prefix;884 Regexp** sub;885 int nsub;886 int nsuffix;
156 void SlabAllocatorImpl::Slab::Splice() { in Splice() function in SlabAllocatorImpl::Slab
317 void IntrusiveList<NodeType>::Splice(iterator where, in Splice() function