HomeSort by: relevance | last modified time | path
    Searched defs:add_protected (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
classes.cc 549 { return add_public (a) + add_protected (a) + add_private (a); }
552 protected_int add_protected (protected_int a) { return a + protected_int_; } function in class:class_with_typedefs
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
classes.cc 549 { return add_public (a) + add_protected (a) + add_private (a); }
552 protected_int add_protected (protected_int a) { return a + protected_int_; } function in class:class_with_typedefs

Completed in 27 milliseconds