Searched refs:_types (Results 1 – 5 of 5) sorted by relevance
38 syntax_highlight_type* _types,
32 syntax_highlight_type* _types,
194 int32* _columns, syntax_highlight_type* _types, int32 maxCount) in GetLineHighlightRanges() argument220 _types[count] = pair->type; in GetLineHighlightRanges()
714 DatabaseLocation::GetSupportedTypes(const char* type, BMessage& _types) in GetSupportedTypes() argument716 status_t result = ReadMessageAttribute(type, kSupportedTypesAttr, _types); in GetSupportedTypes()719 _types.MakeEmpty(); in GetSupportedTypes()723 _types.what = 0; in GetSupportedTypes()724 result = _types.AddString("type", type); in GetSupportedTypes()
95 BMessage& _types);