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

  /external/v8/src/
unicode.cc 59 static inline bool IsStart(int32_t entry) {
99 bool is_start = IsStart(field);
154 bool is_start = IsStart(field);
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 424 bool scanDocumentIndicator(bool IsStart);
1069 bool Scanner::scanDocumentIndicator(bool IsStart) {
1075 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd;
    [all...]

Completed in 92 milliseconds