Home
last modified time | relevance | path

Searched refs:ParseFlags (Results 1 – 25 of 49) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h278 enum ParseFlags { enum
324 ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); } in parse_flags()
353 static Regexp* Parse(const StringPiece& s, ParseFlags flags,
370 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
394 static Regexp* Plus(Regexp* sub, ParseFlags flags);
395 static Regexp* Star(Regexp* sub, ParseFlags flags);
396 static Regexp* Quest(Regexp* sub, ParseFlags flags);
397 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
398 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
399 static Regexp* Capture(Regexp* sub, ParseFlags flags, int cap);
[all …]
Dset.cc42 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( in Add()
43 options_.ParseFlags()); in Add()
96 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( in Compile()
97 options_.ParseFlags()); in Compile()
Dregexp.cc30 Regexp::Regexp(RegexpOp op, ParseFlags parse_flags) in Regexp()
188 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch()
194 Regexp* Regexp::StarPlusOrQuest(RegexpOp op, Regexp* sub, ParseFlags flags) { in StarPlusOrQuest()
223 Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) { in Plus()
227 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { in Star()
231 Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) { in Quest()
236 ParseFlags flags, bool can_factor) { in ConcatOrAlternate()
283 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { in Concat()
287 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate()
291 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { in AlternateNoFactor()
[all …]
Dparse.cc73 ParseState(ParseFlags flags, const StringPiece& whole_regexp,
77 ParseFlags flags() { return flags_; } in flags()
176 bool MaybeConcatString(int r, ParseFlags flags);
179 ParseFlags flags_;
194 Regexp::ParseState::ParseState(ParseFlags flags, in ParseState()
445 Regexp::ParseFlags oflags = flags_; in PushDollar()
482 Regexp::ParseFlags fl = flags_; in PushRepeatOp()
581 Regexp::ParseFlags fl = flags_; in PushRepetition()
767 Regexp::ParseFlags pf = re->parse_flags(); in RemoveLeadingRegexp()
776 Regexp::ParseFlags *flags) { in LeadingString()
[all …]
Dsimplify.cc23 bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags, in SimplifyRegexp()
153 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags);
159 Regexp::ParseFlags parse_flags);
566 Regexp::ParseFlags parse_flags) { in Concat2()
582 Regexp::ParseFlags f) { in SimplifyRepeat()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.h55 Regexp::ParseFlags flags);
57 Regexp::ParseFlags flags() { return flags_; } in flags()
77 Regexp::ParseFlags flags_; // flags for parsing regexp_str_
Dparse_test.cc18 static const Regexp::ParseFlags TestZeroFlags = Regexp::WasDollar;
23 Regexp::ParseFlags flags;
26 static Regexp::ParseFlags kTestFlags = Regexp::MatchNL |
230 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags, in TestParse()
235 Regexp::ParseFlags f = flags; in TestParse()
456 Regexp::ParseFlags f = kTestFlags; in TEST()
Dtester.cc145 Regexp::ParseFlags parse_flags;
149 static const Regexp::ParseFlags single_line =
151 static const Regexp::ParseFlags multi_line =
152 static_cast<Regexp::ParseFlags>(Regexp::LikePerl & ~Regexp::OneLine);
162 static std::string FormatMode(Regexp::ParseFlags flags) { in FormatMode()
172 Regexp::ParseFlags flags) in TestInstance()
Drequired_prefix_test.cc50 Regexp::ParseFlags flags = Regexp::LikePerl; in TEST()
104 Regexp::ParseFlags flags = Regexp::LikePerl; in TEST()
Dcompile_test.cc145 static void DumpByteMap(StringPiece pattern, Regexp::ParseFlags flags, in DumpByteMap()
246 static void Dump(StringPiece pattern, Regexp::ParseFlags flags, in Dump()
Dmimics_pcre_test.cc64 Regexp::ParseFlags flags = Regexp::LikePerl; in TEST()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h192 TfLiteStatus ParseFlags(int* argc, char** argv);
198 TfLiteStatus ParseFlags(int argc, char** argv) { in ParseFlags() function
199 return ParseFlags(&argc, argv); in ParseFlags()
Dbenchmark_performance_options.cc155 bool BenchmarkPerformanceOptions::ParseFlags(int* argc, char** argv) { in ParseFlags() function in tflite::benchmark::BenchmarkPerformanceOptions
364 if (!ParseFlags(&argc, argv)) return; in Run()
368 if (single_option_run_->ParseFlags(&argc, argv) != kTfLiteOk) return; in Run()
Dbenchmark_model.cc196 TF_LITE_ENSURE_STATUS(ParseFlags(argc, argv)); in Run()
245 TfLiteStatus BenchmarkModel::ParseFlags(int* argc, char** argv) { in ParseFlags() function in tflite::benchmark::BenchmarkModel
/external/swiftshader/third_party/SPIRV-Tools/tools/opt/
Dopt.cpp560 OptStatus ParseFlags(int argc, const char** argv,
601 ParseFlags(static_cast<int>(flags.size()), new_argv, optimizer, in_file, in ParseOconfigFlag()
655 OptStatus ParseFlags(int argc, const char** argv, in ParseFlags() function
790 OptStatus status = ParseFlags(argc, argv, &optimizer, &in_file, &out_file, in main()
/external/deqp-deps/SPIRV-Tools/tools/opt/
Dopt.cpp564 OptStatus ParseFlags(int argc, const char** argv,
605 ParseFlags(static_cast<int>(flags.size()), new_argv, optimizer, in_file, in ParseOconfigFlag()
659 OptStatus ParseFlags(int argc, const char** argv, in ParseFlags() function
796 OptStatus status = ParseFlags(argc, argv, &optimizer, &in_file, &out_file, in main()
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/opt/
Dopt.cpp570 OptStatus ParseFlags(int argc, const char** argv,
611 ParseFlags(static_cast<int>(flags.size()), new_argv, optimizer, in_file, in ParseOconfigFlag()
665 OptStatus ParseFlags(int argc, const char** argv, in ParseFlags() function
802 OptStatus status = ParseFlags(argc, argv, &optimizer, &in_file, &out_file, in main()
/external/protobuf/src/google/protobuf/
Dmessage_lite.h466 enum ParseFlags { enum
477 template <ParseFlags flags, typename T>
542 template <MessageLite::ParseFlags flags, typename T>
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbenchmark.cc201 constexpr protobuf::MessageLite::ParseFlags kParseFlags = in BM_Parse_Proto2()
203 ? protobuf::MessageLite::ParseFlags::kMergePartial in BM_Parse_Proto2()
204 : protobuf::MessageLite::ParseFlags::kMergePartialWithAliasing; in BM_Parse_Proto2()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_cmdline_flags_test.cc40 TEST(TocoCmdlineFlagsTest, ParseFlags) { in TEST() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/reduce/
Dreduce.cpp145 ReduceStatus ParseFlags(int argc, const char** argv, in ParseFlags() function
277 ReduceStatus status = ParseFlags( in main()
/external/deqp-deps/SPIRV-Tools/tools/reduce/
Dreduce.cpp145 ReduceStatus ParseFlags(int argc, const char** argv, in ParseFlags() function
277 ReduceStatus status = ParseFlags( in main()
/external/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h146 constexpr ConvParser ParseFlags() const { in ParseFlags() function
216 .ParseFlags() in Run()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h139 constexpr ConvParser ParseFlags() const { in ParseFlags() function
209 .ParseFlags() in Run()
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h146 constexpr ConvParser ParseFlags() const { in ParseFlags() function
216 .ParseFlags() in Run()

12