Lines Matching defs:This
83 * is not enabled, its value should be 0. This parameter is specified
203 /* This variable is a weak external reference which could be used to detect
226 /* This symbol is defined by the compiler when runtime counter relocation is
296 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
299 FILE *File = (FILE *)This->WriterCtx;
334 static void initFileWriter(ProfDataWriter *This, FILE *File) {
335 This->Write = fileWriter;
336 This->WriterCtx = File;
1039 /* This API initializes the file handling, both user specified
1067 /* This method is invoked by the runtime initialization hook
1077 /* This API is directly called by the user application code. It has the