OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPB_MIN
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
[
all
...]
upb.h
262
#define
UPB_MIN
(x, y) ((x) < (y) ? (x) : (y))
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.c
[
all
...]
upb.h
243
#define
UPB_MIN
(x, y) ((x) < (y) ? (x) : (y))
[
all
...]
Completed in 478 milliseconds