Home
last modified time | relevance | path

Searched refs:string (Results 7251 - 7275 of 29938) sorted by relevance

1...<<291292293294295296297298299300>>...1198

/third_party/typescript/tests/baselines/reference/
H A DtypeofAmbientExternalModules.js4 export class C { foo: string; }
7 class D { bar: string; }
H A DvisibilityOfCrossModuleTypeUsage.js19 toAbsolutePath(server: IServer, workspaceRelativePath?: string): string;
H A DvoidFunctionAssignmentCompat.js17 var fra3: (v:any)=>string = (function() { return function (v:string) {return v;}; })() // should work
H A DvoidReturnIndexUnionInference.js15 onFoo?(value: string): boolean;
16 onBar?(value: string): void;
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_source_generator_base.h34 #include <string>
54 std::string class_access_level();
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension_lite.h35 #include <string>
65 std::string scope_;
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid_unittest.cc43 // On GCC, this string can be written as: in TEST()
46 string valid_str("abcd 1234 - \342\200\224\342\200\223\342\210\222 - xyz789"); in TEST()
57 const string invalid_str("abcd\xA0\xB0\xA0\xB0\xA0\xB0 - xyz789"); in TEST()
H A Dtime.h61 // Formats a time string in RFC3339 format.
68 string PROTOBUF_EXPORT FormatTime(int64 seconds, int32 nanos);
69 // Parses a time string. This method accepts RFC3339 date/time string with UTC
71 bool PROTOBUF_EXPORT ParseTime(const string& value, int64* seconds,
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dfield_mask_utility.h49 typedef std::function<std::string(StringPiece)> ConverterCallback;
56 std::string ConvertFieldMaskPath(const StringPiece path,
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dpowershell.rs62 // Escape string inside single quotes
63 fn escape_string(string: &str) -> String { in escape_string()
64 string.replace('\'', "''") in escape_string()
H A Delvish.rs55 // Escape string inside single quotes
56 fn escape_string(string: &str) -> String { in escape_string()
57 string.replace('\'', "''") in escape_string()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dconfig.h19 // Determine if we should strip string literals from the Flag objects.
20 // By default we strip string literals on mobile platforms.
73 A(std::string, std_string) \
74 A(std::vector<std::string>, std_vector_of_string)
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dprivate_handle_accessor.h20 #include <string>
54 flags_internal::ValueSource source, std::string& error);
/third_party/spirv-tools/source/opt/
H A Dbuild_module.h19 #include <string>
49 spv_target_env env, MessageConsumer consumer, const std::string& text,
H A Dreplace_invalid_opc.h18 #include <string>
61 std::string BuildWarningMessage(spv::Op opcode);
/third_party/spirv-tools/test/
H A Dcomment_test.cpp15 #include <string>
32 std::string input = R"( in TEST_F()
H A Dgenerator_magic_number_test.cpp16 #include <string>
33 EXPECT_THAT(std::string(spvGeneratorStr(GetParam().value())), in TEST_P()
/third_party/spirv-tools/test/opt/
H A Dfix_func_call_arguments_test.cpp24 const std::string text = R"( in TEST_F()
109 const std::string text = R"( in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTexelOffsetTests.cpp41 static const std::string cases[][2] = in createTextureTexelOffsetTests()
48 const std::string fileName = cases[i][0] + ".amber"; in createTextureTexelOffsetTests()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.hpp33 // Conver string (for example "192.168.0.1:59333") to host and port
34 void StringToAddress (const string& str, string& host, int& port );
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeProcess.hpp29 #include <string>
38 ProcessError (const std::string& message) : std::runtime_error(message) {} in ProcessError()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidUtil.hpp29 #include <string>
48 std::string getIntentStringExtra (ANativeActivity* activity, const char* name);
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariable.hpp30 #include <string>
73 std::string m_name;
/third_party/vulkan-loader/tests/framework/layer/
H A Dlayer_util.h33 BUILDER_VALUE(LayerDefinition, std::string, layerName, {})
36 BUILDER_VALUE(LayerDefinition, std::string, description, {})
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp53 #include <string>
70 using StringVec = std::vector<std::string>;
284 std::string toString(const std::vector<T>& vec) in toString()
295 PipelineExecutableStat (std::string name_, std::string description_, VkPipelineExecutableStatisticFormatKHR format_, VkPipelineExecutableStatisticValueKHR value_) in PipelineExecutableStat()
302 const std::string name;
303 const std::string description;
310 PipelineExecutableInternalRepresentation (std::string name_, std::string description_, bool isText_, const std::vector<uint8_t>& data) in PipelineExecutableInternalRepresentation()
318 m_text = std::string(reinterpret_cas in PipelineExecutableInternalRepresentation()
[all...]

Completed in 20 milliseconds

1...<<291292293294295296297298299300>>...1198