Functions | |
def | Find (elem, tagname) |
def | FindAndClone (elem, tagname) |
def | GetFullVersion (rc_suffix='-rc-') |
def | ReplaceText (elem, text) |
def | RewriteTextFile (filename, line_rewriter) |
def | RewriteXml (filename, rewriter, add_xml_prefix=True) |
def | UpdateBazel () |
def | UpdateConfigure () |
def | UpdateCpp () |
def | UpdateCsharp () |
def | UpdateJava () |
def | UpdateJavaScript () |
def | UpdateMakefile () |
def | UpdateObjectiveC () |
def | UpdatePhp () |
def | UpdatePython () |
def | UpdateRuby () |
Variables | |
NEW_VERSION = sys.argv[1] | |
NEW_VERSION_INFO = NEW_VERSION.split('.') | |
int | RC_VERSION = 0 |
def update_version.Find | ( | elem, | |
tagname | |||
) |
Definition at line 42 of file bloaty/third_party/protobuf/update_version.py.
def update_version.FindAndClone | ( | elem, | |
tagname | |||
) |
Definition at line 49 of file bloaty/third_party/protobuf/update_version.py.
def update_version.GetFullVersion | ( | rc_suffix = '-rc-' | ) |
Definition at line 57 of file bloaty/third_party/protobuf/update_version.py.
def update_version.ReplaceText | ( | elem, | |
text | |||
) |
Definition at line 53 of file bloaty/third_party/protobuf/update_version.py.
def update_version.RewriteTextFile | ( | filename, | |
line_rewriter | |||
) |
Definition at line 80 of file bloaty/third_party/protobuf/update_version.py.
def update_version.RewriteXml | ( | filename, | |
rewriter, | |||
add_xml_prefix = True |
|||
) |
Definition at line 64 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdateBazel | ( | ) |
Definition at line 392 of file protobuf/update_version.py.
def update_version.UpdateConfigure | ( | ) |
Definition at line 92 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdateCpp | ( | ) |
Definition at line 101 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdateCsharp | ( | ) |
Definition at line 155 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdateJava | ( | ) |
Definition at line 168 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdateJavaScript | ( | ) |
Definition at line 197 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdateMakefile | ( | ) |
Definition at line 205 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdateObjectiveC | ( | ) |
Definition at line 225 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdatePhp | ( | ) |
Definition at line 238 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdatePython | ( | ) |
Definition at line 303 of file bloaty/third_party/protobuf/update_version.py.
def update_version.UpdateRuby | ( | ) |
Definition at line 310 of file bloaty/third_party/protobuf/update_version.py.
update_version.NEW_VERSION = sys.argv[1] |
Definition at line 26 of file bloaty/third_party/protobuf/update_version.py.
list update_version.NEW_VERSION_INFO = NEW_VERSION.split('.') |
Definition at line 27 of file bloaty/third_party/protobuf/update_version.py.
int update_version.RC_VERSION = 0 |
Definition at line 37 of file bloaty/third_party/protobuf/update_version.py.