/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | cfg.rs | 57 let string: LitStr = input.parse()?; in parse_single() 58 Ok(CfgExpr::Eq(ident, Some(string))) in parse_single()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | include.rs | 37 pub string: bool, 98 string, 146 if string && !cxx_header { 147 writeln!(out, "#include <string>");
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | gaussian_distribution_gentables.cc | 25 #include <string> 45 std::string separator = ""; in FormatArrayContents()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | arg_test.cc | 18 #include <string> 112 std::string s; in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | civil_time_benchmark.cc | 63 const std::string s = absl::FormatCivilTime(c); in BM_Format() 70 const std::string f = "2014-01-02T03:04:05"; in BM_Parse()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hash_function_defaults.h | 41 // example is `const char*`. `const char*` is treated as a c-style string when 42 // the hash function is hash<std::string> but as a pointer when the hash 51 #include <string> 97 // Supports heterogeneous lookup for string-like elements. 104 struct HashEq<std::string> : StringHashEq {};
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | per_thread_sem_test.cc | 22 #include <string> 119 std::string out = StrCat( in TestTiming()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | span.h | 21 #include <string> 42 // Before C++17, std::string::data returns a const char* in all cases. 43 inline char* GetDataImpl(std::string& s, // NOLINT(runtime/references)
|
/third_party/skia/experimental/sktext/tests/ |
H A D | FontResolvedText.cpp | 25 #include <string.h> 29 #include <string>
|
H A D | UnicodeText.cpp | 24 #include <string.h> 28 #include <string>
|
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/ |
H A D | code_points.rs | 25 pub(in super::super) fn new<S>(string: S) -> Self 30 iter: string.into_iter().peekable(),
|
/third_party/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.h | 24 #include <string> 259 std::unordered_set<std::string> extensions_allowlist_;
|
H A D | strip_nonsemantic_info_pass.cpp | 69 const std::string ext_name = inst.GetInOperand(0).AsString(); in Process() 87 const std::string extension_name = inst.GetInOperand(0).AsString(); in Process()
|
/third_party/spirv-tools/source/val/ |
H A D | instruction.h | 137 std::string Instruction::GetOperandAs<std::string>(size_t index) const;
|
H A D | validate_barriers.cpp | 17 #include <string> 40 [](spv::ExecutionModel model, std::string* message) { in BarriersPass()
|
H A D | validate_mesh_shading.cpp | 31 [](spv::ExecutionModel model, std::string* message) { in MeshShadingPass() 82 [](spv::ExecutionModel model, std::string* message) { in MeshShadingPass()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_local_variable_test.cpp | 26 std::string shader = R"( in TEST() 170 std::string after_transformation = R"( in TEST()
|
H A D | transformation_add_type_array_test.cpp | 26 std::string shader = R"( in TEST() 124 std::string after_transformation = R"( in TEST()
|
H A D | transformation_add_type_pointer_test.cpp | 48 std::string shader = R"( in TEST() 165 std::string after_transformation = R"( in TEST()
|
H A D | transformation_permute_phi_operands_test.cpp | 26 std::string shader = R"( in TEST() 150 std::string after_transformation = R"( in TEST()
|
H A D | transformation_replace_load_store_with_copy_memory_test.cpp | 29 std::string shader = R"( in TEST() 202 std::string after_transformations = R"( in TEST()
|
H A D | transformation_replace_opphi_id_from_dead_predecessor_test.cpp | 25 std::string shader = R"( 157 std::string after_transformations = R"( in TEST()
|
H A D | transformation_set_function_control_test.cpp | 29 std::string shader = R"( in TEST() 172 std::string after_transformation = R"( in TEST()
|
H A D | transformation_wrap_region_in_selection_test.cpp | 27 std::string shader = R"( in TEST() 190 std::string after_transformation = R"( in TEST()
|
/third_party/spirv-tools/test/link/ |
H A D | ids_limit_test.cpp | 15 #include <string> 99 EXPECT_THAT(GetErrorMessage(), std::string()); in TEST_F()
|