Searched refs:CheckSize (Results 1 – 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.h | 211 CTime.CheckSize(size) in CheckNumFiles() 212 && ATime.CheckSize(size) in CheckNumFiles() 213 && MTime.CheckSize(size) in CheckNumFiles() 214 && StartPos.CheckSize(size) in CheckNumFiles() 215 && Attrib.CheckSize(size) in CheckNumFiles()
|
D | 7zItem.h | 129 bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs.Size() == 0; } in CheckSize() function 163 bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs.Size() == 0; } in CheckSize() function
|
/third_party/protobuf/objectivec/ |
D | GPBCodedInputStream.m | 77 static void CheckSize(GPBCodedInputStreamState *state, size_t size) { function 90 CheckSize(state, sizeof(int8_t)); 95 CheckSize(state, sizeof(int32_t)); 106 CheckSize(state, sizeof(int64_t)); 136 CheckSize(state, size); 236 CheckSize(state, size); 256 CheckSize(state, size); 267 CheckSize(state, size);
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 45702 CheckSize(file_paths[0], /*expected_size=*/345); 45703 CheckSize(file_paths[1], /*expected_size=*/67890); 45704 + CheckSize(file_paths[2], /*expected_size=*/1);
|