/third_party/protobuf/src/google/protobuf/ |
H A D | map_field_inl.h | 72 inline std::string UnwrapMapKey<std::string>(const MapKey& map_key) { in UnwrapMapKey() 100 inline void SetMapKey<std::string>(MapKey* map_key, const std::string& value) { in SetMapKey()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.h | 48 #include <string> 104 // - Comparing serialized string 606 // found (if any) to the specified output string pointer. Note that this 608 void ReportDifferencesToString(std::string* output); 626 // StreamReporter to write to a StringOutputStream, the target string may 687 // Just print a string 688 void Print(const std::string& str); 904 std::string* output_string_;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128.cc | 23 #include <string> 159 std::string Uint128ToFormattedString(uint128 v, std::ios_base::fmtflags flags) { 207 std::string rep = Uint128ToFormattedString(v, flags); 289 std::string rep;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_libc.cc | 186 TimeZoneLibC::TimeZoneLibC(const std::string& name) in TimeZoneLibC() 304 std::string TimeZoneLibC::Version() const { in Version() 305 return std::string(); // unknown in Version() 308 std::string TimeZoneLibC::Description() const { in Description()
|
/third_party/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 15 #include <string> 35 std::string name; 36 std::string operands; 45 const std::string input = in TEST_P()
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 64 func NewErrorf(code int64, format string, args ...interface{}) *Error { 109 func (c *Conn) Notify(ctx context.Context, method string, params interface{}) (err error) { 140 func (c *Conn) Call(ctx context.Context, method string, params, result interface{}) (err error) { 308 Method string `json:"method"`
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIndirectComputeDispatchTests.cpp | 36 #include <string> 49 using std::string; 103 map<string, string> args; in genVerifySources()
|
H A D | es31fInternalFormatQueryTests.cpp | 455 const std::string name = std::string(internalFormats[caseNdx].name) + "_samples"; in init() 456 const std::string desc = std::string("Verify GL_SAMPLES of ") + internalFormats[caseNdx].name; in init()
|
H A D | es31fShaderSharedVarTests.cpp | 50 using std::string; 92 static std::string getBasicCaseDescription (DataType basicType, Precision precision, const tcu::UVec3& workGroupSize) in getBasicCaseDescription() 383 const string name = string(getDataTypeName(DataType(basicType))) + "_" + getPrecisionName(Precision(precision)); in init()
|
/third_party/vk-gl-cts/scripts/ |
H A D | run_nightly.py | 29 import string namespace 301 '--cmdline=%s' % string.join([shellquote(arg) for arg in config.args], " "), 304 '--testset=%s' % string.join(config.testset, ","), 311 execArgs += ['--exclude=%s' % string.join(config.exclude, ",")]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryBarycentricCoordinatesTests.cpp | 68 BarycentricCoordinatesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params); 91 BarycentricCoordinatesCase::BarycentricCoordinatesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in BarycentricCoordinatesCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBarycentricCoordinatesTests.cpp | 74 BarycentricCoordinatesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params); 97 BarycentricCoordinatesCase::BarycentricCoordinatesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in BarycentricCoordinatesCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 347 TestTexture2DSp loadTexture2D (const tcu::Archive& archive, const std::vector<std::string>& filenames); 348 TestTextureCubeSp loadTextureCube (const tcu::Archive& archive, const std::vector<std::string>& filenames); 362 TextureTestCase (tcu::TestContext& context, const std::string& name, const std::string& description, const typename INSTANCE_TYPE::ParameterType& testParameters) in TextureTestCase()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluVarTypeUtil.hpp | 30 #include <string> 57 std::string getIdentifier (void) const { return std::string(m_str+m_tokenStart, m_str+m_tokenStart+m_tokenLen); } in getIdentifier() 108 std::string parseVariableName (const char* nameWithPath);
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
H A D | tcuSurfacelessPlatform.cpp | 26 #include <string> 50 using std::string; 144 const std::string& extName) in isEGLExtensionSupported() 146 const vector<string> exts = eglu::getClientExtensions(egl); in isEGLExtensionSupported()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.cpp | 33 #include <string> 37 using std::string; 82 std::map<std::string, VaryingStorage*> m_values; 92 for (map<string, VaryingStorage*>::iterator i = m_values.begin(); i != m_values.end(); i++) in ~VaryingStore()
|
H A D | rsgUtils.cpp | 27 #include <string> 30 using std::string; 36 void addNewUniforms (vector<const ShaderInput*>& uniforms, set<string>& addedUniforms, const Shader& shader) in addNewUniforms() 52 set<string> addedUniforms; in computeUnifiedUniforms()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMemoryStressTests.cpp | 44 #include <string> 47 using std::string; 79 const string& getErrorString (void) const { return m_errorString; } in getErrorString() 92 string m_errorString;
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureStateQueryTests.cpp | 390 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_s" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_S", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_S))); in init() 391 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_t" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_T", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_T))); in init() 393 FOR_EACH_VERIFIER(verifiers, addChild(new TextureMagFilterCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_mag_filter" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MAG_FILTER", textureTargets[ndx].textureTarget))); in init() 394 FOR_EACH_VERIFIER(verifiers, addChild(new TextureMinFilterCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_min_filter" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MIN_FILTER", textureTargets[ndx].textureTarget))); in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.h | 69 const std::string &getLabel() const; 152 std::string mLabel; 210 void setLabel(const Context *context, const std::string &label) override; 211 const std::string &getLabel() const override;
|
H A D | VertexArray.h | 43 const std::string &getLabel() const { return mLabel; } in getLabel() 89 std::string mLabel; 196 void setLabel(const Context *context, const std::string &label) override; 197 const std::string &getLabel() const override;
|
/third_party/eudev/hm_src/ |
H A D | hm-missing.h | 2 #include <string.h>
|
/third_party/mesa3d/src/android_stub/ |
H A D | backtrace_stub.cpp | 9 std::string
|
/third_party/node/test/wasi/c/ |
H A D | main_args.c | 2 #include <string.h>
|
/third_party/musl/src/signal/ |
H A D | sigemptyset.c | 2 #include <string.h>
|