OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:version_tag
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb
52
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/
quic_framer.cc
780
QuicTag
version_tag
;
local
781
if (!reader_->ReadUInt32(&
version_tag
)) {
789
QuicVersion version = QuicTagToQuicVersion(
version_tag
);
[
all
...]
Completed in 1286 milliseconds