MCPcopy Create free account
hub / github.com/axmolengine/axmol / push_back

Method push_back

3rdparty/pugixml/pugixml.cpp:9130–9136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9128 void push_back_grow(const xpath_node& node, xpath_allocator* alloc);
9129
9130 void push_back(const xpath_node& node, xpath_allocator* alloc)
9131 {
9132 if (_end != _eos)
9133 *_end++ = node;
9134 else
9135 push_back_grow(node, alloc);
9136 }
9137
9138 void append(const xpath_node* begin_, const xpath_node* end_, xpath_allocator* alloc)
9139 {

Callers 10

step_pushMethod · 0.45
eval_node_setMethod · 0.45
AddHoleMethod · 0.45
AddPointMethod · 0.45
InitEdgesMethod · 0.45
AddToMapMethod · 0.45
CreateAdvancingFrontMethod · 0.45
MeshCleanMethod · 0.45
sweep.ccFile · 0.45
EdgeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected