HomeSort by relevance Sort by last modified time
    Searched refs:PointTo (Results 1 - 5 of 5) sorted by null

  /external/libtextclassifier/util/utf8/
unicodetext.cc 27 void UnicodeText::Repr::PointTo(const char* data, int size) {
95 repr_.PointTo(buffer, byte_length);
unicodetext.h 177 void PointTo(const char* data, int size);
  /external/google-breakpad/src/common/
byte_cursor.h 216 ByteCursor &PointTo(const uint8_t **pointer, size_t size = 0) {
byte_cursor_unittest.cc 716 TEST(Strings, PointTo) {
726 .PointTo(&received1, 3)
727 .PointTo(&received2, 3)
728 .PointTo(&received3)
729 .PointTo(&received4, 3));
  /external/google-breakpad/src/common/mac/
macho_reader.cc 298 .PointTo(&load_commands_.start, commands_size)
299 .PointTo(&load_commands_.end, 0);

Completed in 107 milliseconds