Home
last modified time | relevance | path

Searched refs:string_ptr (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/ge/
Dfx_ge_fontmap.cpp12 static CFX_ByteString GetStringFromTable(const uint8_t* string_ptr, in GetStringFromTable() argument
19 return CFX_ByteString(string_ptr + offset, length); in GetStringFromTable()
36 const uint8_t* string_ptr = name_table + string_offset; in GetNameFromTT() local
47 return GetStringFromTable(string_ptr, string_ptr_size, in GetNameFromTT()
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_mthd8_good.data25 [dist8]string_ptr
28 [anchr]string_ptr
Dconformance_mthd8_unexpected_null_string.data25 [dist8]string_ptr
29 [anchr]string_ptr
/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp432 delete p->string_ptr; in gif_destroy_decompress()
696 gif_pt_ptr->string_ptr = new CFX_ByteString; in gif_decode_extension()
715 delete gif_pt_ptr->string_ptr; in gif_decode_extension()
728 delete gif_pt_ptr->string_ptr; in gif_decode_extension()
733 *(gif_pt_ptr->string_ptr) += in gif_decode_extension()
Dfx_gif.h115 CFX_ByteString* string_ptr; member
/external/flatbuffers/tests/
Dtest.cpp598 auto string_ptr = flatbuffers::AddFlatBuffer(resizingbuf, in ReflectionTest() local
602 rtestarrayofstring->MutateOffset(2, string_ptr); in ReflectionTest()
618 SetFieldT(*rroot, name_field, string_ptr); in ReflectionTest()