Searched defs:substring_type (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTSubstringTuple.h57 typedef nsTSubstring_CharT substring_type; typedef in class:nsTSubstringTuple_CharT
H A DnsTAString.h115 typedef nsTSubstring_CharT substring_type; typedef in class:nsTAString_CharT
528 const substring_type NS_FASTCALL ToSubstring() const;
544 const substring_type* AsSubstring() const
546 return NS_REINTERPRET_CAST(const substring_type*, this);
549 substring_type* AsSubstring()
551 return NS_REINTERPRET_CAST(substring_type*, this);
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTObsoleteAStringThunk.cpp44 typedef nsTSubstring_CharT substring_type; typedef in class:nsTObsoleteAStringThunk_CharT
63 substring_type* concrete_self() { return NS_REINTERPRET_CAST( substring_type*, this); }
64 const substring_type* concrete_self() const { return NS_REINTERPRET_CAST(const substring_type*, this); }
193 const substring_type* s = concrete_self();
211 substring_type* s = concrete_self();

Completed in 33 milliseconds