Searched defs:toPtr (Results 1 – 4 of 4) sorted by relevance
104 static ValueSymbolTable *toPtr(ValueSymbolTable *P) { return P; } in toPtr() function105 static ValueSymbolTable *toPtr(ValueSymbolTable &R) { return &R; } in toPtr() function
51 template <typename T> T toPtr() const { in toPtr() function
54 template <typename T> T toPtr() const { in toPtr() function
2908 XML_Char *toPtr; in doContent() local