Searched refs:ReadValue (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/tracker/
H A DWidgetAttributeText.h164 virtual void ReadValue(BString* result) = 0;
170 // used for lazy read, managed by ReadValue
186 virtual int64 ReadValue() = 0;
190 // used for lazy read, managed by ReadValue
232 virtual void ReadValue(BString* result);
304 virtual void ReadValue(BString* result);
313 virtual void ReadValue(BString* result);
322 virtual void ReadValue(BString* result);
338 virtual void ReadValue(BString* result);
355 virtual void ReadValue(BStrin
[all...]
H A DWidgetAttributeText.cpp489 ReadValue(&fFullValueText);
499 ReadValue(&newString);
514 ReadValue(&fFullValueText);
537 ReadValue(&fFullValueText);
590 fValue = ReadValue();
599 int64 newValue = ReadValue();
627 fValue = ReadValue();
645 PathAttributeText::ReadValue(BString* outString) function in class:PathAttributeText
673 OriginalPathAttributeText::ReadValue(BString* outString) function in class:OriginalPathAttributeText
699 KindAttributeText::ReadValue(BStrin function in class:KindAttributeText
746 NameAttributeText::ReadValue(BString* outString) function in class:NameAttributeText
839 RealNameAttributeText::ReadValue(BString* outString) function in class:RealNameAttributeText
890 OwnerAttributeText::ReadValue(BString* outString) function in class:OwnerAttributeText
917 GroupAttributeText::ReadValue(BString* outString) function in class:GroupAttributeText
948 ModeAttributeText::ReadValue(BString* outString) function in class:ModeAttributeText
991 SizeAttributeText::ReadValue() function in class:SizeAttributeText
1099 CreationTimeAttributeText::ReadValue() function in class:CreationTimeAttributeText
1119 ModificationTimeAttributeText::ReadValue() function in class:ModificationTimeAttributeText
1164 GenericAttributeText::ReadValue(BString* outString) function in class:GenericAttributeText
1997 OpenWithRelationAttributeText::ReadValue() function in class:OpenWithRelationAttributeText
2055 VersionAttributeText::ReadValue(BString* outString) function in class:VersionAttributeText
[all...]
/haiku/src/bin/debug/strace/
H A Dexec.cpp39 flatArgsSize = context.ReadValue<size_t>(param);
44 argCount = context.ReadValue<int32>(param);
49 envCount = context.ReadValue<int32>(param);
H A DContext.h43 value_t ReadValue(Parameter *param) const { function in class:Context
H A DNetworkTypes.cpp184 nfds_t numfds = context.ReadValue<nfds_t>(context.GetSibling(1));
422 socklen_t addrlen = context.ReadValue<socklen_t>(param);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwregs.c797 UINT32 ReadValue; local
836 Status = AcpiHwReadMultiple (&ReadValue,
846 ACPI_INSERT_BITS (Value, ACPI_PM1_CONTROL_PRESERVED_BITS, ReadValue);
865 ReadValue = (UINT32) ReadValue64;
869 ACPI_INSERT_BITS (Value, ACPI_PM2_CONTROL_PRESERVED_BITS, ReadValue);

Completed in 96 milliseconds