Searched refs:BytesLiteral (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DStringEncoding.py78 s = BytesLiteral(join_bytes(self.chars))
152 class BytesLiteral(_bytes): class in inherits:_bytes
H A DParsing.py9 BytesLiteral=object, StringEncoding=object,
23 from StringEncoding import EncodedString, BytesLiteral, _unicode, _bytes namespace
717 return ExprNodes.BytesNode(pos, value=BytesLiteral(value))
754 bytes_value = BytesLiteral( StringEncoding.join_bytes(bstrings) )
H A DOptimize.py4 cython.declare(UtilityCode=object, EncodedString=object, BytesLiteral=object,
18 from StringEncoding import EncodedString, BytesLiteral namespace
291 bytes_value = BytesLiteral(slice_node.value.encode('latin1'))
2903 value = BytesLiteral(value)
3113 node.pos, value=BytesLiteral(encoding.utf8encode()),
H A DExprNodes.py1180 # value BytesLiteral
1190 value = StringEncoding.BytesLiteral(self.value[start:stop:step])
1272 # bytes_value BytesLiteral the literal parsed as bytes string
1290 bytes_value = StringEncoding.BytesLiteral(
1377 # value BytesLiteral (or EncodedString with ASCII content)
7640 file_path = StringEncoding.BytesLiteral(func.pos[0].get_filenametable_entry().encode('utf8'))

Completed in 7528 milliseconds