MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / end

Method end

paddle/utils/small_vector.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 IteratorT begin() const { return begin_iterator; }
61 IteratorT end() const { return end_iterator; }
62 bool empty() const { return begin_iterator == end_iterator; }
63};
64

Callers 15

iterator_rangeMethod · 0.45
growAndAssignMethod · 0.45
push_backMethod · 0.45
pop_backMethod · 0.45
moveElementsForGrowMethod · 0.45
push_backMethod · 0.45
clearMethod · 0.45
resizeImplMethod · 0.45
pop_back_nMethod · 0.45
appendMethod · 0.45
assignMethod · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected