/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ilist_iterator.h | 70 using iterator_category = std::bidirectional_iterator_tag; 93 typename std::enable_if<IsConst || !RHSIsConst, void *>::type = nullptr) in ilist_iterator() 99 typename std::enable_if<IsConst || !RHSIsConst, ilist_iterator &>::type 112 /// This matches std::reverse_iterator conversions.
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.h | 115 typedef std::unordered_map<const FieldDescriptor*, ContainerBase*> 122 typedef std::unordered_map<const Message*, CMessage*> SubMessagesMap; 347 const std::string& value);
|
H A D | message_factory.cc | 145 std::pair<iterator, bool> ret = self->classes_by_descriptor->insert( in RegisterMessageClass() 146 std::make_pair(message_descriptor, message_class)); in RegisterMessageClass() 160 std::unordered_map<const Descriptor*, CMessageClass*>::iterator it = in GetOrCreateMessageClass()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_enum_field.cc | 49 std::map<std::string, std::string>* variables, in SetEnumVariables() 233 format("mutable std::atomic<int> _$name$_cached_byte_size_;\n"); in GeneratePrivateMembers() 439 "_$name$_cached_byte_size_.load(std::memory_order_relaxed);\n" in GenerateSerializeWithCachedSizesToArray() 478 " std::memory_order_relaxed);\n" in GenerateByteSize()
|
H A D | cpp_primitive_field.cc | 101 std::map<std::string, std::string>* variables, in SetPrimitiveVariables() 300 format("mutable std::atomic<int> _$name$_cached_byte_size_;\n"); in GeneratePrivateMembers() 416 "_$name$_cached_byte_size_.load(std::memory_order_relaxed);\n" in GenerateSerializeWithCachedSizesToArray() 460 " std::memory_order_relaxed);\n" in GenerateByteSize()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | logging.h | 80 LogMessage& operator<<(const std::string& value); 102 std::string message_; 206 const std::string& message);
|
/third_party/skia/modules/skottie/src/ |
H A D | Transform.cpp | 55 * SkMatrix::Skew(std::tan(sk), 0) in totalMatrix() 139 return sksg::Transform::MakeConcat(std::move(parent), adapter->node()); in attachMatrix2D() 208 return sksg::Transform::MakeConcat(std::move(parent), adapter->node()); in attachMatrix3D()
|
/third_party/skia/gm/ |
H A D | imagefilterscropexpand.cpp | 45 sk_sp<SkImageFilter> gradientCircleSource(SkImageFilters::Image(std::move(gradientCircle))); in DEF_SIMPLE_GM() 132 SkScalar radius = std::min(x, y) * 0.8f; in make_gradient_circle() 153 paint.setImageFilter(std::move(filter)); in draw()
|
H A D | imagealphathreshold.cpp | 55 SkImageFilters::AlphaThreshold(region, 0.2f, 0.7f, std::move(offset), cropRect)); in create_filter_paint() 118 SkImageInfo info = SkImageInfo::Make(width, height, ct, at, std::move(cs)); in make_color_matching_surface() 204 std::move(imageSource))); in DEF_SIMPLE_GM_BG()
|
H A D | makecolorspace.cpp | 29 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(resourceData); in make_raster_image() 31 return std::get<0>(codec->getImage()); in make_raster_image() 44 return xform->reinterpretColorSpace(std::move(srgb)); in make_color_space()
|
/third_party/skia/experimental/sktext/src/ |
H A D | Line.h | 33 this->fAscent = std::min(this->fAscent, tail.fAscent); in merge() 34 this->fDescent = std::max(this->fDescent, tail.fDescent); in merge() 35 this->fLeading = std::max(this->fLeading, tail.fLeading); in merge()
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGRenderEffect.h | 112 using InputsT = std::vector<sk_sp<ImageFilter>>; 113 explicit ImageFilter(std::unique_ptr<InputsT> inputs); 122 const std::unique_ptr<InputsT> fInputs;
|
/third_party/rust/crates/nix/src/sys/ |
H A D | sendfile.rs | 4 use std::os::unix::io::RawFd; 5 use std::ptr; 71 use std::io::IoSlice;
|
/third_party/rust/crates/nix/src/mount/ |
H A D | bsd.rs | 8 use std::{ 138 impl std::error::Error for NmountError {} 160 pub type NmountResult = std::result::Result<(), NmountError>; 180 /// use std::ffi::CString; 265 /// use std::ffi::CString; 266 /// use std::mem; 292 /// use std::ffi::CString; 334 /// use std::ffi::CString; 356 /// use std::path::Path;
|
/third_party/rust/crates/nom/tests/ |
H A D | arithmetic_ast.rs | 1 use std::fmt; 2 use std::fmt::{Debug, Display, Formatter}; 4 use std::str::FromStr;
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_vector_shuffle.cpp | 25 : message_(std::move(message)) {} in TransformationVectorShuffle() 30 const std::vector<uint32_t>& component) { in TransformationVectorShuffle() 169 std::unordered_set<uint32_t> TransformationVectorShuffle::GetFreshIds() const { in GetFreshIds()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_ray_tracing.cpp | 33 [](spv::ExecutionModel model, std::string* message) { in RayTracingPass() 129 [](spv::ExecutionModel model, std::string* message) { in RayTracingPass() 164 std::string* message) { in RayTracingPass()
|
/third_party/spirv-tools/test/diff/ |
H A D | lcs_test.cpp | 25 using Sequence = std::vector<int>; 224 const std::string src_str = in TEST() 267 const std::string dst_str = in TEST()
|
/third_party/spirv-tools/test/ |
H A D | operand_pattern_test.cpp | 89 ::testing::ValuesIn(std::vector<MaskExpansionCase>{ 126 std::vector<spv_operand_type_t> allOperandTypes() { in allOperandTypes() 127 std::vector<spv_operand_type_t> result; in allOperandTypes()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderDiscardTests.cpp | 38 using std::map; 39 using std::string; 40 using std::ostringstream;
|
H A D | es3fShaderReturnTests.cpp | 34 using std::map; 35 using std::string; 36 using std::ostringstream;
|
H A D | es3fSyncTests.cpp | 109 static void generateVertices (std::vector<float>& dst, int numPrimitives, de::Random& rnd) in generateVertices() 174 std::vector<float> vertices; in iterate() 177 std::string header = "Case iteration " + de::toString(m_iterNdx+1) + " / " + de::toString(NUM_CASE_ITERATIONS); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderLimitTests.cpp | 33 using namespace std; 231 const std::string notSupportedStr = "Unsupported number of fragment input components (" + in createInstance() 240 const std::string notSupportedStr = "Unsupported number of user specified vertex output components (" + in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 40 using std::string; 41 using std::vector; 193 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10))); in initYcbcrImageOffsetTests()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderDiscardTests.cpp | 38 using std::map; 39 using std::string; 40 using std::ostringstream;
|