/external/libmojo/mojo/public/cpp/bindings/lib/ |
string_serialization.h | 30 void* custom_context = CustomContextHelper<Traits>::SetUp(input, context); local 32 CallWithContext(Traits::GetSize, input, custom_context)); 44 void* custom_context = CustomContextHelper<Traits>::GetNext(context); local 47 CallWithContext(Traits::GetSize, input, custom_context), buffer); 50 CallWithContext(Traits::GetData, input, custom_context), 51 CallWithContext(Traits::GetSize, input, custom_context)); 55 CustomContextHelper<Traits>::TearDown(input, custom_context);
|
serialization_util.h | 100 void* custom_context = Traits::SetUpContext(input); local 103 context->custom_contexts->push(custom_context); 104 return custom_context; 108 void* custom_context = context->custom_contexts->front(); local 110 return custom_context; 114 static void TearDown(MaybeConstUserType& input, void* custom_context) { 115 Traits::TearDownContext(input, custom_context); 129 static void TearDown(MaybeConstUserType& input, void* custom_context) { 130 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...] |