Searched defs:FileBase (Results 1 – 2 of 2) sorted by relevance
24 class FileBase : public vk::dbg::File class40 FileBase::FileBase(ID id, std::string dir, std::string name, std::string source) in FileBase() function in __anon876affea0111::FileBase
132 uint32_t FileBase = getVersion() >= 5 ? 0 : 1; in dump() local