Home
last modified time | relevance | path

Searched refs:set_literal (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/regex-syntax/src/hir/
Dmod.rs244 info.set_literal(false); in empty()
269 info.set_literal(true); in literal()
286 info.set_literal(false); in class()
303 info.set_literal(false); in anchor()
335 info.set_literal(false); in word_boundary()
369 info.set_literal(false); in repetition()
386 info.set_literal(false); in group()
405 info.set_literal(true); in concat()
428 info.set_literal(x); in concat()
502 info.set_literal(false); in alternation()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/fuzzing/
Dre2_fuzzer.cc157 options.set_literal(fdp.ConsumeBool()); in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h657 void set_literal(bool b) { literal_ = b; } in set_literal() function
/external/python/cpython2/Doc/library/
D2to3.rst374 .. 2to3fixer:: set_literal
/external/python/cpython3/Doc/library/
D2to3.rst396 .. 2to3fixer:: set_literal
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc1583 opt.set_literal(false); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1472 void set_literal(Literal&& literal) { literal_.emplace(std::move(literal)); } in set_literal() function
Dhlo_instructions.cc2598 cloned->set_literal(literal().Clone()); in CloneWithNewOperandsImpl()
Dhlo_parser.cc2366 custom_call_instr->set_literal(std::move(*literal)); in ParseInstructionRhs()
Dhlo_instruction.cc587 custom_call_instr->set_literal(std::move(literal)); in CreateFromProto()