MCPcopy Create free account
hub / github.com/crownengine/crown / next

Function next

3rdparty/bx/src/dtoa.cpp:703–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701#define PARSER_MINF 4 // number is lower than -HUGE_VAL
702
703 inline char next(const char*& _s, const char* _term)
704 {
705 return _s != _term
706 ? *_s++
707 : '\0'
708 ;
709 }
710
711 static int parser(const char* _s, const char* _term, PrepNumber* _pn)
712 {

Callers 12

parserFunction · 0.70
inclinenumberFunction · 0.50
luaX_setinputFunction · 0.50
read_long_stringFunction · 0.50
read_stringFunction · 0.50
llexFunction · 0.50
InsertBucketForMethod · 0.50
inclinenumberFunction · 0.50
luaX_setinputFunction · 0.50
read_long_stringFunction · 0.50
read_stringFunction · 0.50
llexFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected