OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ONEOF_CASE_NONE
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/php/ext/google/protobuf/
protobuf.h
115
#define
ONEOF_CASE_NONE
0
storage.c
424
*oneof_case =
ONEOF_CASE_NONE
;
468
// *oneof_case =
ONEOF_CASE_NONE
;
/external/protobuf/ruby/ext/google/protobuf_c/
message.c
98
if (oneof_case ==
ONEOF_CASE_NONE
) {
storage.c
616
*oneof_case =
ONEOF_CASE_NONE
;
660
*oneof_case =
ONEOF_CASE_NONE
;
protobuf.h
331
#define
ONEOF_CASE_NONE
0
Completed in 82 milliseconds