Home
last modified time | relevance | path

Searched refs:string (Results 8651 - 8675 of 20062) sorted by relevance

1...<<341342343344345346347348349350>>...803

/third_party/protobuf/src/google/protobuf/
H A Dmap_field_inl.h72 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 Dmessage_differencer.h48 #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 Dint128.cc23 #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 Dtime_zone_libc.cc186 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 Dext_inst.opencl_test.cpp15 #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 Djsonrpc2.go64 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 Des31fIndirectComputeDispatchTests.cpp36 #include <string>
49 using std::string;
103 map<string, string> args; in genVerifySources()
H A Des31fInternalFormatQueryTests.cpp455 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 Des31fShaderSharedVarTests.cpp50 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 Drun_nightly.py29 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 DvktRayQueryBarycentricCoordinatesTests.cpp68 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 DvktRayTracingBarycentricCoordinatesTests.cpp74 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 DvktTextureTestUtil.hpp347 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 DgluVarTypeUtil.hpp30 #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 DtcuSurfacelessPlatform.cpp26 #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 DrsgProgramExecutor.cpp33 #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 DrsgUtils.cpp27 #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 DteglMemoryStressTests.cpp44 #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 Des2fTextureStateQueryTests.cpp390 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 DFramebuffer.h69 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 DVertexArray.h43 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 Dhm-missing.h2 #include <string.h>
/third_party/mesa3d/src/android_stub/
H A Dbacktrace_stub.cpp9 std::string
/third_party/node/test/wasi/c/
H A Dmain_args.c2 #include <string.h>
/third_party/musl/src/signal/
H A Dsigemptyset.c2 #include <string.h>

Completed in 25 milliseconds

1...<<341342343344345346347348349350>>...803