Searched defs:PropertySet (Results 1 – 4 of 4) sorted by relevance
25 Sci_Position SCI_METHOD LexerNoExceptions::PropertySet(const char *key, const char *val) { in PropertySet() function in LexerNoExceptions
62 Sci_Position SCI_METHOD LexerBase::PropertySet(const char *key, const char *val) { in PropertySet() function in LexerBase
58 Sci_Position SCI_METHOD DefaultLexer::PropertySet(const char *, const char *) { in PropertySet() function in DefaultLexer
116 bool PropertySet(T *base, const char *name, const char *val) { in PropertySet() function