Searched refs:GetData (Results 1 - 25 of 68) sorted by relevance

123

/haiku/src/apps/resedit/
H A DNumberEditors.cpp29 fView->SetValue(data->GetData());
41 GetData()->SetID(newid);
44 GetData()->SetName(fView->GetName());
45 GetData()->SetData(fView->GetValue(), strlen(fView->GetValue()));
48 updatemsg.AddPointer("item", GetData());
H A DEditor.h25 ResourceData * GetData(void) const { return fResData; } function in class:Editor
H A DMiscEditors.cpp33 fView->SetValue(data->GetData());
45 GetData()->SetID(newid);
47 GetData()->SetName(fView->GetName());
48 GetData()->SetData(fView->GetValue(), strlen(fView->GetValue()));
51 updatemsg.AddPointer("item", GetData());
H A DResView.h74 ResourceData * GetData(void) const;
H A DResourceData.h43 char * GetData(void) { return fData; } function in class:ResourceData
/haiku/src/tests/kits/support/barchivable/
H A DLocalTestObject.h27 int32 GetData() { return data; } function in class:TIOTest
/haiku/src/tests/kits/support/barchivable/remoteobjectdef/
H A DRemoteTestObject.h28 int32 GetData() { return data; } function in class:TRemoteTestObject
/haiku/src/tools/locale/
H A DCatalog.cpp72 BCatalog::GetData(const char *name, BMessage *msg) function in class:BCatalog
79 res = cat->GetData(name, msg);
90 BCatalog::GetData(uint32 id, BMessage *msg) function in class:BCatalog
97 res = cat->GetData(id, msg);
H A DCatalogData.cpp58 BCatalogData::GetData(const char *name, BMessage *msg) function in class:BCatalogData
65 BCatalogData::GetData(uint32 id, BMessage *msg) function in class:BCatalogData
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIndirectItem.h49 number = le2h(((uint32*)GetData())[index]);
H A DItem.cpp136 // GetData
138 Item::GetData() const function in class:Item
140 return (uint8*)fNode->GetData() + fHeader->GetLocation();
/haiku/src/servers/midi/
H A DPortDrivers.h33 int32 GetData(void);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp64 // GetData
66 RequestBuffer::GetData() function in class:RequestBuffer
71 // GetData
73 RequestBuffer::GetData() const function in class:RequestBuffer
/haiku/src/kits/locale/
H A DCatalogData.cpp51 BCatalogData::GetData(const char* name, BMessage* msg) function in class:BCatalogData
58 BCatalogData::GetData(uint32 id, BMessage* msg) function in class:BCatalogData
H A DCatalog.cpp93 BCatalog::GetData(const char* name, BMessage* msg) function in class:BCatalog
104 res = cat->GetData(name, msg);
114 BCatalog::GetData(uint32 id, BMessage* msg) function in class:BCatalog
125 res = cat->GetData(id, msg);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DWAVInputSource.h22 virtual int GetData(unsigned char * pBuffer, int nBlocks, int * pBlocksRetrieved) = 0;
42 int GetData(unsigned char * pBuffer, int nBlocks, int * pBlocksRetrieved);
H A DAPEDecompress.h20 int GetData(char * pBuffer, int nBlocks, int * pBlocksRetrieved);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequest.h30 const void* GetData() const function in struct:Data
88 void* GetData();
89 const void* GetData() const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DRequestBufferReplacer.cpp40 fBuffer = (char*)requestBuffer->GetData();
112 memcpy(fBuffer, data.GetData(), size);
H A DAttributeDirectory.h34 const void* GetData() const;
/haiku/headers/os/locale/
H A DCatalogData.h46 virtual status_t GetData(const char* name, BMessage* msg);
47 virtual status_t GetData(uint32 id, BMessage* msg);
/haiku/headers/private/app/
H A DLaunchRoster.h25 status_t GetData(BMessage& data);
26 status_t GetData(const char* signature, BMessage& data);
/haiku/headers/private/userlandfs/private/
H A DRequest.h23 void* GetData() const { return fRelocated; } function in class:UserlandFSUtil::Address
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h30 const void* GetData() const;
/haiku/src/tools/restest/
H A DResourceItem.h41 void* GetData() const;

Completed in 152 milliseconds

123