OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NATIVE_SLOT_MAX_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/php/ext/google/protobuf/
storage.c
346
// Always allocate
NATIVE_SLOT_MAX_SIZE
bytes, but share the slot between
348
size_t field_size =
NATIVE_SLOT_MAX_SIZE
;
425
memset(memory, 0,
NATIVE_SLOT_MAX_SIZE
);
467
// memset(memory, 0,
NATIVE_SLOT_MAX_SIZE
);
protobuf.h
105
#define
NATIVE_SLOT_MAX_SIZE
sizeof(uint64_t)
/external/protobuf/ruby/ext/google/protobuf_c/
storage.c
454
// Always allocate
NATIVE_SLOT_MAX_SIZE
bytes, but share the slot between
456
size_t field_size =
NATIVE_SLOT_MAX_SIZE
;
617
memset(memory, 0,
NATIVE_SLOT_MAX_SIZE
);
659
memset(memory, 0,
NATIVE_SLOT_MAX_SIZE
);
protobuf.h
291
#define
NATIVE_SLOT_MAX_SIZE
sizeof(uint64_t)
encode_decode.c
241
char key_storage[
NATIVE_SLOT_MAX_SIZE
];
242
char value_storage[
NATIVE_SLOT_MAX_SIZE
];
[
all
...]
Completed in 408 milliseconds