Home
last modified time | relevance | path

Searched defs:is_raw_string (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-flynt/flynt-0.69/src/flynt/lexer/
H A DPyToken.py63 def is_raw_string(self): member in PyToken
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/litrs-0.2.3/src/string/
H A Dmod.rs58 pub fn is_raw_string(&self) -> bool { in is_raw_string() method
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dobject_raw_bencode.h106 bool is_raw_string() const { return m_size >= 2 && m_data[0] >= '0' && m_data[0] <= '9'; } in is_raw_string() function
H A Dobject.h156 bool is_raw_string() const { return type() == TYPE_RAW_STRING; } in is_raw_string() function