Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1433 const auto &FixedData = Res->FixedData; in writeVersionInfoBody() local
1464 if (!FixedData.IsTypePresent[(int)Type]) in writeVersionInfoBody()
1466 return FixedData.FixedInfo[(int)Type]; in writeVersionInfoBody()
DResourceScriptStmt.cpp244 FixedData.log(OS); in log()
DResourceScriptStmt.h772 VersionInfoFixed FixedData; variable
777 FixedData(std::move(FixedInfo)) {} in VersionInfoResource()
/external/perfetto/src/protozero/
Dproto_decoder_unittest.cc170 TEST(ProtoDecoderTest, FixedData) { in TEST() argument