Searched defs:string_view (Results 1 – 9 of 9) sorted by relevance
23 using string_view = std::basic_string_view<char>; in main() typedef
23 using string_view = std::basic_string_view<char, dummy_char_traits>; in main() typedef
82 should_dump_module = [](string_view) { return true; }; in CanonicalDebugOptions() argument84 should_dump_module = [](string_view) { return false; }; in CanonicalDebugOptions() argument95 should_dump_pass = [](string_view) { return false; }; in CanonicalDebugOptions() argument111 should_dump_module = [](string_view) { return false; }; in CanonicalDebugOptions() argument112 should_dump_pass = [](string_view) { return false; }; in CanonicalDebugOptions() argument
45 typedef std::string_view string_view; in main() typedef
54 typedef std::string_view string_view; in main() typedef
46 typedef std::string_view string_view; in main() typedef
197 typedef std::string_view string_view; typedef204 typedef std::experimental::string_view string_view; typedef
990 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()