Home
last modified time | relevance | path

Searched defs:IsInlined (Results 1 – 11 of 11) 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/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/openscreen/third_party/abseil/src/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.h828 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/abseil-cpp/absl/status/
Dstatus.h832 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.h832 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus.h829 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h412 static constexpr bool IsInlined() { in IsInlined() function
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc1856 bool Reflection::IsInlined(const FieldDescriptor* field) const { in IsInlined() function in google::protobuf::Reflection