Home
last modified time | relevance | path

Searched refs:ONEOF_CASE_NONE (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c789 *oneof_case = ONEOF_CASE_NONE; in layout_clear()
952 *oneof_case = ONEOF_CASE_NONE; in layout_set()
Dmessage.c88 if (oneof_case == ONEOF_CASE_NONE) { in which_oneof_field()
Dprotobuf.h390 #define ONEOF_CASE_NONE 0 macro