HomeSort by relevance Sort by last modified time
    Searched refs:HadError (Results 1 - 25 of 28) sorted by null

1 2

  /external/webrtc/webrtc/libjingle/xmpp/
prexmppauth.h 62 virtual bool HadError() const = 0;
xmppauth.h 37 virtual bool HadError() const { return false; }
xmppclient.cc 247 if (d_->pre_auth_->HadError()) {
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
LiteralSupport.cpp 80 const char *ThisTokEnd, bool &HadError,
137 HadError = 1;
335 const LangOptions &Features, bool &HadError) {
346 HadError = true;
370 char *&ResultBuf, bool &HadError,
379 HadError = true;
528 hadError = false;
532 if (hadError)
542 hadError = true;
564 hadError = true
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 60 bool hadError : 1;
158 bool HadError;
166 bool hadError() const { return HadError; }
207 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
212 bool hadError;
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 166 return !output.HadError();
213 return output.HadError();
  /external/protobuf/src/google/protobuf/
message_lite.cc 224 GOOGLE_CHECK(!coded_out.HadError());
246 if (output->HadError()) {
wire_format_unittest.cc 282 ASSERT_FALSE(output.HadError());
290 ASSERT_FALSE(output.HadError());
312 ASSERT_FALSE(output.HadError());
320 ASSERT_FALSE(output.HadError());
342 ASSERT_FALSE(output.HadError());
350 ASSERT_FALSE(output.HadError());
376 ASSERT_FALSE(output.HadError());
384 ASSERT_FALSE(output.HadError());
494 ASSERT_FALSE(output_stream.HadError());
502 ASSERT_FALSE(output_stream.HadError());
    [all...]
unknown_field_set_unittest.cc 204 ASSERT_FALSE(output_stream.HadError());
245 ASSERT_FALSE(output.HadError());
extension_set_unittest.cc 373 ASSERT_FALSE(output_stream.HadError());
417 ASSERT_FALSE(output_stream.HadError());
    [all...]
  /external/llvm/lib/MC/
MCContext.cpp 45 AutoReset(DoAutoReset), HadError(false) {
103 HadError = false;
482 HadError = true;
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 323 EXPECT_FALSE(coded_output.HadError());
340 EXPECT_FALSE(coded_output.HadError());
366 EXPECT_FALSE(coded_output.HadError());
558 EXPECT_FALSE(coded_output.HadError());
574 EXPECT_FALSE(coded_output.HadError());
632 EXPECT_FALSE(coded_output.HadError());
    [all...]
coded_stream.h 583 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 216 bool HadError;
521 bool hadError() { return HadError; }
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 307 return !mOut.HadError();
315 return !mOut.HadError();
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 630 EXPECT_FALSE(output_stream.HadError());
649 EXPECT_FALSE(output_stream.HadError());
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 156 unsigned HadError : 1;
509 MacrosEnabledFlag(true), HadError(false), CppHashLineNumber(0),
539 assert((HadError || ActiveMacros.empty()) &&
569 HadError = true;
635 HadError = false;
662 assert(HadError && "Parse statement returned an error, but none emitted!");
703 if (!HadError && !NoFinalize)
706 return HadError || getContext().hadError();
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 165 bool HadError = false;
171 HadError = true;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 568 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 568 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 568 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 627 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 568 // occurs. The client can probe HadError() to determine the status.
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 3042 milliseconds

1 2