Searched defs:version_tag (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb52 if sh('git tag').split(/\n/).include?(version_tag)
66 sh "git tag -a -m \"Version #{version}\" #{version_tag}"
67 Bundler.ui.confirm "Tagged #{version_tag}"
70 Bundler.ui.error "Untagged #{version_tag} due to error"
71 sh_with_code "git tag -d #{version_tag}"
79 def version_tag method in class:GLMatrix
/external/chromium_org/net/quic/
H A Dquic_protocol.cc182 QuicVersion QuicTagToQuicVersion(const QuicTag version_tag) { argument
184 if (version_tag == QuicVersionToQuicTag(kSupportedQuicVersions[i])) {
190 << QuicUtils::TagToString(version_tag);
H A Dquic_framer.cc929 QuicTag version_tag; local
930 if (!reader_->ReadUInt32(&version_tag)) {
938 QuicVersion version = QuicTagToQuicVersion(version_tag);

Completed in 1690 milliseconds