Home
last modified time | relevance | path

Searched refs:_types (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/private/debugger/source_language/
H A DSyntaxHighlighter.h38 syntax_highlight_type* _types,
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.h32 syntax_highlight_type* _types,
H A DCLanguageFamilySyntaxHighlightInfo.cpp194 int32* _columns, syntax_highlight_type* _types, int32 maxCount) in GetLineHighlightRanges() argument
220 _types[count] = pair->type; in GetLineHighlightRanges()
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp714 DatabaseLocation::GetSupportedTypes(const char* type, BMessage& _types) in GetSupportedTypes() argument
716 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()
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h95 BMessage& _types);