MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / push_back

Method push_back

Source/ThirdParty/pugixml/pugixml.cpp:7869–7875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7867 void push_back_grow(const xpath_node& node, xpath_allocator* alloc);
7868
7869 void push_back(const xpath_node& node, xpath_allocator* alloc)
7870 {
7871 if (_end != _eos)
7872 *_end++ = node;
7873 else
7874 push_back_grow(node, alloc);
7875 }
7876
7877 void append(const xpath_node* begin_, const xpath_node* end_, xpath_allocator* alloc)
7878 {

Callers 2

step_pushMethod · 0.45
eval_node_setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected