Searched defs:idPool (Results 1 – 4 of 4) sorted by relevance
272 static Identifier idPool(const(char)* s, uint len) in idPool() function277 extern (D) static Identifier idPool(const(char)[] s) in idPool() function282 extern (D) private static Identifier idPool(const(char)[] s, bool isAnonymous) in idPool() function294 extern (D) static Identifier idPool(const(char)* s, size_t len, int value) in idPool() function299 extern (D) static Identifier idPool(const(char)[] s, int value) in idPool() function
35 static inline Identifier *idPool(const char *s) in idPool() function
41 static inline Identifier *idPool(const char *s) in idPool() function
121 Identifier *Identifier::idPool(const char *s, size_t len) in idPool() function133 Identifier *Identifier::idPool(const char *s, size_t len, int value) in idPool() function