Home
last modified time | relevance | path

Searched defs:size (Results 10026 - 10050 of 15505) sorted by relevance

1...<<401402403404405406407408409410>>...621

/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc120 DWORD size = ::GetEnvironmentVariableW(name, nullptr, 0); in GetEnvVarAsUtf8() local
136 DWORD size = ::GetCurrentDirectoryW(0, nullptr); in GetCwdAsUtf8() local
166 DWORD size in SetUp() local
582 DWORD size = GetCurrentDirectoryW(0, nullptr); TEST_F() local
[all...]
H A Dprinter.cc115 int size = strlen(text); in Print() local
206 void Printer::WriteRaw(const char* data, int size) { in WriteRaw() argument
244 CopyToBuffer(const char* data, int size) CopyToBuffer() argument
[all...]
H A Dtokenizer_unittest.cc125 TestInputStream(const void* data, int size, int block_size) in TestInputStream() argument
[all...]
H A Dzero_copy_stream_impl.cc90 bool FileInputStream::Next(const void** data, int* size) { in Next() argument
131 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { in Read() argument
179 bool FileOutputStream::Next(void** data, int* size) { in Next() argument
257 bool IstreamInputStream::Next(const void** data, int* size) { in Next() argument
217 Write(const void* buffer, int size) Write() argument
273 Read(void* buffer, int size) Read() argument
275 input_->read(reinterpret_cast<char*>(buffer), size); Read() local
290 Next(void** data, int* size) Next() argument
305 Write(const void* buffer, int size) Write() argument
307 output_->write(reinterpret_cast<const char*>(buffer), size); Write() local
318 Next(const void** data, int* size) Next() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DNioByteString.java92 public int size() { in size() method in NioByteString
H A DRepeatedFieldBuilderV3.java584 public int size() { size() method in RepeatedFieldBuilderV3.MessageExternalList
618 public int size() { size() method in RepeatedFieldBuilderV3.BuilderExternalList
652 public int size() { size() method in RepeatedFieldBuilderV3.MessageOrBuilderExternalList
[all...]
H A DRepeatedFieldBuilder.java584 public int size() { size() method in RepeatedFieldBuilder.MessageExternalList
618 public int size() { size() method in RepeatedFieldBuilder.BuilderExternalList
652 public int size() { size() method in RepeatedFieldBuilder.MessageOrBuilderExternalList
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c303 size_t size = upb_array_size(intern->array); in PHP_METHOD() local
345 zend_long size = upb_array_size(intern->array); in PHP_METHOD() local
H A Dconvert.c392 size_t size; in Convert_PhpToUpb() local
[all...]
/third_party/python/Lib/
H A Dtracemalloc.py288 def size(self): global() member in Trace
[all...]
/third_party/python/Parser/
H A Dpegen_errors.c342 Py_ssize_t size = p->tok->inp - p->tok->buf; in _PyPegen_raise_error_known_location() local
/third_party/python/Python/
H A Ddynamic_annotations.c73 AnnotatePublishMemoryRange(const char *file, int line, const volatile void *address, long size) AnnotatePublishMemoryRange() argument
76 AnnotateUnpublishMemoryRange(const char *file, int line, const volatile void *address, long size) AnnotateUnpublishMemoryRange() argument
87 AnnotateNewMemory(const char *file, int line, const volatile void *mem, long size) AnnotateNewMemory() argument
96 AnnotateBenignRaceSized(const char *file, int line, const volatile void *mem, long size, const char *description) AnnotateBenignRaceSized() argument
H A Dhashtable.c122 size_t size = sizeof(_Py_hashtable_t); in _Py_hashtable_size() local
/third_party/python/Objects/
H A Dunionobject.c81 contains(PyObject **items, Py_ssize_t size, PyObject *obj) in contains() argument
133 get_types(PyObject **obj, Py_ssize_t *size) in get_types() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java64 OutputStreamCoder(int size) { in OutputStreamCoder() argument
89 ArrayCoder(int size) { in ArrayCoder() argument
115 NioHeapCoder(int size) { in NioHeapCoder() argument
119 NioHeapCoder(int size, int initialPosition) { in NioHeapCoder() argument
154 NioDirectCoder(int size, boolean unsafe) { in NioDirectCoder() argument
158 NioDirectCoder(int size, int initialPosition, boolean unsafe) NioDirectCoder() argument
223 newCoder(int size) newCoder() argument
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php380 $size = strlen($value); variable
389 $size = $value->byteSize(); variable
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc69 Py_ssize_t size = 0; in len() local
/third_party/protobuf/src/google/protobuf/
H A Dany.pb.h314 reinterpret_cast<const char*>(value), size), GetArena()); in set_type_url() local
376 reinterpret_cast<const char*>(value), size), GetArena()); in set_value() local
310 set_type_url(const char* value, size_t size) set_type_url() argument
372 set_value(const void* value, size_t size) set_value() argument
H A Darena.cc111 size_t size; in NewBlock() local
128 Block(size_t size, Block* next) Block() argument
134 size_t size = cleanup_ ? cleanup_->size * 2 : kMinCleanupListElements; AddCleanupFallback() local
[all...]
H A Dlite_unittest.cc616 size_t size = message1.ByteSizeLong(); in TEST() local
633 size_t size = message1.ByteSizeLong(); in TEST() local
638 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local
[all...]
H A Dmap_field.cc59 size_t size = SpaceUsedExcludingSelfNoLock(); in SpaceUsedExcludingSelfLong() local
171 int DynamicMapField::size() const { return GetMap().size(); } in size() function in google::protobuf::internal::DynamicMapField
531 size_t size = 0; in SpaceUsedExcludingSelfNoLock() local
[all...]
H A Dmessage_lite.h91 inline int ToCachedSize(size_t size) { return static_cast<int>(size); } in ToCachedSize() argument
98 inline size_t FromIntSize(int size) { in FromIntSize() argument
106 inline int ToIntSize(size_t size) { in ToIntSize() argument
[all...]
H A Dmessage.cc150 size_t size = WireFormat::ByteSize(*this); in ByteSizeLong() local
H A Dreflection_ops.cc230 const int size = reflection->FieldSize(message, field); in IsInitialized() local
300 int size = reflection->FieldSize(message, field); in IsInitialized() local
353 int size = reflection->FieldSize(*message, field); in DiscardUnknownFields() local
410 int size = reflection->FieldSize(message, field); FindInitializationErrors() local
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h186 static stringpiece_ssize_type CheckedSsizeTFromSizeT(size_t size) { in CheckedSsizeTFromSizeT() argument
247 stringpiece_ssize_type size() const { return length_; } in size() function in google::protobuf::StringPiece
[all...]

Completed in 24 milliseconds

1...<<401402403404405406407408409410>>...621