Home
last modified time | relevance | path

Searched defs:IsInlined (Results 1 – 15 of 15) sorted by relevance

/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/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp67 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp62 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus.h767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.h767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.h767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus.h830 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.h339 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/abseil-cpp/absl/status/
Dstatus.h339 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/llvm-project/lldb/source/API/
DSBBlock.cpp59 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock
DSBFrame.cpp1130 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame
1136 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h412 static constexpr bool IsInlined() { in IsInlined() function
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp1188 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc1856 bool Reflection::IsInlined(const FieldDescriptor* field) const { in IsInlined() function in google::protobuf::Reflection