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

  /external/compiler-rt/test/asan/TestCases/Windows/
wrong_downcast_on_stack.cc 11 int extra_field; member in class:Child
17 c->extra_field = 42;
wrong_downcast_on_heap.cc 11 int extra_field; member in class:Child
17 c->extra_field = 42;
  /build/tools/ijar/
zip.cc 249 // Start/length of the extra_field in the local header.
250 const u1 *extra_field; member in struct:devtools_ijar::OutputZipFile::LocalFileEntry
371 if (EnsureRemaining(extra_field_length_, "extra_field") < 0) {
790 entry->extra_field = (const u1 *)"";
824 put_n(q, entry->extra_field, entry->extra_field_length);
848 entry->extra_field = (const u1 *)"";
865 put_n(q, entry->extra_field, entry->extra_field_length);
    [all...]

Completed in 1130 milliseconds