OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UPB_INLINE
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.h
82
/*
UPB_INLINE
: inline if possible, emit standalone code if required. */
84
#define
UPB_INLINE
inline
86
#define
UPB_INLINE
static __inline__
88
#define
UPB_INLINE
static
174
UPB_INLINE
base *ty ## _upcast_mutable(ty *p) { return (base*)p; } \
175
UPB_INLINE
const base *ty ## _upcast(const ty *p) { return (const base*)p; }
179
UPB_INLINE
base2 *ty ## _upcast2_mutable(ty *p) { return (base2*)p; } \
180
UPB_INLINE
const base2 *ty ## _upcast2(const ty *p) { return (const base2*)p; }
615
UPB_INLINE
void _upb_value_setval(upb_value *v, uint64_t val,
621
UPB_INLINE
upb_value _upb_value_val(uint64_t val, upb_ctype_t ctype)
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
95
/*
UPB_INLINE
: inline if possible, emit standalone code if required. */
97
#define
UPB_INLINE
inline
99
#define
UPB_INLINE
static __inline__
101
#define
UPB_INLINE
static
189
UPB_INLINE
base *ty ## _upcast_mutable(ty *p) { return (base*)p; } \
190
UPB_INLINE
const base *ty ## _upcast(const ty *p) { return (const base*)p; }
194
UPB_INLINE
base2 *ty ## _upcast2_mutable(ty *p) { return (base2*)p; } \
195
UPB_INLINE
const base2 *ty ## _upcast2(const ty *p) { return (const base2*)p; }
503
UPB_INLINE
void *upb_malloc(upb_alloc *alloc, size_t size) {
508
UPB_INLINE
void *upb_realloc(upb_alloc *alloc, void *ptr, size_t oldsize
[
all
...]
Completed in 45 milliseconds