OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_table
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.h
43
**
upb_table
764
/*
upb_table
******************************************************************/
772
*
upb_table
is known to be non-const. This requires a bit of care, but
790
}
upb_table
;
typedef in typeref:struct:__anon28832
793
upb_table
t;
803
upb_table
t; /* For entries that don't fit in the array part. */
817
UPB_INLINE size_t upb_table_size(const
upb_table
*t) {
840
static const upb_tabent *upb_getentry(const
upb_table
*t, uint32_t hash) {
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
44
**
upb_table
975
/*
upb_table
******************************************************************/
1012
}
upb_table
;
typedef in typeref:struct:__anon28889
[
all
...]
Completed in 51 milliseconds