/external/webrtc/api/transport/ |
D | network_control.h | 65 ABSL_MUST_USE_RESULT = 0; 68 ABSL_MUST_USE_RESULT = 0; 72 ABSL_MUST_USE_RESULT = 0; 75 ABSL_MUST_USE_RESULT = 0; 78 ABSL_MUST_USE_RESULT = 0; 81 ABSL_MUST_USE_RESULT = 0; 84 ABSL_MUST_USE_RESULT = 0; 87 ABSL_MUST_USE_RESULT = 0; 90 ABSL_MUST_USE_RESULT = 0; 93 ABSL_MUST_USE_RESULT = 0; [all …]
|
/external/libtextclassifier/abseil-cpp/absl/status/ |
D | status.h | 363 class ABSL_MUST_USE_RESULT Status final { 413 ABSL_MUST_USE_RESULT bool ok() const; 627 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status); 628 ABSL_MUST_USE_RESULT bool IsAlreadyExists(const Status& status); 629 ABSL_MUST_USE_RESULT bool IsCancelled(const Status& status); 630 ABSL_MUST_USE_RESULT bool IsDataLoss(const Status& status); 631 ABSL_MUST_USE_RESULT bool IsDeadlineExceeded(const Status& status); 632 ABSL_MUST_USE_RESULT bool IsFailedPrecondition(const Status& status); 633 ABSL_MUST_USE_RESULT bool IsInternal(const Status& status); 634 ABSL_MUST_USE_RESULT bool IsInvalidArgument(const Status& status); [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/ |
D | status.h | 363 class ABSL_MUST_USE_RESULT Status final { 413 ABSL_MUST_USE_RESULT bool ok() const; 627 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status); 628 ABSL_MUST_USE_RESULT bool IsAlreadyExists(const Status& status); 629 ABSL_MUST_USE_RESULT bool IsCancelled(const Status& status); 630 ABSL_MUST_USE_RESULT bool IsDataLoss(const Status& status); 631 ABSL_MUST_USE_RESULT bool IsDeadlineExceeded(const Status& status); 632 ABSL_MUST_USE_RESULT bool IsFailedPrecondition(const Status& status); 633 ABSL_MUST_USE_RESULT bool IsInternal(const Status& status); 634 ABSL_MUST_USE_RESULT bool IsInvalidArgument(const Status& status); [all …]
|
/external/openscreen/third_party/abseil/src/absl/status/ |
D | status.h | 363 class ABSL_MUST_USE_RESULT Status final { 413 ABSL_MUST_USE_RESULT bool ok() const; 627 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status); 628 ABSL_MUST_USE_RESULT bool IsAlreadyExists(const Status& status); 629 ABSL_MUST_USE_RESULT bool IsCancelled(const Status& status); 630 ABSL_MUST_USE_RESULT bool IsDataLoss(const Status& status); 631 ABSL_MUST_USE_RESULT bool IsDeadlineExceeded(const Status& status); 632 ABSL_MUST_USE_RESULT bool IsFailedPrecondition(const Status& status); 633 ABSL_MUST_USE_RESULT bool IsInternal(const Status& status); 634 ABSL_MUST_USE_RESULT bool IsInvalidArgument(const Status& status); [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/status/ |
D | status.h | 75 class ABSL_MUST_USE_RESULT Status final { 113 ABSL_MUST_USE_RESULT bool ok() const; 408 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status); 409 ABSL_MUST_USE_RESULT bool IsAlreadyExists(const Status& status); 410 ABSL_MUST_USE_RESULT bool IsCancelled(const Status& status); 411 ABSL_MUST_USE_RESULT bool IsDataLoss(const Status& status); 412 ABSL_MUST_USE_RESULT bool IsDeadlineExceeded(const Status& status); 413 ABSL_MUST_USE_RESULT bool IsFailedPrecondition(const Status& status); 414 ABSL_MUST_USE_RESULT bool IsInternal(const Status& status); 415 ABSL_MUST_USE_RESULT bool IsInvalidArgument(const Status& status); [all …]
|
/external/abseil-cpp/absl/status/ |
D | status.h | 75 class ABSL_MUST_USE_RESULT Status final { 113 ABSL_MUST_USE_RESULT bool ok() const; 408 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status); 409 ABSL_MUST_USE_RESULT bool IsAlreadyExists(const Status& status); 410 ABSL_MUST_USE_RESULT bool IsCancelled(const Status& status); 411 ABSL_MUST_USE_RESULT bool IsDataLoss(const Status& status); 412 ABSL_MUST_USE_RESULT bool IsDeadlineExceeded(const Status& status); 413 ABSL_MUST_USE_RESULT bool IsFailedPrecondition(const Status& status); 414 ABSL_MUST_USE_RESULT bool IsInternal(const Status& status); 415 ABSL_MUST_USE_RESULT bool IsInvalidArgument(const Status& status); [all …]
|
/external/angle/third_party/abseil-cpp/absl/status/ |
D | status.h | 472 ABSL_MUST_USE_RESULT bool ok() const; 688 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status); 689 ABSL_MUST_USE_RESULT bool IsAlreadyExists(const Status& status); 690 ABSL_MUST_USE_RESULT bool IsCancelled(const Status& status); 691 ABSL_MUST_USE_RESULT bool IsDataLoss(const Status& status); 692 ABSL_MUST_USE_RESULT bool IsDeadlineExceeded(const Status& status); 693 ABSL_MUST_USE_RESULT bool IsFailedPrecondition(const Status& status); 694 ABSL_MUST_USE_RESULT bool IsInternal(const Status& status); 695 ABSL_MUST_USE_RESULT bool IsInvalidArgument(const Status& status); 696 ABSL_MUST_USE_RESULT bool IsNotFound(const Status& status); [all …]
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | numbers.h | 65 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out); 76 ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out); 87 ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out); 97 ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out); 183 ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out, in safe_strtoi_base() 249 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) { in SimpleAtoi() 253 ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, in SimpleAtoi() 258 ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, in SimpleAtoi()
|
D | ascii.h | 171 ABSL_MUST_USE_RESULT inline std::string AsciiStrToLower(absl::string_view s) { in AsciiStrToLower() 189 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() 197 ABSL_MUST_USE_RESULT inline absl::string_view StripLeadingAsciiWhitespace( in StripLeadingAsciiWhitespace() 211 ABSL_MUST_USE_RESULT inline absl::string_view StripTrailingAsciiWhitespace( in StripTrailingAsciiWhitespace() 225 ABSL_MUST_USE_RESULT inline absl::string_view StripAsciiWhitespace( in StripAsciiWhitespace()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | numbers.h | 66 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out); 77 ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out); 88 ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out); 98 ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out); 183 ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out, in safe_strtoi_base() 256 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) { in SimpleAtoi() 260 ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, in SimpleAtoi() 265 ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, in SimpleAtoi()
|
D | ascii.h | 171 ABSL_MUST_USE_RESULT inline std::string AsciiStrToLower(absl::string_view s) { in AsciiStrToLower() 189 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() 197 ABSL_MUST_USE_RESULT inline absl::string_view StripLeadingAsciiWhitespace( in StripLeadingAsciiWhitespace() 211 ABSL_MUST_USE_RESULT inline absl::string_view StripTrailingAsciiWhitespace( in StripTrailingAsciiWhitespace() 225 ABSL_MUST_USE_RESULT inline absl::string_view StripAsciiWhitespace( in StripAsciiWhitespace()
|
/external/abseil-cpp/absl/strings/ |
D | numbers.h | 66 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out); 77 ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out); 88 ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out); 98 ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out); 181 ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out, in safe_strtoi_base() 254 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) { in SimpleAtoi() 258 ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, in SimpleAtoi()
|
D | ascii.h | 171 ABSL_MUST_USE_RESULT inline std::string AsciiStrToLower(absl::string_view s) { in AsciiStrToLower() 189 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() 197 ABSL_MUST_USE_RESULT inline absl::string_view StripLeadingAsciiWhitespace( in StripLeadingAsciiWhitespace() 211 ABSL_MUST_USE_RESULT inline absl::string_view StripTrailingAsciiWhitespace( in StripTrailingAsciiWhitespace() 225 ABSL_MUST_USE_RESULT inline absl::string_view StripAsciiWhitespace( in StripAsciiWhitespace()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | numbers.h | 66 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out); 77 ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out); 88 ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out); 98 ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out); 181 ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out, in safe_strtoi_base() 254 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) { in SimpleAtoi() 258 ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, in SimpleAtoi()
|
D | ascii.h | 171 ABSL_MUST_USE_RESULT inline std::string AsciiStrToLower(absl::string_view s) { in AsciiStrToLower() 189 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() 197 ABSL_MUST_USE_RESULT inline absl::string_view StripLeadingAsciiWhitespace( in StripLeadingAsciiWhitespace() 211 ABSL_MUST_USE_RESULT inline absl::string_view StripTrailingAsciiWhitespace( in StripTrailingAsciiWhitespace() 225 ABSL_MUST_USE_RESULT inline absl::string_view StripAsciiWhitespace( in StripAsciiWhitespace()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | numbers.h | 66 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out); 77 ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out); 88 ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out); 98 ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out); 181 ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out, in safe_strtoi_base() 254 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) { in SimpleAtoi() 258 ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, in SimpleAtoi()
|
D | ascii.h | 171 ABSL_MUST_USE_RESULT inline std::string AsciiStrToLower(absl::string_view s) { in AsciiStrToLower() 189 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() 197 ABSL_MUST_USE_RESULT inline absl::string_view StripLeadingAsciiWhitespace( in StripLeadingAsciiWhitespace() 211 ABSL_MUST_USE_RESULT inline absl::string_view StripTrailingAsciiWhitespace( in StripTrailingAsciiWhitespace() 225 ABSL_MUST_USE_RESULT inline absl::string_view StripAsciiWhitespace( in StripAsciiWhitespace()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | numbers.h | 66 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out); 77 ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out); 88 ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out); 98 ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out); 181 ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out, in safe_strtoi_base() 254 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) { in SimpleAtoi() 258 ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str, in SimpleAtoi()
|
D | ascii.h | 171 ABSL_MUST_USE_RESULT inline std::string AsciiStrToLower(absl::string_view s) { in AsciiStrToLower() 189 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() 197 ABSL_MUST_USE_RESULT inline absl::string_view StripLeadingAsciiWhitespace( in StripLeadingAsciiWhitespace() 211 ABSL_MUST_USE_RESULT inline absl::string_view StripTrailingAsciiWhitespace( in StripTrailingAsciiWhitespace() 225 ABSL_MUST_USE_RESULT inline absl::string_view StripAsciiWhitespace( in StripAsciiWhitespace()
|
/external/angle/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 144 ABSL_MUST_USE_RESULT testing::AssertionResult 148 ABSL_MUST_USE_RESULT testing::AssertionResult 152 ABSL_MUST_USE_RESULT testing::AssertionResult 156 ABSL_MUST_USE_RESULT testing::AssertionResult 187 ABSL_MUST_USE_RESULT testing::AssertionResult 344 ABSL_MUST_USE_RESULT testing::AssertionResult 352 ABSL_MUST_USE_RESULT testing::AssertionResult 359 ABSL_MUST_USE_RESULT testing::AssertionResult 367 ABSL_MUST_USE_RESULT testing::AssertionResult
|
/external/libtextclassifier/abseil-cpp/absl/hash/ |
D | hash_testing.h | 144 ABSL_MUST_USE_RESULT testing::AssertionResult 148 ABSL_MUST_USE_RESULT testing::AssertionResult 152 ABSL_MUST_USE_RESULT testing::AssertionResult 156 ABSL_MUST_USE_RESULT testing::AssertionResult 187 ABSL_MUST_USE_RESULT testing::AssertionResult 344 ABSL_MUST_USE_RESULT testing::AssertionResult 352 ABSL_MUST_USE_RESULT testing::AssertionResult 359 ABSL_MUST_USE_RESULT testing::AssertionResult 367 ABSL_MUST_USE_RESULT testing::AssertionResult
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 144 ABSL_MUST_USE_RESULT testing::AssertionResult 148 ABSL_MUST_USE_RESULT testing::AssertionResult 152 ABSL_MUST_USE_RESULT testing::AssertionResult 156 ABSL_MUST_USE_RESULT testing::AssertionResult 187 ABSL_MUST_USE_RESULT testing::AssertionResult 344 ABSL_MUST_USE_RESULT testing::AssertionResult 352 ABSL_MUST_USE_RESULT testing::AssertionResult 359 ABSL_MUST_USE_RESULT testing::AssertionResult 367 ABSL_MUST_USE_RESULT testing::AssertionResult
|
/external/webrtc/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 144 ABSL_MUST_USE_RESULT testing::AssertionResult 148 ABSL_MUST_USE_RESULT testing::AssertionResult 152 ABSL_MUST_USE_RESULT testing::AssertionResult 156 ABSL_MUST_USE_RESULT testing::AssertionResult 187 ABSL_MUST_USE_RESULT testing::AssertionResult 344 ABSL_MUST_USE_RESULT testing::AssertionResult 352 ABSL_MUST_USE_RESULT testing::AssertionResult 359 ABSL_MUST_USE_RESULT testing::AssertionResult 367 ABSL_MUST_USE_RESULT testing::AssertionResult
|
/external/openscreen/third_party/abseil/src/absl/hash/ |
D | hash_testing.h | 144 ABSL_MUST_USE_RESULT testing::AssertionResult 148 ABSL_MUST_USE_RESULT testing::AssertionResult 152 ABSL_MUST_USE_RESULT testing::AssertionResult 156 ABSL_MUST_USE_RESULT testing::AssertionResult 187 ABSL_MUST_USE_RESULT testing::AssertionResult 344 ABSL_MUST_USE_RESULT testing::AssertionResult 352 ABSL_MUST_USE_RESULT testing::AssertionResult 359 ABSL_MUST_USE_RESULT testing::AssertionResult 367 ABSL_MUST_USE_RESULT testing::AssertionResult
|
/external/abseil-cpp/absl/hash/ |
D | hash_testing.h | 144 ABSL_MUST_USE_RESULT testing::AssertionResult 148 ABSL_MUST_USE_RESULT testing::AssertionResult 152 ABSL_MUST_USE_RESULT testing::AssertionResult 156 ABSL_MUST_USE_RESULT testing::AssertionResult 187 ABSL_MUST_USE_RESULT testing::AssertionResult 344 ABSL_MUST_USE_RESULT testing::AssertionResult 352 ABSL_MUST_USE_RESULT testing::AssertionResult 359 ABSL_MUST_USE_RESULT testing::AssertionResult 367 ABSL_MUST_USE_RESULT testing::AssertionResult
|