OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_inttable_done
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
385
for( ; !
upb_inttable_done
(&i); upb_inttable_next(&i)) {
4687
bool
upb_inttable_done
(const upb_inttable_iter *i) {
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
445
for( ; !
upb_inttable_done
(&i); upb_inttable_next(&i)) {
4938
bool
upb_inttable_done
(const upb_inttable_iter *i) {
function
[
all
...]
Completed in 51 milliseconds