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

Function xpath_string

Source/ThirdParty/pugixml/pugixml.cpp:6783–6785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6781 }
6782
6783 xpath_string(const char_t* buffer, bool uses_heap_, size_t length_heap): _buffer(buffer), _uses_heap(uses_heap_), _length_heap(length_heap)
6784 {
6785 }
6786
6787 public:
6788 static xpath_string from_const(const char_t* str)

Callers 6

pugixml.cppFile · 0.85
from_heap_preallocatedFunction · 0.85
from_heapFunction · 0.85
eval_stringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected