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

1234

/haiku-fatelf/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());
/haiku-fatelf/src/tests/kits/support/barchivable/
H A DLocalTestObject.h27 int32 GetData() { return data; } function in class:TIOTest
/haiku-fatelf/src/tests/kits/support/barchivable/remoteobjectdef/
H A DRemoteTestObject.h28 int32 GetData() { return data; } function in class:TRemoteTestObject
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DIndirectItem.h49 number = le2h(((uint32*)GetData())[index]);
H A DDirItem.h87 entry = (DirEntry*)GetData() + index;
106 name = (char*)((uint8*)GetData() + location);
H A DItem.cpp136 // GetData
138 Item::GetData() const function in class:Item
140 return (uint8*)fNode->GetData() + fHeader->GetLocation();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DIndirectItem.h49 number = le2h(((uint32*)GetData())[index]);
/haiku-fatelf/src/servers/midi/
H A DPortDrivers.h33 int32 GetData(void);
/haiku-fatelf/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-fatelf/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-fatelf/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.cpp84 BCatalog::GetData(const char* name, BMessage* msg) function in class:BCatalog
95 res = cat->GetData(name, msg);
105 BCatalog::GetData(uint32 id, BMessage* msg) function in class:BCatalog
116 res = cat->GetData(id, msg);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/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-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlock.h35 inline void *GetData();
115 inline void *GetData() const { return fBlock->GetData(); } function in class:BlockReference
205 // GetData
208 BlockHeader::GetData() function in class:BlockHeader
312 return (char*)fBlock->GetData() + offset;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DBlock.h35 inline void *GetData();
115 inline void *GetData() const { return fBlock->GetData(); } function in class:BlockReference
205 // GetData
208 BlockHeader::GetData() function in class:BlockHeader
312 return (char*)fBlock->GetData() + offset;
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DRequest.h31 const void* GetData() const function in struct:Data
89 void* GetData();
90 const void* GetData() const;
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DRequestBufferReplacer.cpp40 fBuffer = (char*)requestBuffer->GetData();
112 memcpy(fBuffer, data.GetData(), size);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DRequestBufferReplacer.cpp40 fBuffer = (char*)requestBuffer->GetData();
112 memcpy(fBuffer, data.GetData(), size);

Completed in 109 milliseconds

1234