Home
last modified time | relevance | path

Searched defs:writeInteger (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h64 template <typename T> Error writeInteger(T Value) { in writeInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp38 static void writeInteger(T Integer, raw_ostream &OS, bool IsLittleEndian) { in writeInteger() function
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp440 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValue… in writeInteger() function in tcu::TestLog