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

  /system/core/libutils/
String8.cpp 17 #include <utils/String8.h>
57 // which is needed to initialize String8/String16 classes.
140 String8::String8()
145 String8::String8(StaticLinkage)
158 String8::String8(const String8& o)
164 String8::String8(const char* o
    [all...]
  /system/core/include/utils/
String8.h 37 class String8
40 /* use String8(StaticLinkage) if you're statically linking against
41 * libutils and declaring an empty static String8, e.g.:
43 * static String8 sAStaticEmptyString(String8::kEmptyString);
44 * static String8 sAnotherStaticEmptyString(sAStaticEmptyString);
48 String8();
49 explicit String8(StaticLinkage);
50 String8(const String8& o)
    [all...]
  /frameworks/rs/
rsCppUtils.h 22 #include <utils/String8.h>
59 // server has no Vector or String8 classes; implement on top of STL
60 class String8: public std::string {
62 String8(const char *ptr) : std::string(ptr) {
65 String8(const char *ptr, size_t len) : std::string(ptr, len) {
68 String8() : std::string() {
82 String8 getPathDir(void) const {
88 return String8("");
90 return String8(str, cp - str);
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 200 void String8(MCDataFragment &F, uint8_t Value) {
456 String8(*SymtabF, info); // st_info
457 String8(*SymtabF, other); // st_other
465 String8(*SymtabF, info); // st_info
466 String8(*SymtabF, other); // st_other
    [all...]

Completed in 74 milliseconds