Home
last modified time | relevance | path

Searched defs:length_ (Results 26 - 50 of 94) sorted by relevance

1234

/third_party/node/deps/v8/src/codegen/
H A Dstring-constants.h54 size_t length_; // We store this separately to avoid accessing the heap. member in v8::internal::final
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.h71 int32_t length_; member in sfntly::BitmapGlyphInfo
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dheader.h78 const int32_t length_; member in sfntly::Header
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringpiece.h63 int32_t length_; member in StringPiece
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split.h219 const ptrdiff_t length_; member in absl::ByLength
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.h95 int32_t length_ = 0; member in OHOS::Ace::ListElement
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.h37 size_t length_; member
63 AttributeValue(AttributeValue &&src) noexcept : value_(std::move(src.value_)), length_(src.length_) in length_() function
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dgatt_data.h68 size_t length_; member
122 size_t length_; global() member
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_stream.h55 size_t length_; member in OHOS::ImagePlugin::HeifBufferInputStream
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_napi.h168 int64_t length_ = 0; member
/third_party/gn/src/base/json/
H A Djson_parser.h121 size_t length_; member in base::internal::JSONParser::StringBuilder
/third_party/mesa3d/src/amd/compiler/
H A Daco_util.h65 constexpr span(uint16_t offset_, const size_type length_) : offset{offset_}, length{length_} {} in span() argument
/third_party/node/src/crypto/
H A Dcrypto_bio.h180 size_t length_ = 0; member in node::crypto::NodeBIO
/third_party/node/deps/brotli/c/enc/
H A Dhistogram.c23 size_t length_; member
/third_party/node/deps/v8/src/execution/
H A Darguments.h99 intptr_t length_; member in v8::internal::Arguments
/third_party/node/deps/v8/src/runtime/
H A Druntime.cc78 const int length_; member
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhistogram.c23 size_t length_; member
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_desc.h42 uint32_t length_; member
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_desc.h41 uint32_t length_; member
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp.h52 uint16_t length_; member
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.h141 unsigned int length_; member in OHOS::Rosen::TextEngine::FontParser
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp208 unsigned int length_ = 0; in HWTEST_F() local
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h164 size_type length_; global() member in i18n::phonenumbers::StringPiece
[all...]
/third_party/node/deps/v8/src/base/
H A Dvector.h49 DCHECK_GE(std::numeric_limits<int>::max(), length_); in length() local
140 size_t length_; global() member in v8::base::Vector
244 size_t length_ = 0; global() member in v8::base::OwnedVector
[all...]
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h137 int length_; member in v8::FunctionCallbackInfo

Completed in 11 milliseconds

1234