OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_tabkey
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.h
664
/*
upb_tabkey
*****************************************************************/
673
typedef uintptr_t
upb_tabkey
;
typedef
690
UPB_INLINE char *upb_tabstr(
upb_tabkey
key, uint32_t *len) {
767
upb_tabkey
key;
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
875
/*
upb_tabkey
*****************************************************************/
884
typedef uintptr_t
upb_tabkey
;
typedef
901
UPB_INLINE char *upb_tabstr(
upb_tabkey
key, uint32_t *len) {
[
all
...]
Completed in 62 milliseconds