Lines Matching refs:Char
200 template <typename Char>
201 V8_INLINE base::Vector<const Char> GetCharVector(
207 template <typename Char>
208 inline const Char* GetChars(PtrComprCageBase cage_base,
212 template <typename Char>
213 inline const Char* GetChars(
371 template <EqualityType kEqType = EqualityType::kWholeString, typename Char>
372 inline bool IsEqualTo(base::Vector<const Char> str, Isolate* isolate) const;
379 template <EqualityType kEqType = EqualityType::kWholeString, typename Char>
380 inline bool IsEqualTo(base::Vector<const Char> str) const;
387 template <EqualityType kEqType = EqualityType::kWholeString, typename Char>
388 inline bool IsEqualTo(base::Vector<const Char> str,
611 template <EqualityType kEqType, typename Char>
613 base::Vector<const Char> str, PtrComprCageBase cage_base,
617 template <typename Char>
619 ConsString string, int slice_offset, base::Vector<const Char> str,
715 using Char = uint8_t;
765 using Char = uint16_t;
1036 template <typename Char>
1037 inline Char Get(int index) const;
1100 template <typename Char>