OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_table
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
347
/* These calls will assert-fail in
upb_table
if the value already
[
all
...]
upb.h
44
**
upb_table
975
/*
upb_table
******************************************************************/
1012
}
upb_table
;
typedef in typeref:struct:__anon28889
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.c
293
/* These calls will assert-fail in
upb_table
if the value already
[
all
...]
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
...]
Completed in 52 milliseconds