Home
last modified time | relevance | path

Searched defs:CheckSize (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h129 bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs.Size() == 0; } in CheckSize() function
168 bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs.Size() == 0; } in CheckSize() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dsize.go611 func CheckSize(t *Type) { func
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h185 static size_type CheckSize(size_type size) { in CheckSize() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h185 static size_type CheckSize(size_type size) { in CheckSize() function
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_metadata_updater_test.cpp94 AssertionResult CheckSize(std::string_view name, uint64_t size) { in CheckSize() function in android::snapshot::SnapshotMetadataUpdaterTest
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBCodedInputStream.m77 static void CheckSize(GPBCodedInputStreamState *state, size_t size) { function
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBCodedInputStream.m77 static void CheckSize(GPBCodedInputStreamState *state, size_t size) { function
/aosp_15_r20/build/make/tools/releasetools/
H A Dcommon.py2572 def CheckSize(data, target, info_dict): function