Home
last modified time | relevance | path

Searched defs:capacity (Results 276 - 300 of 553) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h134 size_type capacity() const { return length_; } in capacity() function in i18n::phonenumbers::StringPiece
/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h99 size_t capacity() const { return end_of_storage_ - begin_; } in capacity() function in v8::base::SmallVector
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h24 explicit SegmentBase(uint16_t capacity) : capacity_(capacity) {} in SegmentBase() argument
/third_party/node/deps/v8/src/objects/
H A Dhash-table-inl.h121 int capacity = base::bits::RoundUpToPowerOfTwo32(raw_cap); in ComputeCapacity() local
167 uint32_t capacity = Capacity(); in FindEntry() local
255 void HashTable<Derived, Shape>::SetCapacity(int capacity) { in SetCapacity() argument
[all...]
H A Dswiss-name-dictionary.cc121 int capacity = table->Capacity(); in ShallowCopy() local
190 int capacity = table->Capacity(); Shrink() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc23 ConstantArraySlice( Zone* zone, size_t start_index, size_t capacity, OperandSize operand_size) ConstantArraySlice() argument
H A Dconstant-array-builder.h216 inline size_t capacity() const { return capacity_; } in capacity() function
/third_party/node/deps/v8/src/strings/
H A Dstring-builder.cc156 int FixedArrayBuilder::capacity() { return array_->length(); } in capacity() function in v8::internal::FixedArrayBuilder
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h35 int capacity() const { return capacity_; } in capacity() function in v8::internal::IdentityMapBase
/third_party/pulseaudio/src/pulsecore/
H A Dsrbchannel.c38 int capacity; member
174 int capacity; member
225 int capacity; in pa_srbchannel_new() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp159 GLsizeiptr capacity = in begin() local
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h422 void FastVector<T, N, Storage>::ensure_capacity(size_t capacity) in ensure_capacity() argument
605 ANGLE_INLINE size_t capacity() cons function in angle::final
673 ANGLE_INLINE size_t capacity() const { return mValueData.size(); } capacity() function in angle::final
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatin.cpp27 getOptions(const CollationData *data, const CollationSettings &settings, uint16_t *primaries, int32_t capacity) getOptions() argument
H A Dformatted_string_builder.cpp70 int32_t capacity = other.getCapacity(); in operator =() local
[all...]
H A Dudatpg.cpp59 udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) udatpg_getBestPattern() argument
69 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UDateTimePatternMatchOptions options, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) udatpg_getBestPatternWithOptions() argument
87 udatpg_getSkeleton(UDateTimePatternGenerator * , const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) udatpg_getSkeleton() argument
105 udatpg_getBaseSkeleton(UDateTimePatternGenerator * , const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) udatpg_getBaseSkeleton() argument
123 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) udatpg_addPattern() argument
185 udatpg_getFieldDisplayName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, UDateTimePGDisplayWidth width, UChar *fieldName, int32_t capacity, UErrorCode *pErrorCode) udatpg_getFieldDisplayName() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
H A Dicuswap.cpp290 extractPackageName(const UDataSwapper *ds, const char *filename, char pkg[], int32_t capacity, UErrorCode *pErrorCode) extractPackageName() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dtoolutil.cpp243 int32_t capacity, maxCapacity, size, idx; member
294 utm_hasCapacity(UToolMemory *mem, int32_t capacity) { in utm_hasCapacity() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h213 uint32_t capacity() const { return Buckets.size(); } in capacity() function in llvm::pdb::HashTable
302 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } in maxLoad() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2.cpp329 unorm2_normalize(const UNormalizer2 *norm2, const UChar *src, int32_t length, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) unorm2_normalize() argument
[all...]
H A Dsimpleformatter.cpp256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments() local
H A Dubrk.cpp304 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status) in ubrk_getRuleStatusVec() argument
H A Dustrenum.cpp83 StringEnumeration::ensureCharsCapacity(int32_t capacity, UErrorCode &status) { in ensureCharsCapacity() argument
H A Dutrace.cpp92 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputChar() argument
138 static void outputPtrBytes(void *val, char *outBuf, int32_t *outIx, int32_t capacity) { in outputPtrBytes() argument
127 outputHexBytes(int64_t val, int32_t charsToOutput, char *outBuf, int32_t *outIx, int32_t capacity) outputHexBytes() argument
157 outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) outputString() argument
171 outputUString(const UChar *s, int32_t len, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) outputUString() argument
191 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) utrace_vformat() argument
385 utrace_format(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, ...) utrace_format() argument
[all...]
H A Dutrie2.cpp396 utrie2_serialize(const UTrie2 *trie, void *data, int32_t capacity, UErrorCode *pErrorCode) utrie2_serialize() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dedits.h519 int32_t capacity; member in U_FINAL

Completed in 18 milliseconds

1...<<11121314151617181920>>...23