Home
last modified time | relevance | path

Searched refs:storedTypes (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp551 BMessage storedTypes; in CheckAttribute() local
552 CHK(storedTypes.Unflatten(buffer) == B_OK); in CheckAttribute()
553 SupportedTypesValue storedValue(storedTypes); in CheckAttribute()
564 BMessage storedTypes; in CheckResource() local
565 CHK(storedTypes.Unflatten(buffer) == B_OK); in CheckResource()
566 SupportedTypesValue storedValue(storedTypes); in CheckResource()