HomeSort by relevance Sort by last modified time
    Searched defs:String8 (Results 1 - 3 of 3) sorted by null

  /system/core/libutils/include/utils/
String8.h 39 class String8
42 /* use String8(StaticLinkage) if you're statically linking against
43 * libutils and declaring an empty static String8, e.g.:
45 * static String8 sAStaticEmptyString(String8::kEmptyString);
46 * static String8 sAnotherStaticEmptyString(sAStaticEmptyString);
50 String8();
51 explicit String8(StaticLinkage);
52 String8(const String8& o)
    [all...]
  /system/core/libutils/
String8.cpp 20 #include <utils/String8.h>
60 // which is needed to initialize String8/String16 classes.
147 String8::String8()
152 String8::String8(StaticLinkage)
165 String8::String8(const String8& o)
171 String8::String8(const char* o
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 210 void String8(MCDataFragment &F, uint8_t Value) {

Completed in 164 milliseconds