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

/haiku/src/tools/translation/tiffinfo/
H A Dtiffinfo.cpp46 uint16 fieldType; member in struct:IFDEntry
172 if (entry.count == 1 && entry.fieldType == TIFF_LONG) {
189 ((entry.fieldType == TIFF_SHORT) ?
196 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
221 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
243 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
284 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
297 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
313 if (entry.fieldType == TIFF_ASCII) {
328 } else if (entry.fieldType
[all...]
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp349 Type* fieldType = NULL; local
353 fieldType = NULL;
355 _GetTypeForTypeCode(info, type, fieldType);
356 if (fieldType != NULL)
357 typeRef.SetTo(fieldType, true);
361 fieldType != NULL ? fieldType : fType, name, type,
/haiku/src/system/libroot/os/
H A Dparsedate.cpp466 void SetCharType(uint8 fieldType, int8 modify = MODIFY_NONE);
475 parsed_element::SetCharType(uint8 fieldType, int8 modify) argument
477 base_type = type = fieldType;

Completed in 90 milliseconds