| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | message.c | 502 size_t size; in PHP_METHOD() local 569 size_t size; in PHP_METHOD() local 631 size_t size; in PHP_METHOD() local 687 zend_long size; PHP_METHOD() local 736 zend_long size; PHP_METHOD() local [all...] |
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | zero_copy_stream_unittest.cc | 169 int IoTest::ReadFromInput(ZeroCopyInputStream* input, void* data, int size) { in ReadFromInput() argument 141 WriteToOutput(ZeroCopyOutputStream* output, const void* data, int size) WriteToOutput() argument 286 int size; TEST_F() local 324 int64 size = pos + output->ByteCount(); TEST_F() local 358 int size; TEST_F() local 392 int size; TEST_F() local 423 int size; TEST_F() local 451 int size; TEST_F() local 480 int size; TEST_F() local 507 int size; TEST_F() local 556 int size; Uncompress() local 558 result.append(reinterpret_cast<const char*>(buffer), size); Uncompress() local 630 int64 size = pos + output->ByteCount(); TEST_F() local 671 int size; TEST_F() local 691 int size; TEST_F() local 821 int size; TEST_F() local 834 int size; TEST_F() local 974 int size; TEST_F() local 988 int size; TEST() local 995 int size; TEST() local [all...] |
| /third_party/python/Modules/ |
| H A D | _testinternalcapi.c | 386 Py_ssize_t size = -1; in normalize_path() local
|
| H A D | _codecsmodule.c | 202 Py_ssize_t size; in _codecs_escape_encode_impl() local
|
| /third_party/python/Modules/_xxtestfuzz/ |
| H A D | fuzzer.c | 18 static int fuzz_builtin_float(const char* data, size_t size) { in fuzz_builtin_float() argument 34 static int fuzz_builtin_int(const char* data, size_t size) { in fuzz_builtin_int() argument 73 static int fuzz_builtin_unicode(const char* data, size_t size) { in fuzz_builtin_unicode() argument 100 static int fuzz_struct_unpack(const char* data, size_t size) { in fuzz_struct_unpack() argument 159 fuzz_json_loads(const char* data, size_t size) fuzz_json_loads() argument 222 fuzz_sre_compile(const char* data, size_t size) fuzz_sre_compile() argument 312 fuzz_sre_match(const char* data, size_t size) fuzz_sre_match() argument 352 fuzz_csv_reader(const char* data, size_t size) fuzz_csv_reader() argument 408 fuzz_ast_literal_eval(const char* data, size_t size) fuzz_ast_literal_eval() argument 442 _run_fuzz(const uint8_t *data, size_t size, int(*fuzzer)(const char* , size_t)) _run_fuzz() argument 488 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
| /third_party/python/Objects/ |
| H A D | fileobject.c | 234 _Py_UniversalNewlineFgetsWithSize(char *buf, int n, FILE *stream, PyObject *fobj, size_t* size) in _Py_UniversalNewlineFgetsWithSize() argument 278 size_t size; in Py_UniversalNewlineFgets() local
|
| H A D | structseq.c | 54 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/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | SmallSortedMap.java | 206 public int size() { in size() method in SmallSortedMap 474 public int size() { in size() method in SmallSortedMap.EntrySet [all...] |
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | ByteStringTest.java | 61 static byte[] getTestBytes(int size, long seed) { in getTestBytes() argument 68 private byte[] getTestBytes(int size) { in getTestBytes() argument 417 public int read(byte[] buf, int offset, int size) { in read() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | arena_impl.h | 156 size_t size; // Total elements in the list. member 266 size_t size() const { return size_; } in size() function in google::protobuf::internal::ArenaImpl::Block
|
| H A D | arena.h | 105 inline void arena_free(void* object, size_t size) { in arena_free() argument [all...] |
| H A D | map_type_handler.h | 435 int size = ReadSize(&ptr); in Read() local 443 int size = ReadSize(&ptr); in Read() local
|
| H A D | parse_context.cc | 76 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 D | reflection.h | 75 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 D | unknown_field_set_unittest.cc | 196 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 D | wire_format_unittest.cc | 292 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 D | field_mask_util.cc | 540 int size = source_reflection->FieldSize(source, field); MergeMessage() local [all...] |
| /third_party/qrcodegen/c/ |
| H A D | qrcodegen-test.c | 396 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 D | cxx.h | 951 auto size = this->size(); emplace_back() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | raw_hash_set_benchmark.cc | 147 size_t size; member
|
| H A D | btree_container.h | 185 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 D | symbolize_test.cc | 288 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 D | cord_rep_btree.h | 249 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 D | str_cat_test.cc | 49 const size_t size = 10; in TEST() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | low_level_alloc.cc | 80 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...] |