HomeSort by relevance Sort by last modified time
    Searched refs:custom_context (Results 1 - 5 of 5) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/lib/
string_serialization.h 32 void* custom_context = CustomContextHelper<Traits>::SetUp(input, context); local
33 const size_t size = CallWithContext(Traits::GetSize, input, custom_context);
36 CallWithContext(Traits::GetData, input, custom_context), size);
37 CustomContextHelper<Traits>::TearDown(input, custom_context);
serialization_util.h 104 static void TearDown(MaybeConstUserType& input, void* custom_context) {
105 Traits::TearDownContext(input, custom_context);
117 static void TearDown(MaybeConstUserType& input, void* custom_context) {
118 DCHECK(!custom_context);
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 265 const void* custom_context; /*optional custom settings for custom functions*/ member in struct:LodePNGDecompressSettings
299 const void* custom_context; /*optional custom settings for custom functions*/ member in struct:LodePNGCompressSettings
    [all...]
lodepng.cpp     [all...]
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 46 static_cast<const ZopfliPNGOptions*>(settings->custom_context);
189 state.encoder.zlibsettings.custom_context = png_options;

Completed in 127 milliseconds