Home
last modified time | relevance | path

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

/external/libcxx/test/std/strings/string.view/string.view.cons/
Dfrom_string2.fail.cpp23 using string_view = std::basic_string_view<char, dummy_char_traits>; in main() typedef
Dfrom_string1.fail.cpp23 using string_view = std::basic_string_view<char>; in main() typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc91 should_dump_module = [](string_view) { return true; }; in CanonicalDebugOptions() argument
93 should_dump_module = [](string_view) { return false; }; in CanonicalDebugOptions() argument
104 should_dump_pass = [](string_view) { return false; }; in CanonicalDebugOptions() argument
120 should_dump_module = [](string_view) { return false; }; in CanonicalDebugOptions() argument
121 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
Drend.pass.cpp54 typedef std::string_view string_view; in main() typedef
Dend.pass.cpp54 typedef std::string_view string_view; in main() typedef
Drbegin.pass.cpp46 typedef std::string_view string_view; in main() typedef
/external/cpu_features/test/
DCMakeLists.txt13 add_library(string_view ../src/string_view.c) target
/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/utils/
Dgraph_view_internal.h469 const absl::flat_hash_map<absl::string_view, int>& updated_node_names, in CheckNodeNameExists()
671 const absl::flat_hash_map<absl::string_view, int>& updated_node_names) { in IsWellFormed()
875 const absl::flat_hash_map<absl::string_view, int>& updated_node_names) { in IsWellFormed()
Dgraph_view.cc603 absl::flat_hash_map<absl::string_view, int>* node_names, in GetNodeNamesAndPartitionUpdatedNodes()
689 const absl::flat_hash_map<absl::string_view, int>& node_names, in RemovedOrMissingNodeFanoutsWellFormed()
767 const absl::flat_hash_map<absl::string_view, int>& node_names, in CheckNodeNamesAndFanins()
1607 absl::flat_hash_map<absl::string_view, int>* node_names, in ValidateInternal()
/external/tensorflow/tensorflow/core/platform/
Dtstring.h390 inline tstring::operator std::string_view() const { in string_view() function
/external/fmtlib/test/
Dscan.h79 fmt::string_view* string_view; member
Dcore-test.cc540 using string_view = fmt::internal::std_string_view<TypeParam>; in TYPED_TEST() typedef
/external/fmtlib/include/fmt/
Dcore.h364 using string_view = basic_string_view<char>; variable
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc332 const absl::flat_hash_map<absl::string_view, int>& histogram) { in HistogramMapToRepeatedOpAndCount()