Home
last modified time | relevance | path

Searched defs:Validate (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dlibspirv.cpp77 bool SpirvTools::Validate(const std::vector<uint32_t>& binary) const { in Validate() function in spvtools::SpirvTools
81 bool SpirvTools::Validate(const uint32_t* binary, in Validate() function in spvtools::SpirvTools
87 bool SpirvTools::Validate(const uint32_t* binary, const size_t binary_size, in Validate() function in spvtools::SpirvTools
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc212 bool FileGenerator::Validate(std::string* error) { in Validate() function in google::protobuf::compiler::java::FileGenerator
/third_party/flutter/skia/src/core/
DSkRegion.cpp1333 void SkRegionPriv::Validate(const SkRegion& rgn) { SkASSERT(rgn.isValid()); } in Validate() function in SkRegionPriv
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c991 static WebPInfoStatus Validate(const WebPInfo* const webp_info) { in Validate() function
/third_party/node/src/
Dnode_crypto.cc5993 inline bool Validate() { in Validate() function
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3d.h895 …STDMETHOD(Validate)(THIS_ DWORD *offset, LPD3DVALIDATECALLBACK cb, void *ctx, DWORD reserved) PURE; in DECLARE_INTERFACE_() local