Home
last modified time | relevance | path

Searched refs:StorageSize (Results 1 – 10 of 10) sorted by relevance

/third_party/node/src/
Dstring_bytes.h51 if (!StringBytes::StorageSize(env->isolate(), string, enc).To(&storage)) in Decode()
67 static v8::Maybe<size_t> StorageSize(v8::Isolate* isolate,
Dutil.cc71 if (!StringBytes::StorageSize(isolate, string, UTF8).To(&storage)) return; in MakeUtf8String()
Dstream_base.cc118 else if (!StringBytes::StorageSize(env->isolate(), string, encoding) in Writev()
234 else if (!StringBytes::StorageSize(env->isolate(), string, enc) in WriteString()
Dspawn_sync.cc1002 if (!StringBytes::StorageSize(isolate, js_string, UTF8).To(&size)) in CopyJsString()
1054 Maybe<size_t> maybe_size = StringBytes::StorageSize(isolate, value, UTF8); in CopyJsStringArray()
Dstring_bytes.cc397 Maybe<size_t> StringBytes::StorageSize(Isolate* isolate, in StorageSize() function in node::StringBytes
Dnode_file.cc1958 if (!StringBytes::StorageSize(isolate, value, enc).To(&len)) return; in WriteString()
1986 if (!StringBytes::StorageSize(isolate, value, enc).To(&len)) in WriteString()
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp39 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize, in StorageSize() function in SkTextBlob::RunRecord
102 + StorageSize(run->glyphCount(), run->textSize(), run->positioning(), &safe)); in NextUnchecked()
438 SkTextBlob::RunRecord::StorageSize(run->glyphCount() + count, 0, positioning, &safe) - in mergeRun()
439 SkTextBlob::RunRecord::StorageSize(run->glyphCount() , 0, positioning, &safe); in mergeRun()
477 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning, &safe); in allocInternal()
619 validateSize += SkTextBlob::RunRecord::StorageSize( in make()
DSkTextBlobPriv.h153 static size_t StorageSize(uint32_t glyphCount, uint32_t textSize,
/third_party/skia/src/core/
DSkTextBlob.cpp39 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize, in StorageSize() function in SkTextBlob::RunRecord
102 + StorageSize(run->glyphCount(), run->textSize(), run->positioning(), &safe)); in NextUnchecked()
450 SkTextBlob::RunRecord::StorageSize(run->glyphCount() + count, 0, positioning, &safe) - in mergeRun()
451 SkTextBlob::RunRecord::StorageSize(run->glyphCount() , 0, positioning, &safe); in mergeRun()
489 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning, &safe); in allocInternal()
630 validateSize += SkTextBlob::RunRecord::StorageSize( in make()
DSkTextBlobPriv.h136 static size_t StorageSize(uint32_t glyphCount, uint32_t textSize,