Home
last modified time | relevance | path

Searched refs:real_ (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp23 return real_; in GetRealPixelMap()
94 real_ = ptr_; in PixelMapImpl()
99 if (real_ == nullptr) { in ReadPixelsToBuffer()
102 return real_->ReadPixels(bufferSize, dst); in ReadPixelsToBuffer()
107 if (real_ == nullptr) { in ReadPixels()
110 return real_->ReadPixels(bufferSize, offset, stride, region, dst); in ReadPixels()
115 if (real_ == nullptr) { in WriteBufferToPixels()
118 return real_->WritePixels(source, bufferSize); in WriteBufferToPixels()
124 if (real_ == nullptr) { in WritePixels()
127 return real_ in WritePixels()
[all...]
H A Dimage_packer_impl.cpp22 real_ = std::make_unique<ImagePacker>(); in ImagePackerImpl()
27 if (real_ == nullptr) { in GetImagePacker()
30 std::shared_ptr<ImagePacker> res = real_; in GetImagePacker()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dstat_impl.h40 explicit StatImpl(uv_stat_t stat) : real_(std::move(stat)) {} in StatImpl()
44 return static_cast<int64_t>(real_.st_ino); in GetIno()
49 return static_cast<int64_t>(real_.st_mode & S_PREMISSION); in GetMode()
54 return static_cast<int64_t>(real_.st_uid); in GetUid()
59 return static_cast<int64_t>(real_.st_gid); in GetGid()
64 return static_cast<int64_t>(real_.st_size); in GetSize()
69 return static_cast<int64_t>(real_.st_atim.tv_sec); in GetAtime()
74 return static_cast<int64_t>(real_.st_mtim.tv_sec); in GetMtime()
79 return static_cast<int64_t>(real_.st_ctim.tv_sec); in GetCtime()
119 bool check = (real_ in CheckStatMode()
124 uv_stat_t real_; global() member in OHOS::CJSystemapi::FileFs::StatImpl
[all...]
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_packer_impl.h40 real_.reset(); in Release()
46 if (real_ == nullptr) { in CommonPacking()
47 IMAGE_LOGE("Packing failed, real_ is nullptr"); in CommonPacking()
62 uint32_t packingRet = real_->StartPacking(resultBuffer, bufferSize, option); in CommonPacking()
69 uint32_t addImageRet = real_->AddImage(source); in CommonPacking()
77 uint32_t finalPackRet = real_->FinalizePacking(packedSize); in CommonPacking()
91 if (real_ == nullptr) { in CommonPackToFile()
92 IMAGE_LOGE("Packing failed, real_ is nullptr"); in CommonPackToFile()
96 uint32_t packingRet = real_->StartPacking(fd, option); in CommonPackToFile()
102 uint32_t addImageRet = real_ in CommonPackToFile()
119 std::shared_ptr<ImagePacker> real_ = nullptr; global() member in OHOS::Media::ImagePackerImpl
[all...]
H A Dpixel_map_impl.h73 std::shared_ptr<PixelMap> real_; member in OHOS::Media::PixelMapImpl
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2727 value_.real_ = 0.0; in Value()
2766 value_.real_ = value; in Value()
2923 return value_.real_ < other.value_.real_; in operator <()
2979 return value_.real_ == other.value_.real_; in operator ==()
3047 return valueToString(value_.real_); in asString()
3072 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3074 return Int(value_.real_); in asInt()
3094 JSON_ASSERT_MESSAGE(InRange(value_.real_, in asUInt()
[all...]
H A Djson.h974 double real_; member
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2703 value_.real_ = 0.0;
2742 value_.real_ = value;
2891 return value_.real_ < other.value_.real_;
2947 return value_.real_ == other.value_.real_;
3015 return valueToString(value_.real_);
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt),
3042 return Int(value_.real_);
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2703 value_.real_ = 0.0;
2742 value_.real_ = value;
2891 return value_.real_ < other.value_.real_;
2947 return value_.real_ == other.value_.real_;
3015 return valueToString(value_.real_);
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt),
3042 return Int(value_.real_);
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_,
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2703 value_.real_ = 0.0;
2742 value_.real_ = value;
2891 return value_.real_ < other.value_.real_;
2947 return value_.real_ == other.value_.real_;
3015 return valueToString(value_.real_);
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt),
3042 return Int(value_.real_);
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_,
[all...]
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c55 #define REAL_FUNCTION_POINTER(x) __typeof__(x) *real_##x
158 #define GET_FUNCTION_POINTER(x) real_##x = get_function_pointer(#x)
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h924 double real_; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h924 double real_; member
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h924 double real_; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 58 milliseconds