Searched refs:unsupported_version (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h29 unsupported_version, member in class:llvm::instrprof_error
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp34 case instrprof_error::unsupported_version:
H A DInstrProfReader.cpp211 return error(instrprof_error::unsupported_version);
312 return error(instrprof_error::unsupported_version);
/external/chromium_org/net/quic/
H A Dquic_connection_test.cc3575 QuicVersionVector unsupported_version; local
3576 unsupported_version.push_back(QUIC_VERSION_UNSUPPORTED);
3577 EXPECT_FALSE(connection_.SelectMutualVersion(unsupported_version));

Completed in 489 milliseconds