Home
last modified time | relevance | path

Searched refs:string (Results 8226 - 8250 of 27492) sorted by relevance

1...<<321322323324325326327328329330>>...1100

/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dcfg.rs57 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 Dinclude.rs37 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 Dgaussian_distribution_gentables.cc25 #include <string>
45 std::string separator = ""; in FormatArrayContents()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg_test.cc18 #include <string>
112 std::string s; in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dcivil_time_benchmark.cc63 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 Dhash_function_defaults.h41 // 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 Dper_thread_sem_test.cc22 #include <string>
119 std::string out = StrCat( in TestTiming()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dspan.h21 #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 DFontResolvedText.cpp25 #include <string.h>
29 #include <string>
H A DUnicodeText.cpp24 #include <string.h>
28 #include <string>
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H A Dcode_points.rs25 pub(in super::super) fn new<S>(string: S) -> Self
30 iter: string.into_iter().peekable(),
/third_party/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.h24 #include <string>
259 std::unordered_set<std::string> extensions_allowlist_;
H A Dstrip_nonsemantic_info_pass.cpp69 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 Dinstruction.h137 std::string Instruction::GetOperandAs<std::string>(size_t index) const;
H A Dvalidate_barriers.cpp17 #include <string>
40 [](spv::ExecutionModel model, std::string* message) { in BarriersPass()
H A Dvalidate_mesh_shading.cpp31 [](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 Dtransformation_add_local_variable_test.cpp26 std::string shader = R"( in TEST()
170 std::string after_transformation = R"( in TEST()
H A Dtransformation_add_type_array_test.cpp26 std::string shader = R"( in TEST()
124 std::string after_transformation = R"( in TEST()
H A Dtransformation_add_type_pointer_test.cpp48 std::string shader = R"( in TEST()
165 std::string after_transformation = R"( in TEST()
H A Dtransformation_permute_phi_operands_test.cpp26 std::string shader = R"( in TEST()
150 std::string after_transformation = R"( in TEST()
H A Dtransformation_replace_load_store_with_copy_memory_test.cpp29 std::string shader = R"( in TEST()
202 std::string after_transformations = R"( in TEST()
H A Dtransformation_replace_opphi_id_from_dead_predecessor_test.cpp25 std::string shader = R"(
157 std::string after_transformations = R"( in TEST()
H A Dtransformation_set_function_control_test.cpp29 std::string shader = R"( in TEST()
172 std::string after_transformation = R"( in TEST()
H A Dtransformation_wrap_region_in_selection_test.cpp27 std::string shader = R"( in TEST()
190 std::string after_transformation = R"( in TEST()
/third_party/spirv-tools/test/link/
H A Dids_limit_test.cpp15 #include <string>
99 EXPECT_THAT(GetErrorMessage(), std::string()); in TEST_F()

Completed in 35 milliseconds

1...<<321322323324325326327328329330>>...1100