Home
last modified time | relevance | path

Searched refs:IsSurrogate (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc113 inline bool IsSurrogate(uint32 c) { in IsSurrogate() function
244 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp)); in ReadCodePoint()
/external/clang/include/clang/Sema/
DOverload.h634 bool IsSurrogate; member
687 if (IsSurrogate) { in getNumParams()
/external/clang/lib/Sema/
DSemaOverload.cpp5769 Candidate.IsSurrogate = false; in AddOverloadCandidate()
6147 Candidate.IsSurrogate = false; in AddMethodCandidate()
6275 Candidate.IsSurrogate = false; in AddMethodTemplateCandidate()
6326 Candidate.IsSurrogate = false; in AddTemplateOverloadCandidate()
6422 Candidate.IsSurrogate = false; in AddConversionCandidate()
6576 Candidate.IsSurrogate = false; in AddTemplateConversionCandidate()
6614 Candidate.IsSurrogate = true; in AddSurrogateCandidate()
6773 Candidate.IsSurrogate = false; in AddBuiltinCandidate()
9825 if (Cand->IsSurrogate) in GetLocationForCandidate()
9903 return !L->IsSurrogate && R->IsSurrogate; in operator ()()
[all …]