Searched refs:_GetType (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/util/
H A DKMessage.h232 inline T _GetType(const char* name, type_code type,
467 KMessage::_GetType(const char* name, type_code type, int32 index, function in class:KMessage
480 return _GetType(name, B_BOOL_TYPE, 0, defaultValue);
487 return _GetType(name, B_BOOL_TYPE, index, defaultValue);
494 return _GetType(name, B_INT8_TYPE, 0, defaultValue);
501 return _GetType(name, B_INT8_TYPE, index, defaultValue);
508 return _GetType(name, B_INT16_TYPE, 0, defaultValue);
515 return _GetType(name, B_INT16_TYPE, index, defaultValue);
522 return _GetType(name, B_INT32_TYPE, 0, defaultValue);
529 return _GetType(nam
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DKey.h72 switch (_GetType()) {
92 _SetOffsetAndType(offset, _GetType());
100 return _GetType();
136 uint32 _GetType() const function in class:Key
/haiku/headers/private/netservices/
H A DHttpForm.h159 form_content_type _GetType(FormStorage::const_iterator it) const;

Completed in 298 milliseconds