Home
last modified time | relevance | path

Searched refs:is_tag (Results 1 – 2 of 2) sorted by relevance

/external/python/httplib2/script/
Drelease34 local is_tag=0
37 is_tag=1
44 if [[ "$is_tag" -eq 0 ]] ; then
/external/rust/crates/ciborium/src/value/
Dmod.rs260 pub fn is_tag(&self) -> bool { in is_tag() method