Searched defs:string_size (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module.cc140 size_t string_size,
146 if (string_section[string_size - 1] != '\0') {
147 const void* null_terminator = memrchr(string_section, '\0', string_size);
148 string_size = reinterpret_cast<const uint8_t*>(null_terminator)
151 ByteBuffer strings(string_section, string_size);
137 ELFSymbolsToModule(const uint8_t *symtab_section, size_t symtab_size, const uint8_t *string_section, size_t string_size, const bool big_endian, size_t value_size, Module *module) argument
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc220 std::string string_size[kNumberOfRows] = { local
237 std::vector<std::string>(string_size,
238 string_size + kNumberOfRows),
274 std::vector<std::string>(string_size,
275 string_size +
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c957 string_size(const void *p1, const void *p2) { function
1009 qsort(sortable, n_el, sizeof(char *), string_size);
/external/v8/src/
H A Druntime.cc4085 int string_size = ResultSeqString::SizeFor(position); local
4087 int delta = allocated_string_size - string_size;
4092 Address end_of_string = answer->address() + string_size;

Completed in 197 milliseconds