Searched refs:hasFormat (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp51 if (IndexedInstrProfReader::hasFormat(*Buffer))
53 else if (RawInstrProfReader64::hasFormat(*Buffer))
55 else if (RawInstrProfReader32::hasFormat(*Buffer))
72 if (!IndexedInstrProfReader::hasFormat(*Buffer))
158 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { function in class:RawInstrProfReader
169 if (!hasFormat(*DataBuffer))
286 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { function in class:IndexedInstrProfReader
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h178 static bool hasFormat(const MemoryBuffer &DataBuffer);
282 static bool hasFormat(const MemoryBuffer &DataBuffer);
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonemetadata.java63 private boolean hasFormat; field in class:Phonemetadata.NumberFormat
65 public boolean hasFormat() { return hasFormat; } method in class:Phonemetadata.NumberFormat
68 hasFormat = true;
136 if (other.hasFormat()) {

Completed in 90 milliseconds