/external/libtextclassifier/abseil-cpp/absl/status/ |
D | status.h | 566 static bool IsInlined(uintptr_t rep); 732 return !IsInlined(rep_) in message() 760 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 764 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function 770 return IsInlined(rep) && (rep & 2) != 0; in IsMovedFrom() 782 assert(IsInlined(rep)); in InlinedRepToCode() 787 assert(!IsInlined(rep)); in RepToPointer() 796 if (!IsInlined(rep)) { in Ref() 802 if (!IsInlined(rep)) { in Unref()
|
D | status.cc | 228 if (IsInlined(rep_)) { in raw_code() 241 if (IsInlined(rep_)) { in PrepareToModify() 260 if (IsInlined(a.rep_) != IsInlined(b.rep_)) return false; in EqualsSlow()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/ |
D | status.h | 566 static bool IsInlined(uintptr_t rep); 732 return !IsInlined(rep_) in message() 760 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 764 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function 770 return IsInlined(rep) && (rep & 2) != 0; in IsMovedFrom() 782 assert(IsInlined(rep)); in InlinedRepToCode() 787 assert(!IsInlined(rep)); in RepToPointer() 796 if (!IsInlined(rep)) { in Ref() 802 if (!IsInlined(rep)) { in Unref()
|
D | status.cc | 228 if (IsInlined(rep_)) { in raw_code() 241 if (IsInlined(rep_)) { in PrepareToModify() 260 if (IsInlined(a.rep_) != IsInlined(b.rep_)) return false; in EqualsSlow()
|
/external/openscreen/third_party/abseil/src/absl/status/ |
D | status.h | 566 static bool IsInlined(uintptr_t rep); 732 return !IsInlined(rep_) in message() 760 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 764 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function 770 return IsInlined(rep) && (rep & 2) != 0; in IsMovedFrom() 782 assert(IsInlined(rep)); in InlinedRepToCode() 787 assert(!IsInlined(rep)); in RepToPointer() 796 if (!IsInlined(rep)) { in Ref() 802 if (!IsInlined(rep)) { in Unref()
|
D | status.cc | 225 if (IsInlined(rep_)) { in raw_code() 238 if (IsInlined(rep_)) { in PrepareToModify() 257 if (IsInlined(a.rep_) != IsInlined(b.rep_)) return false; in EqualsSlow()
|
/external/webrtc/third_party/abseil-cpp/absl/status/ |
D | status.h | 217 static bool IsInlined(uintptr_t rep); 304 return !IsInlined(rep_) in message() 332 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 336 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 339 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function 342 return IsInlined(rep) && (rep & 2) != 0; in IsMovedFrom() 354 assert(IsInlined(rep)); in InlinedRepToCode() 359 assert(!IsInlined(rep)); in RepToPointer() 368 if (!IsInlined(rep)) { in Ref() 374 if (!IsInlined(rep)) { in Unref()
|
D | status.cc | 230 if (IsInlined(rep_)) { in raw_code() 243 if (IsInlined(rep_)) { in PrepareToModify() 262 if (IsInlined(a.rep_) != IsInlined(b.rep_)) return false; in EqualsSlow()
|
/external/abseil-cpp/absl/status/ |
D | status.h | 217 static bool IsInlined(uintptr_t rep); 304 return !IsInlined(rep_) in message() 332 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 336 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 339 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function 342 return IsInlined(rep) && (rep & 2) != 0; in IsMovedFrom() 354 assert(IsInlined(rep)); in InlinedRepToCode() 359 assert(!IsInlined(rep)); in RepToPointer() 368 if (!IsInlined(rep)) { in Ref() 374 if (!IsInlined(rep)) { in Unref()
|
D | status.cc | 230 if (IsInlined(rep_)) { in raw_code() 243 if (IsInlined(rep_)) { in PrepareToModify() 262 if (IsInlined(a.rep_) != IsInlined(b.rep_)) return false; in EqualsSlow()
|
/external/angle/third_party/abseil-cpp/absl/status/ |
D | status.h | 628 static bool IsInlined(uintptr_t rep); 795 return !IsInlined(rep_) in message() 823 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 827 return IsInlined(rep_) ? nullptr : RepToPointer(rep_)->payloads.get(); in GetPayloads() 830 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function 833 return IsInlined(rep) && (rep & 2) != 0; in IsMovedFrom() 845 assert(IsInlined(rep)); in InlinedRepToCode() 850 assert(!IsInlined(rep)); in RepToPointer() 859 if (!IsInlined(rep)) { in Ref() 865 if (!IsInlined(rep)) { in Unref()
|
D | status.cc | 218 if (IsInlined(rep_)) { in raw_code() 231 if (IsInlined(rep_)) { in PrepareToModify() 253 if (IsInlined(a.rep_) != IsInlined(b.rep_)) return false; in EqualsSlow()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBFrame.i | 146 See also GetFunctionName().") IsInlined; 148 IsInlined(); 151 IsInlined() const; 343 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
|
D | SBBlock.i | 26 ) IsInlined; 28 IsInlined () const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | LookupResult.cpp | 62 const bool IsInlined = I + 1 != NumLocations; in operator <<() local 64 if (IsInlined) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | LookupResult.cpp | 67 const bool IsInlined = I + 1 != NumLocations; in operator <<() local 69 if (IsInlined) in operator <<()
|
/external/llvm-project/lldb/source/API/ |
D | SBBlock.cpp | 59 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock 60 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBlock, IsInlined); in IsInlined() 176 if (IsInlined()) { in GetDescription() 360 LLDB_REGISTER_METHOD_CONST(bool, SBBlock, IsInlined, ()); in RegisterMethods()
|
D | SBFrame.cpp | 1130 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame 1131 LLDB_RECORD_METHOD_NO_ARGS(bool, SBFrame, IsInlined); in IsInlined() 1133 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined() 1136 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame 1137 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFrame, IsInlined); in IsInlined() 1357 LLDB_REGISTER_METHOD(bool, SBFrame, IsInlined, ()); in RegisterMethods() 1358 LLDB_REGISTER_METHOD_CONST(bool, SBFrame, IsInlined, ()); in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBFrame.h | 90 bool IsInlined(); 92 bool IsInlined() const;
|
D | SBBlock.h | 29 bool IsInlined() const;
|
/external/llvm-project/lldb/examples/python/ |
D | diagnose_unwind.py | 203 if not frame.IsInlined(): 246 if not frame.IsInlined(): 282 if not frame.IsInlined():
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_block.py | 9 obj.IsInlined()
|
D | sb_frame.py | 22 obj.IsInlined()
|
/external/llvm-project/lldb/test/API/python_api/frame/inlines/ |
D | TestInlinedFrame.py | 71 if frame0.IsInlined():
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_string_field.h | 73 bool IsInlined() const { return inlined_; } in IsInlined() function
|