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

  /external/chromium/testing/
generate_gmock_mutant.py 421 stdcall_method = CREATE_METHOD_FUNCTOR_TEMPLATE
422 stdcall_method = stdcall_method.replace("U::", "__stdcall U::")
423 stdcall_method = FixCode(stdcall_method % args)
424 print stdcall_method
431 stdcall2 = stdcall_method;
  /external/chromium_org/testing/
generate_gmock_mutant.py 424 stdcall_method = CREATE_METHOD_FUNCTOR_TEMPLATE
425 stdcall_method = stdcall_method.replace("U::", "__stdcall U::")
426 stdcall_method = FixCode(stdcall_method % args)
427 print stdcall_method
434 stdcall2 = stdcall_method

Completed in 98 milliseconds