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

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
position.py 64 def AtEnd(string):
74 AtEnd = staticmethod(AtEnd)
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 329 bool AtEnd;
347 if (AtEnd)
350 AtEnd = true;
364 if (AtEnd)
382 AtEnd = true;
424 if (AtEnd && RHS.AtEnd)
428 return AtEnd == RHS.AtEnd && RHS.BitNumber == BitNumber;
443 AtEnd = end
    [all...]
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 353 while not tokenizer.AtEnd():
380 self.assertTrue(tokenizer.AtEnd())
388 self.assertTrue(tokenizer.AtEnd())
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 118 inline bool Parser::AtEnd() {
273 if (AtEnd()) {
291 if (AtEnd()) {
329 while (!AtEnd()) {
406 if (AtEnd()) {
807 if (AtEnd()) {
846 if (AtEnd()) {
917 if (AtEnd()) {
964 if (AtEnd()) {
    [all...]
parser.h 140 inline bool AtEnd();
  /external/protobuf/python/google/protobuf/
text_format.py 137 while not tokenizer.AtEnd():
214 if tokenizer.AtEnd():
331 def AtEnd(self):
624 if self.AtEnd():
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 544 } while (!AtEnd() &&
569 bool AtEnd() const {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 375 SourceRange AtEnd;
440 AtEnd.setBegin(AtLoc);
441 AtEnd.setEnd(Tok.getLocation());
518 AtEnd.setBegin(Tok.getLocation());
519 AtEnd.setEnd(Tok.getLocation());
524 Actions.ActOnAtEnd(getCurScope(), AtEnd,
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 493 SourceRange AtEnd;
566 return AtEnd;
568 void setAtEndRange(SourceRange atEnd) {
569 AtEnd = atEnd;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 405 Position.AtEnd(token.string))
ecmalintrules.py 301 token, Position.AtEnd(token.string))
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/v8/src/
jsregexp.h     [all...]
jsregexp.cc     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 758 milliseconds