Home | History | Annotate | Download | only in src

Lines Matching refs:enum

942   // A copy of the FunctionPatchabilityStatus enum from liveedit.h
952 var enum = FunctionPatchabilityStatus;
953 for (name in enum) {
954 if (enum[name] == code) {