Home
last modified time | relevance | path

Searched defs:Literals (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
Dmod.rs35 pub struct Literals { struct
51 impl Literals { argument
58 pub fn prefixes(expr: &Hir) -> Literals { in prefixes()
65 pub fn suffixes(expr: &Hir) -> Literals { in suffixes()
83 pub fn set_limit_size(&mut self, size: usize) -> &mut Literals { in set_limit_size()
103 pub fn set_limit_class(&mut self, size: usize) -> &mut Literals { in set_limit_class()
149 pub fn to_empty(&self) -> Literals { in to_empty()
199 pub fn trim_suffix(&self, num_bytes: usize) -> Option<Literals> { in trim_suffix()
224 pub fn unambiguous_prefixes(&self) -> Literals { in unambiguous_prefixes()
289 pub fn unambiguous_suffixes(&self) -> Literals { in unambiguous_suffixes()
[all …]
/third_party/python/Doc/tutorial/
Dinputoutput.rst139 .. _tut-string-format:
/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs299 fn literals<F: Fn(&mut Literals, &Hir) -> bool>( in literals()
303 ) -> Literals { in literals()
317 fn empty_literals(&self) -> Literals { in empty_literals()
/third_party/python/Doc/library/
Dast.rst149 Literals section in Node classes
/third_party/python/Doc/reference/
Dexpressions.rst101 Literals section in Atoms
128 .. _parenthesized:
Dlexical_analysis.rst428 Literals chapter
/third_party/jerryscript/docs/
D04.INTERNALS.md78 ## Literals section in Byte-code
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dindex.md243 ## Literals section in basic_json
/third_party/rust/crates/regex/src/literal/
Dimp.rs57 fn new(lits: Literals, matcher: Matcher) -> Self { in new()
182 fn new(lits: &Literals, sset: SingleByteSet) -> Self { in new()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp422 std::vector<MachineOperand *>Literals; in MakeALUClause() local
DR600InstrInfo.cpp611 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local
/third_party/python/Doc/whatsnew/
D3.6.rst280 .. _whatsnew36-pep525:
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp361 enum Literals enum in glcts::IntegerConstant