Home
last modified time | relevance | path

Searched defs:Inflate (Results 1 – 7 of 7) sorted by relevance

/third_party/zlib/contrib/ada/
Dmtest.adb43 Inflate : Filter_Type; variable
Dzlib-thin.ads129 function Inflate (strm : Z_Streamp; flush : Int) return Int; subprogspec
/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc94 int GzipInputStream::Inflate(int flush) { in Inflate() function in google::protobuf::io::GzipInputStream
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js254 class Inflate extends Zlib { class
/third_party/node/lib/
Dzlib.js757 function Inflate(opts) { class
912 Inflate, property
/third_party/node/test/js-native-api/test_object/
Dtest_object.c421 static napi_value Inflate(napi_env env, napi_callback_info info) { in Inflate() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp75293 void Inflate(T aD) { Inflate(aD, aD); } in Inflate() function
75294 void Inflate(T aDx, T aDy) in Inflate() function
75301 void Inflate(const MarginT& aMargin) in Inflate() function
75308 void Inflate(const SizeT& aSize) { Inflate(aSize.width, aSize.height); } in Inflate() function
111891 void Inflate(const Margin& aMargin) in Inflate() function in mozilla::gfx::BaseIntRegion