/third_party/typescript/tests/baselines/reference/ |
H A D | typeofAmbientExternalModules.js | 4 export class C { foo: string; } 7 class D { bar: string; }
|
H A D | visibilityOfCrossModuleTypeUsage.js | 19 toAbsolutePath(server: IServer, workspaceRelativePath?: string): string;
|
H A D | voidFunctionAssignmentCompat.js | 17 var fra3: (v:any)=>string = (function() { return function (v:string) {return v;}; })() // should work
|
H A D | voidReturnIndexUnionInference.js | 15 onFoo?(value: string): boolean; 16 onBar?(value: string): void;
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_source_generator_base.h | 34 #include <string> 54 std::string class_access_level();
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_extension_lite.h | 35 #include <string> 65 std::string scope_;
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | structurally_valid_unittest.cc | 43 // 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 D | time.h | 61 // 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 D | field_mask_utility.h | 49 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 D | powershell.rs | 62 // Escape string inside single quotes 63 fn escape_string(string: &str) -> String { in escape_string() 64 string.replace('\'', "''") in escape_string()
|
H A D | elvish.rs | 55 // 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 D | config.h | 19 // 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 D | private_handle_accessor.h | 20 #include <string> 54 flags_internal::ValueSource source, std::string& error);
|
/third_party/spirv-tools/source/opt/ |
H A D | build_module.h | 19 #include <string> 49 spv_target_env env, MessageConsumer consumer, const std::string& text,
|
H A D | replace_invalid_opc.h | 18 #include <string> 61 std::string BuildWarningMessage(spv::Op opcode);
|
/third_party/spirv-tools/test/ |
H A D | comment_test.cpp | 15 #include <string> 32 std::string input = R"( in TEST_F()
|
H A D | generator_magic_number_test.cpp | 16 #include <string> 33 EXPECT_THAT(std::string(spvGeneratorStr(GetParam().value())), in TEST_P()
|
/third_party/spirv-tools/test/opt/ |
H A D | fix_func_call_arguments_test.cpp | 24 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 D | vktTextureTexelOffsetTests.cpp | 41 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 D | vksNetwork.hpp | 33 // 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 D | deProcess.hpp | 29 #include <string> 38 ProcessError (const std::string& message) : std::runtime_error(message) {} in ProcessError()
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidUtil.hpp | 29 #include <string> 48 std::string getIntentStringExtra (ANativeActivity* activity, const char* name);
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariable.hpp | 30 #include <string> 73 std::string m_name;
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | layer_util.h | 33 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 D | vktPipelineShaderModuleIdentifierTests.cpp | 53 #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...] |