Searched refs:B_REF_TYPE (Results 1 - 25 of 39) sorted by relevance

12

/haiku/headers/os/support/
H A DTypeConstants.h48 B_REF_TYPE = 'RREF', enumerator in enum:__anon12
/haiku/src/kits/debugger/demangler/
H A DDemangler.cpp96 case B_REF_TYPE:
/haiku/src/kits/support/
H A DByteOrder.cpp145 case B_REF_TYPE:
/haiku/src/preferences/datatranslations/
H A DTranslatorListView.cpp98 if (count > 0 && type == B_REF_TYPE) {
/haiku/src/kits/storage/
H A DPath.cpp400 return B_REF_TYPE;
458 // Checks if type code is equal to B_REF_TYPE.
462 return code == B_REF_TYPE;
474 if (!(code == B_REF_TYPE && buffer != NULL
/haiku/src/tests/kits/app/bmessage/
H A DMessageRefItemTest.h163 B_REF_TYPE,
/haiku/src/bin/
H A Dlsindex.cpp92 RETURN_TYPE(B_REF_TYPE);
H A Dhey.cpp1068 case B_REF_TYPE: strcpy(str, "B_REF_TYPE"); break;
1201 case B_REF_TYPE:
1203 anothermsg.AddData("myref", B_REF_TYPE, ptr, size);
/haiku/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.cpp76 if (type == B_REF_TYPE)
/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp97 { B_REF_TYPE },
125 { B_REF_TYPE },
134 { B_REF_TYPE },
143 { B_REF_TYPE },
H A DFSClipboard.cpp137 if (clip->GetInfo(B_REF_TYPE, 0, &refName, &type, &count) == B_OK
393 for (int32 index = 0; clip->GetInfo(B_REF_TYPE, index,
728 while (clip->GetInfo(B_REF_TYPE, index,
H A DTrackerScripting.cpp82 { B_REF_TYPE },
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp134 return type == 'P' ? B_POINTER_TYPE : B_REF_TYPE;
558 if (name[0] != '\0' && (*_type == B_POINTER_TYPE || *_type == B_REF_TYPE))
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp159 case B_REF_TYPE:
/haiku/src/tests/servers/input/msgspy/
H A DMsgSpy.cpp408 case B_REF_TYPE:
410 field_type = "B_REF_TYPE";
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp152 case B_REF_TYPE:
/haiku/src/tests/kits/storage/
H A DPathTest.cpp1313 CPPUNIT_ASSERT( path.TypeCode() == B_REF_TYPE );
1314 CPPUNIT_ASSERT( path.AllowsTypeCode(B_REF_TYPE) == true );
1322 CPPUNIT_ASSERT( path.TypeCode() == B_REF_TYPE );
1323 CPPUNIT_ASSERT( path.AllowsTypeCode(B_REF_TYPE) == true );
1336 CPPUNIT_ASSERT( path.Unflatten(B_REF_TYPE, buffer, size) == B_OK );
1367 CPPUNIT_ASSERT( path.Unflatten(B_REF_TYPE, buffer, size) == B_OK );
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp58 type_code type = B_REF_TYPE;
/haiku/src/build/libbe/app/
H A DMessage.cpp595 case B_REF_TYPE:
1709 DEFINE_HAS_FUNCTION(Ref, B_REF_TYPE);
1787 error = AddData(name, B_REF_TYPE, buffer, size, false);
1993 status_t error = FindData(name, B_REF_TYPE, index,
2147 error = ReplaceData(name, B_REF_TYPE, index, &buffer, size);
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp379 IS_SWAPPED(B_REF_TYPE);
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp399 case B_REF_TYPE:
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp238 && (type == B_POINTER_TYPE || type == B_REF_TYPE))
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp230 && (type == B_POINTER_TYPE || type == B_REF_TYPE))
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp580 if (doc.CountNames(B_REF_TYPE) > 0) {
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp476 case B_REF_TYPE:

Completed in 207 milliseconds

12