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

  /external/chromium/sdch/open-vcdiff/src/google/
output_string.h 65 template<class StringClass>
68 explicit OutputString(StringClass* impl) : impl_(impl) { }
94 StringClass* impl_;
  /external/icu4c/common/unicode/
bytestream.h 222 * The StringClass is usually instantiated with a std::string.
225 template<typename StringClass>
233 StringByteSink(StringClass* dest) : dest_(dest) { }
242 StringClass* dest_;
unistr.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 93 std::string StringClass(getLangOpts().ObjCConstantStringClass);
95 if (StringClass.empty())
98 NSIdent = &Context.Idents.get(StringClass);
    [all...]

Completed in 300 milliseconds