Home
last modified time | relevance | path

Searched defs:string_view (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/strings/string.view/string.view.cons/
Dfrom_string1.fail.cpp23 using string_view = std::basic_string_view<char>; in main() typedef
Dfrom_string2.fail.cpp23 using string_view = std::basic_string_view<char, dummy_char_traits>; in main() typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc82 should_dump_module = [](string_view) { return true; }; in CanonicalDebugOptions() argument
84 should_dump_module = [](string_view) { return false; }; in CanonicalDebugOptions() argument
95 should_dump_pass = [](string_view) { return false; }; in CanonicalDebugOptions() argument
111 should_dump_module = [](string_view) { return false; }; in CanonicalDebugOptions() argument
112 should_dump_pass = [](string_view) { return false; }; in CanonicalDebugOptions() argument
/external/libcxx/test/std/strings/string.view/string.view.iterators/
Dbegin.pass.cpp45 typedef std::string_view string_view; in main() typedef
Dend.pass.cpp54 typedef std::string_view string_view; in main() typedef
Drend.pass.cpp54 typedef std::string_view string_view; in main() typedef
Drbegin.pass.cpp46 typedef std::string_view string_view; in main() typedef
/external/flatbuffers/include/flatbuffers/
Dbase.h197 typedef std::string_view string_view; typedef
204 typedef std::experimental::string_view string_view; typedef
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc990 const absl::flat_hash_map<absl::string_view, absl::string_view> in InlinedFunctionOutputsNode()
1473 const absl::flat_hash_map<absl::string_view, int>& input_placeholders_idx, in PlaceInlinedFunctionBody()