Home
last modified time | relevance | path

Searched refs:std (Results 14101 - 14125 of 20522) sorted by relevance

1...<<561562563564565566567568569570>>...821

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_iterator.h70 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 Dmessage.h115 typedef std::unordered_map<const FieldDescriptor*, ContainerBase*>
122 typedef std::unordered_map<const Message*, CMessage*> SubMessagesMap;
347 const std::string& value);
H A Dmessage_factory.cc145 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 Dcpp_enum_field.cc49 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 Dcpp_primitive_field.cc101 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 Dlogging.h80 LogMessage& operator<<(const std::string& value);
102 std::string message_;
206 const std::string& message);
/third_party/skia/modules/skottie/src/
H A DTransform.cpp55 * 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 Dimagefilterscropexpand.cpp45 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 Dimagealphathreshold.cpp55 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 Dmakecolorspace.cpp29 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 DLine.h33 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 DSkSGRenderEffect.h112 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 Dsendfile.rs4 use std::os::unix::io::RawFd;
5 use std::ptr;
71 use std::io::IoSlice;
/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs8 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 Darithmetic_ast.rs1 use std::fmt;
2 use std::fmt::{Debug, Display, Formatter};
4 use std::str::FromStr;
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_vector_shuffle.cpp25 : 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 Dvalidate_ray_tracing.cpp33 [](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 Dlcs_test.cpp25 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 Doperand_pattern_test.cpp89 ::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 Des3fShaderDiscardTests.cpp38 using std::map;
39 using std::string;
40 using std::ostringstream;
H A Des3fShaderReturnTests.cpp34 using std::map;
35 using std::string;
36 using std::ostringstream;
H A Des3fSyncTests.cpp109 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 DvktShaderRenderLimitTests.cpp33 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 DvktYCbCrImageOffsetTests.cpp40 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 Des2fShaderDiscardTests.cpp38 using std::map;
39 using std::string;
40 using std::ostringstream;

Completed in 24 milliseconds

1...<<561562563564565566567568569570>>...821