/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_enum_field_lite.cc | 66 std::map<std::string, std::string>* variables) { in SetEnumVariables() 284 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 300 std::string ImmutableEnumFieldLiteGenerator::GetBoxedType() const { in GetBoxedType() 381 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 637 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 777 std::string RepeatedImmutableEnumFieldLiteGenerator::GetBoxedType() const { in GetBoxedType()
|
H A D | java_map_field.cc | 60 std::string TypeName(const FieldDescriptor* field, in TypeName() 72 std::string WireType(const FieldDescriptor* field) { in WireType() 74 std::string(FieldTypeName(field->type())); in WireType() 80 std::map<std::string, std::string>* variables) { in SetMessageVariables() 92 std::string boxed_key_type = TypeName(key, name_resolver, true); in SetMessageVariables() 766 std::string ImmutableMapFieldGenerator::GetBoxedType() const { in GetBoxedType()
|
H A D | java_map_field_lite.cc | 60 std::string TypeName(const FieldDescriptor* field, in TypeName() 72 std::string WireType(const FieldDescriptor* field) { in WireType() 74 std::string(FieldTypeName(field->type())); in WireType() 80 std::map<std::string, std::string>* variables) { in SetMessageVariables() 504 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 796 std::string ImmutableMapFieldLiteGenerator::GetBoxedType() const { in GetBoxedType()
|
H A D | java_message_field_lite.cc | 57 std::map<std::string, std::string>* variables) { in SetMessageVariables() 279 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 292 std::string ImmutableMessageFieldLiteGenerator::GetBoxedType() const { in GetBoxedType() 369 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 734 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 748 std::string RepeatedImmutableMessageFieldLiteGenerator::GetBoxedType() const { in GetBoxedType()
|
H A D | java_string_field_lite.cc | 64 std::map<std::string, std::string>* variables) { in SetPrimitiveVariables() 305 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 320 std::string ImmutableStringFieldLiteGenerator::GetBoxedType() const { in GetBoxedType() 412 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 710 io::Printer* printer, std::vector<uint16>* output) const { in GenerateFieldInfo() 722 std::string RepeatedImmutableStringFieldLiteGenerator::GetBoxedType() const { in GetBoxedType()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32.cc | 80 using std::string; 81 using std::wstring; 162 std::vector<wstring> segments; in normalize() 200 std::wstringstream result; in normalize() 238 std::unique_ptr<WCHAR[]> wcwd(new WCHAR[size]); in as_windows_path() 365 const string& path, std::function<void(const string&)> consume) { in ExpandWildcards() 430 std::unique_ptr<CHAR[]> astr(new CHAR[size]); in wcs_to_mbs() 449 std::unique_ptr<WCHAR[]> wstr(new WCHAR[size]); in mbs_to_wcs()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_field_test.cc | 64 return state_.load(std::memory_order_relaxed) != STATE_MODIFIED_MAP; in IsMapClean() 67 return state_.load(std::memory_order_relaxed) != STATE_MODIFIED_REPEATED; in IsRepeatedClean() 70 state_.store(STATE_MODIFIED_MAP, std::memory_order_relaxed); in SetMapDirty() 73 state_.store(STATE_MODIFIED_REPEATED, std::memory_order_relaxed); in SetRepeatedDirty() 123 std::unique_ptr<MapFieldType> map_field_; 129 std::map<int32, int32> initial_value_map_; // copy of initial values inserted 164 std::vector<char> arena_block(128 * 1024); in TEST_F() 293 std::unique_ptr<MapFieldType> map_field_;
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 19 //! .flag_if_supported("-std=c++11") 105 use std::collections::BTreeSet; 106 use std::env; 107 use std::ffi::{OsStr, OsString}; 108 use std::io::{self, Write}; 109 use std::iter; 110 use std::path::{Path, PathBuf}; 111 use std::process; 132 /// .flag_if_supported("-std=c++11") 433 use std in best_effort_copy_headers() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
H A D | city.cc | 79 std::swap(a, b); \ 80 std::swap(a, c); \ 257 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds( in WeakHashLen32WithSeeds() 265 return std::make_pair(a + z, b + c); in WeakHashLen32WithSeeds() 269 static std::pair<uint64_t, uint64_t> WeakHashLen32WithSeeds(const char *s, in WeakHashLen32WithSeeds() 314 std::pair<uint64_t, uint64_t> v = in CityHash64() 316 std::pair<uint64_t, uint64_t> w = in CityHash64() 330 std::swap(z, x); in CityHash64()
|
/third_party/skia/gm/ |
H A D | filterfastbounds.cpp | 98 p.setImageFilter(std::move(filter)); in add_paint() 112 add_paint(paints, std::move(scaleMIF)); in create_paints() 122 add_paint(paints, std::move(rotMIF)); in create_paints() 130 add_paint(paints, std::move(tileIF)); in create_paints() 137 add_paint(paints, std::move(dsif)); in create_paints() 144 add_paint(paints, std::move(dsif)); in create_paints() 269 sk_sp<SkImageFilter> imageSource(SkImageFilters::Image(std::move(image))); 271 create_paints(&bmsPaints, std::move(imageSource));
|
/third_party/skia/modules/sksg/samples/ |
H A D | SampleSVGPong.cpp | 60 std::tuple<SkScalar, SkScalar> find_yintercept(const SkPoint& pos, const SkVector& spd, 67 return std::make_tuple(t, box_reflect(pos.fY + dY, box.fTop, box.fBottom)); 137 group->addChild(sksg::Draw::Make(std::move(bg_path), std::move(bg_paint))); 149 auto root = sksg::TransformEffect::Make(std::move(group), fContentMatrix); 150 fScene = sksg::Scene::Make(std::move(root)); 286 std::tie(t, yIntercept) = find_yintercept(fBall.pos, fBall.spd, kBounds); in updatePaddleStrategy() 295 std::unique_ptr<sksg::Scene> fScene;
|
/third_party/skia/bench/ |
H A D | VertexColorSpaceBench.cpp | 41 return new (ptr) GP(mode, std::move(colorSpaceXform)); in Make() 47 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const override { 94 return std::make_unique<Impl>(); 106 , fColorSpaceXform(std::move(colorSpaceXform)) { in GP() 157 , fColorSpaceXform(std::move(colorSpaceXform)) { in Op() 188 std::move(appliedClip), 262 fMesh->set(std::move(vertexBuffer), kVertexCount, firstVertex); 338 sdc->addDrawOp(std::move(op));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseResidency.cpp | 67 const std::string& name, 68 const std::string& description, 85 const std::string& name, in BufferSparseResidencyCase() 86 const std::string& description, in BufferSparseResidencyCase() 103 std::ostringstream src; in initPrograms() 213 std::vector<DeviceMemorySp> deviceMemUniquePtrVec; in iterate() 216 std::vector<VkSparseMemoryBind> sparseMemoryBinds; in iterate() 278 std::vector<deUint8> referenceData; in iterate()
|
H A D | vktSparseResourcesImageBlockShapes.cpp | 60 const std::string& name, 61 const std::string& description, 79 const std::string& name, in ImageBlockShapesCase() 80 const std::string& description, in ImageBlockShapesCase() 154 std::vector<VkSparseImageMemoryRequirements> sparseMemoryRequirements; in iterate() 452 const std::vector<TestImageParameters> imageParameters in createImageBlockShapesTests() 487 const std::string name = std::string("samples_") + de::toString(sampleCount); in createImageBlockShapesTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 122 typedef std::set<vk::VkFormat, BinaryCompare<vk::VkFormat> > FormatSet; 310 std::vector<CopyRegion> regions; 673 std::vector <VkBufferImageCopy> copyRegions; in uploadImageAspect() 1137 std::vector<VkImageCopy> imageCopies; in iterate() 1138 std::vector<VkImageCopy2KHR> imageCopies2KHR; in iterate() 1341 extent.depth = std::max(region.imageCopy.extent.depth, region.imageCopy.dstSubresource.layerCount); in copyRegionToTextureLevel() 1346 extent.depth = std::max(region.imageCopy.extent.depth, region.imageCopy.srcSubresource.layerCount); in copyRegionToTextureLevel() 1385 const std::string& name, in CopyImageToImageTestCase() 1386 const std::string& description, in CopyImageToImageTestCase() 1599 std in iterate() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttrib64BitTest.cpp | 152 std::vector<GLchar> message; in CompileShader() 223 std::vector<GLchar> message; in LinkProgram() 265 const std::vector<std::string>& extensions = m_context.getContextInfo().getExtensions(); in RequireExtension() 267 if (std::find(extensions.begin(), extensions.end(), extension_name) == extensions.end()) in RequireExtension() 269 std::string message = "Required extension is not supported: "; in RequireExtension() 410 std::stringstream message; in invalidEnum() 443 std::stringstream message; in invalidOperation() 757 std::stringstream function_name; in checkVertexAttribLd() 786 std in checkVertexAttribLdv() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 149 const std::vector<std::string>& v = context.getContextInfo().getExtensions(); in IsExtensionSupported() 150 return std::find(v.begin(), v.end(), extension) != v.end(); in IsExtensionSupported() 465 static std::string GetDef2DVtxSrc(glu::GLSLVersion glslVersion) 467 std::stringstream str; 479 static std::string GetSolidShader( 497 std::map<std::string, std::string> args; 501 args["LAYOUT_QUALIFIER"] = std [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 130 static deUint32 getNextMultiple (const std::vector<deUint32>& divisors, deUint32 value) in getNextMultiple() 163 const std::vector<tcu::Mat4>& userAttribTransforms, 164 const std::vector<TextureBindingSp>& textures); 171 const std::vector<tcu::Mat4> getUserAttribTransforms (void) const { return m_userAttribTransforms; } 172 const std::vector<TextureBindingSp>& getTextures (void) const { return m_textures; } 193 const std::vector<tcu::Mat4> m_userAttribTransforms; 195 const std::vector<TextureBindingSp>& m_textures; 197 std::vector<tcu::Vec4> m_screenPos; 198 std::vector<tcu::Vec4> m_positions; 199 std [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 107 const std::vector<VkViewport> viewports (1, makeViewport(renderSize)); in makeGraphicsPipeline() 108 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in makeGraphicsPipeline() 144 viewports, // const std::vector<VkViewport>& viewports in makeGraphicsPipeline() 145 scissors, // const std::vector<VkRect2D>& scissors in makeGraphicsPipeline() 221 const std::string name, 232 EarlyFragmentTest::EarlyFragmentTest (tcu::TestContext& testCtx, const std::string name, const deUint32 flags) in EarlyFragmentTest() 242 std::ostringstream src; in initPrograms() 263 std::ostringstream src; in initPrograms() 284 const std::string src = in initPrograms() 291 "%1 = OpExtInstImport \"GLSL.std in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 129 std::vector<VkAttachmentDescription2> convertAttachmentDescriptions (const std::vector<VkAttachmentDescription>& attachmentDescriptions) in convertAttachmentDescriptions() 131 std::vector<VkAttachmentDescription2> attachmentDescriptions2; in convertAttachmentDescriptions() 172 const std::vector<VkViewport> viewports (1, makeViewport(renderSize)); in makeGraphicsPipeline() 173 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in makeGraphicsPipeline() 221 viewports, // const std::vector<VkViewport>& viewports in makeGraphicsPipeline() 222 scissors, // const std::vector<VkRect2D>& scissors in makeGraphicsPipeline() 299 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass() 366 const std::vector<VkAttachmentDescription2> attachmentDescriptions2 = convertAttachmentDescriptions(attachmentDescriptions); in makeRenderPass() 594 std [all...] |
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 32 std::ostream& os, TranslationArray translation_array, int translation_index, in TranslationArrayPrintSingleFrame() 51 os << std::setw(31) << " " << TranslationOpcodeToString(opcode) << " "; in TranslationArrayPrintSingleFrame() 740 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 760 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 773 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 788 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 810 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 829 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 845 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 883 std in AdvanceIterator() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 164 std::map<VkFormat, VkFormat> m_compatibleFormats; 237 std::vector<Move<VkRenderPass>> m_renderPass; 241 std::vector<Move<VkPipeline>> m_renderPipeline; 568 std::vector<AttachmentDescription2> attachments; in createRenderPass() 643 std::vector<VkImageView> attachments; in createFramebuffer() 720 const std::vector<VkViewport> viewports (1, makeViewport(view)); in createRenderPipeline() 721 const std::vector<VkRect2D> scissors (1, m_config.renderArea); in createRenderPipeline() 772 std::vector<VkDynamicState> dynamicState; in createRenderPipeline() 792 viewports, // const std::vector<VkViewport>& viewports in createRenderPipeline() 793 scissors, // const std in createRenderPipeline() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 107 std::function<AssumptionCache &(Function &)> &GetAssumptionCache; 244 DenseMap<Value *, std::pair<Value *, APInt>> ConstantOffsetPtrs; 341 std::function<AssumptionCache &(Function &)> &GetAssumptionCache, in CallAnalyzer() 416 Cost = (int)std::min(UpperBound, Cost + Inc); in addCost() 464 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); 569 return Cost < std::max(1, Threshold); 629 std::function<AssumptionCache &(Function &)> &GetAssumptionCache, in InlineCostCallAnalyzer() 766 std::pair<Value *, APInt> FirstBaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() 789 std::pair<Value *, APInt> BaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() 850 std in canFoldInboundsGEP() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 363 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output); in init() 448 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init() 449 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage); in init() 457 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]); in init() 503 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init() 504 const std in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 111 using std::map; 112 using std::string; 113 using std::vector; 858 std::ostringstream out; in getAsmForLocalSizeTest() 1132 std::string testName = "variable_" + location.toString(); in createUnusedVariableComputeTests() 1181 std::string testName = "function_" + location.toString(); in createUnusedVariableComputeTests() 1191 bool compareFUnord (const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog& log) in compareFUnord() 1321 const float NaN = std::numeric_limits<float>::quiet_NaN(); in createOpFUnordGroup() 1380 std in createOpAtomicGroup() 1815 compareNoContractCase(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNoContractCase() argument 1925 compareFRem(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareFRem() argument 2026 compareNMin(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNMin() argument 2150 compareNMax(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNMax() argument 2273 compareNClamp(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNClamp() argument 5650 compareOpQuantizeF16ComputeExactCase(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareOpQuantizeF16ComputeExactCase() argument 5690 compareNan(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNan() argument 5711 compareZeros(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareZeros() argument 7281 compareFP16Logical(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16Logical() argument 11829 compareFP16FunctionSetFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16FunctionSetFunc() argument 12034 compareFP16VectorExtractFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16VectorExtractFunc() argument [all...] |