Searched defs:unsupported_version (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h29 unsupported_version, member in class:llvm::instrprof_error
/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 297 milliseconds