Lines Matching defs:out
320 * allocator, like injecting out-of-memory faults in debug/testing builds. */
670 /* Internal-only functions, in .h file only out of necessity. */
1169 UPB_INLINE void _upb_map_fromkey(upb_strview key, void* out, size_t size) {
1171 memcpy(out, &key, sizeof(key));
1173 memcpy(out, key.data, size);
1190 UPB_INLINE void _upb_map_fromvalue(upb_value val, void* out, size_t size) {
1193 memcpy(out, strp, sizeof(upb_strview));
1195 memcpy(out, &val, size);
6203 * Storing two wire types in the primary value allows us to quickly rule out
6322 /* Longer varint, fallback to out-of-line function. */ \
6401 ** This encoder implementation does not have any access to any out-of-band or