OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPB_UNUSED
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
894
UPB_UNUSED
(f);
895
UPB_UNUSED
(type);
[
all
...]
upb.h
264
#define
UPB_UNUSED
(var) (void)var
269
#define UPB_ASSERT_VAR(var, predicate)
UPB_UNUSED
(var); assert(predicate)
811
#define SET_TYPE(dest, val)
UPB_UNUSED
(val)
[
all
...]
encode_decode.c
804
UPB_UNUSED
(hd);
805
UPB_UNUSED
(handle);
[
all
...]
/external/protobuf/php/ext/google/protobuf/
message.c
99
UPB_UNUSED
(hd);
100
UPB_UNUSED
(handle);
upb.c
763
UPB_UNUSED
(f);
764
UPB_UNUSED
(type);
[
all
...]
upb.h
245
#define
UPB_UNUSED
(var) (void)var
250
#define UPB_ASSERT_VAR(var, predicate)
UPB_UNUSED
(var); assert(predicate)
604
#define SET_TYPE(dest, val)
UPB_UNUSED
(val)
[
all
...]
Completed in 56 milliseconds