Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h466 static bool hasFormat(const MemoryBuffer &Buffer);
554 static bool hasFormat(const MemoryBuffer &Buffer);
633 static bool hasFormat(const MemoryBuffer &Buffer);
667 static bool hasFormat(const MemoryBuffer &Buffer);
704 static bool hasFormat(const MemoryBuffer &Buffer);
DInstrProfReader.h161 static bool hasFormat(const MemoryBuffer &Buffer);
215 static bool hasFormat(const MemoryBuffer &DataBuffer);
466 static bool hasFormat(const MemoryBuffer &DataBuffer);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp73 if (IndexedInstrProfReader::hasFormat(*Buffer)) in create()
75 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()
77 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()
79 else if (TextInstrProfReader::hasFormat(*Buffer)) in create()
120 if (!IndexedInstrProfReader::hasFormat(*Buffer)) in create()
140 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in TextInstrProfReader
295 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader
306 if (!hasFormat(*DataBuffer)) in readHeader()
736 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
DSampleProfReader.cpp273 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderText
948 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderRawBinary
955 bool SampleProfileReaderExtBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderExtBinary
962 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderCompactBinary
1207 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderGCC
1336 if (SampleProfileReaderRawBinary::hasFormat(*B)) in create()
1338 else if (SampleProfileReaderExtBinary::hasFormat(*B)) in create()
1340 else if (SampleProfileReaderCompactBinary::hasFormat(*B)) in create()
1342 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()
1344 else if (SampleProfileReaderText::hasFormat(*B)) in create()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java55 if (other.hasFormat()) { in mergeFrom()
90 private boolean hasFormat; field in Phonemetadata.NumberFormat
92 public boolean hasFormat() { return hasFormat; } in hasFormat() method in Phonemetadata.NumberFormat
95 hasFormat = true; in setFormat()
/third_party/glslang/glslang/Include/
DTypes.h938 hasFormat() || in hasNonXfbLayout()
1066 bool hasFormat() const { return false; } in hasFormat() function
1097 bool hasFormat() const in hasFormat() function
2245 if (qualifier.hasFormat()) {
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java274 if (intlFormat.hasFormat()) { in loadInternationalFormat()
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp652 if (qualifier1.hasFormat() && qualifier2.hasFormat()) { in qualifierCheck()
DParseHelper.cpp6091 if (src.hasFormat()) in mergeObjectLayoutQualifiers()
6420 if (qualifier.hasFormat()) { in layoutTypeCheck()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonemetadata.pb.js142 i18n.phonenumbers.NumberFormat.prototype.hasFormat = function() { method in i18n.phonenumbers.NumberFormat
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp7493 if (src.hasFormat()) in mergeObjectLayoutQualifiers()