Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:OPNAME

7507 #define OPNAME(x) OP_##x
7508 #define OP(x) case OPNAME(x): return EXPAND_AND_QUOTE(OPNAME(x));