Home
last modified time | relevance | path

Searched refs:IsInlined (Results 1 – 25 of 38) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.h566 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()
Dstatus.cc228 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/
Dstatus.h566 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()
Dstatus.cc225 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/libtextclassifier/abseil-cpp/absl/status/
Dstatus.h566 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()
Dstatus.cc228 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/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.h217 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()
Dstatus.cc230 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/
Dstatus.h217 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()
Dstatus.cc230 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/llvm-project/lldb/bindings/interface/
DSBFrame.i146 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…
DSBBlock.i26 ) IsInlined;
28 IsInlined () const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp62 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
64 if (IsInlined) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp67 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
69 if (IsInlined) in operator <<()
/external/llvm-project/lldb/source/API/
DSBBlock.cpp59 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()
DSBFrame.cpp1130 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/
DSBFrame.h90 bool IsInlined();
92 bool IsInlined() const;
DSBBlock.h29 bool IsInlined() const;
/external/llvm-project/lldb/examples/python/
Ddiagnose_unwind.py203 if not frame.IsInlined():
246 if not frame.IsInlined():
282 if not frame.IsInlined():
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_block.py9 obj.IsInlined()
Dsb_frame.py22 obj.IsInlined()
/external/llvm-project/lldb/test/API/python_api/frame/inlines/
DTestInlinedFrame.py71 if frame0.IsInlined():
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_string_field.h73 bool IsInlined() const { return inlined_; } in IsInlined() function
Dcpp_field.h200 virtual bool IsInlined() const { return false; } in IsInlined() function
/external/llvm-project/lldb/source/Target/
DThreadPlanStepInstruction.cpp165 if (cur_frame_sp->IsInlined()) { in ShouldStop()

12