Home
last modified time | relevance | path

Searched refs:Inflate (Results 1 - 7 of 7) sorted by relevance

/third_party/node/lib/
H A Dzlib.js757 function Inflate(opts) { function
758 if (!(this instanceof Inflate))
759 return new Inflate(opts);
762 ObjectSetPrototypeOf(Inflate.prototype, Zlib.prototype);
763 ObjectSetPrototypeOf(Inflate, Zlib);
912 Inflate,
931 inflate: createConvenienceMethod(Inflate, false),
932 inflateSync: createConvenienceMethod(Inflate, true),
945 createInflate: createProperty(Inflate),
/third_party/node/test/js-native-api/test_object/
H A Dtest.js90 // test_object.Inflate increases all properties by 1
97 assert.deepStrictEqual(test_object.Inflate(cube), { x: 11, y: 11, z: 11 });
98 assert.deepStrictEqual(test_object.Inflate(cube), { x: 12, y: 12, z: 12 });
99 assert.deepStrictEqual(test_object.Inflate(cube), { x: 13, y: 13, z: 13 });
102 test_object.Inflate(cube), { x: 14, y: 14, z: 14, t: 14 });
H A Dtest_object.c421 static napi_value Inflate(napi_env env, napi_callback_info info) { in Inflate() function
711 DECLARE_NODE_API_PROPERTY("Inflate", Inflate), in Init()
/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h101 int Inflate(int flush);
H A Dgzip_stream.cc94 int GzipInputStream::Inflate(int flush) { in Inflate() function in google::protobuf::io::GzipInputStream
158 zerror_ = Inflate(Z_NO_FLUSH); in Next()
160 // The underlying stream's Next returned false inside Inflate. in Next()
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs211 #region Inflate tests
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 28 milliseconds