MCPcopy Create free account
hub / github.com/ablab/spades / pop_back

Method pop_back

ext/include/llvm/Support/JSON.h:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 V.emplace_back(std::forward<Args>(A)...);
194 }
195 void pop_back() { V.pop_back(); }
196 // FIXME: insert() takes const_iterator since C++11, old libstdc++ disagrees.
197 iterator insert(iterator P, const Value &E) { return V.insert(P, E); }
198 iterator insert(iterator P, Value &&E) {

Callers 15

arrayEndMethod · 0.45
objectEndMethod · 0.45
attributeEndMethod · 0.45
mapTagMethod · 0.45
endMappingMethod · 0.45
postflightKeyMethod · 0.45
endFlowMappingMethod · 0.45
endSequenceMethod · 0.45
postflightElementMethod · 0.45
endFlowSequenceMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by 3

PopMatchMethod · 0.36
GTEST_LOCK_EXCLUDED_Function · 0.36