Home
last modified time | relevance | path

Searched defs:size (Results 4826 - 4850 of 7802) sorted by relevance

1...<<191192193194195196197198199200>>...313

/third_party/protobuf/src/google/protobuf/
H A Dmap_type_handler.h435 int size = ReadSize(&ptr); in Read() local
443 int size = ReadSize(&ptr); in Read() local
H A Dparse_context.cc76 int32 size = ReadSize(&ptr); in ParseEndsInSlopRegion() local
195 const char* EpsCopyInputStream::SkipFallback(const char* ptr, int size) { in SkipFallback() argument
199 const char* EpsCopyInputStream::ReadStringFallback(const char* ptr, int size, in ReadStringFallback() argument
212 AppendStringFallback(const char* ptr, int size, std::string* str) AppendStringFallback() argument
251 ReadPackedFixed(const char* ptr, int size, RepeatedField<T>* out) ReadPackedFixed() argument
289 int size; InitFrom() local
425 int size = ReadSize(&ptr); InlineGreedyStringParser() local
483 int size = ReadSize(&ptr); FixedParser() local
534 int size = ReadSize(&ptr); ParseLengthDelimited() local
[all...]
H A Dreflection.h75 int size() const { return accessor_->Size(data_); } in size() function in google::protobuf::RepeatedFieldRef
111 int size() const { return accessor_->Size(data_); } in size() function in google::protobuf::MutableRepeatedFieldRef
163 int size() const { return accessor_->Size(data_); } in size() function in google::protobuf::RepeatedFieldRef
222 int size() const { return accessor_->Size(data_); } in size() function in google::protobuf::MutableRepeatedFieldRef
H A Dunknown_field_set_unittest.cc196 int size = in TEST_F() local
209 io::ArrayOutputStream raw_stream(::google::protobuf::string_as_array(&slow_buffer), size, in TEST_F() local
253 size_t size = WireFormat::ByteSize(empty_message_); in TEST_F() local
[all...]
H A Dwire_format_unittest.cc292 size_t size = message.ByteSizeLong(); in TEST() local
321 size_t size = message.ByteSizeLong(); TEST() local
350 size_t size = message.ByteSizeLong(); TEST() local
379 size_t size = message.ByteSizeLong(); TEST() local
489 size_t size = message_set.ByteSizeLong(); TEST() local
508 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&stream_data), size, TEST() local
996 size_t size = message->ByteSizeLong(); TestSerialization() local
1054 MakeInvalidEmbeddedMessage(const char* bytes, int size) MakeInvalidEmbeddedMessage() argument
1076 MakeInvalidGroup(const char* bytes, int size, bool include_end_tag) MakeInvalidGroup() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc540 int size = source_reflection->FieldSize(source, field); MergeMessage() local
[all...]
/third_party/python/Modules/
H A D_codecsmodule.c202 Py_ssize_t size; in _codecs_escape_encode_impl() local
/third_party/python/Objects/
H A Dstructseq.c54 Py_ssize_t size = REAL_SIZE_TP(type), i; in PyStructSequence_New() local
94 Py_ssize_t i, size; in structseq_traverse() local
105 Py_ssize_t i, size; in structseq_dealloc() local
[all...]
/third_party/qrcodegen/c/
H A Dqrcodegen-test.c396 int size = qrcodegen_getSize(qrcode); in testInitializeFunctionModulesEtc() local
452 int size = qrcodegen_getSize(qrcode); in testGetSetModule() local
499 int size = qrcodegen_getSize(qrcode); testGetSetModuleRandomly() local
[all...]
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h951 auto size = this->size(); emplace_back() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_benchmark.cc147 size_t size; member
H A Dbtree_container.h185 size_type size() const { return tree_.size(); } in size() function in absl::container_internal::btree_container
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc288 static int FilterElfHeader(struct dl_phdr_info *info, size_t size, void *data) { in FilterElfHeader() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h249 size_t size() const { return end() - begin(); } in size() function in absl::cord_internal::CordRepBtree
783 GetAppendBuffer(size_t size) GetAppendBuffer() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_test.cc49 const size_t size = 10; in TEST() local
[all...]
H A Dstring_view_test.cc1229 const size_t size = size_t{2200} * 1000 * 1000; TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc80 uintptr_t size; member
110 static int IntLog2(size_t size, size_t base) { in IntLog2() argument
140 LLA_SkiplistLevels(size_t size, size_t base, uint32_t *random) LLA_SkiplistLevels() argument
394 size_t size = region->header.size; DeleteArena() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_benchmark.cc243 int size = 0; in BM_Sizeof() local
561 auto size = ToSize; BM_AssignSizeRef() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h95 H add_buffer(H state, const char* data, size_t size) { in add_buffer() argument
472 size_t size = 0; AbslHashValue() local
608 hash_range_or_bytes(H hash_state, const T* data, size_t size) hash_range_or_bytes() argument
616 hash_range_or_bytes(H hash_state, const T* data, size_t size) hash_range_or_bytes() argument
744 combine_contiguous(MixingHashState hash_state, const unsigned char* first, size_t size) combine_contiguous() argument
1006 combine_contiguous(H state, const T* data, size_t size) combine_contiguous() argument
1012 add_buffer(H state, const unsigned char* data, size_t size) add_buffer() argument
[all...]
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp107 size_t size = rowBytes * pm.height(); in onReadPixels() local
/third_party/skia/include/private/
H A DSkTArray.h370 size_t size() const { return (size_t)fCount; } in size() function in SkTArray
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp23 static bool valid_utf8(const char* ptr, size_t size) { return SkUTF::CountUTF8(ptr, size) >= 0; } in valid_utf8() argument
29 static void readlines(const void* data, size_t size, F f) { in readlines() argument
213 size_t size = 0; copy() local
[all...]
/third_party/skia/gm/
H A Dimage.cpp50 SkSize size = SkSize::Make(SkIntToScalar(surface->width()), in drawContents() local
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp124 SkISize size = gm->getISize(); in RunGM() local
/third_party/skia/include/core/
H A DSkString.h133 size_t size() const { return (size_t) fRec->fLength; } in size() function in SkString

Completed in 28 milliseconds

1...<<191192193194195196197198199200>>...313