Searched refs:std (Results 19401 - 19425 of 20229) sorted by relevance
1...<<771772773774775776777778779780>>...810
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | platform.h | 513 // add in std::nullptr_t 514 namespace std { namespace 634 * - ICU will assume that all non-invariant char*, StringPiece, std::string etc.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 161 if (V[i] != std::numeric_limits<PBQP::PBQPNum>::infinity()) in hasRegisterOptions()
|
/third_party/unity/test/ |
H A D | Makefile | 10 CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
|
/third_party/protobuf/src/google/protobuf/ |
H A D | duration.pb.cc | 299 using std::swap; in InternalSwap()
|
H A D | duration.pb.h | 78 *this = ::std::move(from); in Duration()
|
H A D | field_mask.pb.cc | 280 using std::swap; in InternalSwap()
|
H A D | source_context.pb.cc | 282 using std::swap; in InternalSwap()
|
H A D | timestamp.pb.cc | 299 using std::swap; in InternalSwap()
|
H A D | timestamp.pb.h | 78 *this = ::std::move(from); in Timestamp()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | common_unittest.cc | 80 std::vector<string> captured_messages_;
|
H A D | port.h | 120 using ConstStringParam = const std::string &;
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | trivial.rs | 5 use std::fmt::{self, Display};
|
/third_party/skia/third_party/externals/angle2/include/platform/ |
H A D | FeaturesVk.h | 458 std::array<angle::Feature, 4> forceTextureLODOffset = {
|
/third_party/skia/gm/ |
H A D | vertices.cpp | 54 sk_make_sp<SkLocalMatrixShader>(std::move(grad), SkMatrix::Translate(-10, 0)), in make_shader1()
|
H A D | xfermodeimagefilter.cpp | 122 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage)));
|
H A D | arithmode.cpp | 152 std::move(bg), dstFilter, nullptr));
|
H A D | flippity.cpp | 141 std::move(view), in make_reference_image()
|
H A D | gm.cpp | 163 std::unique_ptr<verifiers::VerifierList> GM::getVerifiers() const { in getVerifiers()
|
H A D | drawbitmaprect.cpp | 64 SkScalar radius = 4 * std::max(wScalar, hScalar); in makebm()
|
H A D | drawquadset.cpp | 90 sdc->fillRectWithEdgeAA(nullptr, std::move(grPaint), GrAA::kYes, in draw_gradient_tiles()
|
H A D | hairlines.cpp | 181 maxH = std::max(maxH, bounds.height());
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 32 size_t overwrite = std::min(len - fPos, bytes); in write()
|
/third_party/skia/include/core/ |
H A D | SkPoint.h | 171 void dump(std::string& desc, int depth) const;
|
H A D | SkColor.h | 314 /** As a std::array<float, 4> */ 315 std::array<float, 4> array() const { return {fR, fG, fB, fA}; } in array()
|
/third_party/skia/include/private/ |
H A D | GrResourceKey.h | 268 void setCustomData(sk_sp<SkData> data) { fData = std::move(data); } in setCustomData()
|
Completed in 26 milliseconds
1...<<771772773774775776777778779780>>...810