Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_string_field.h71 bool IsInlined() const { return inlined_; } in IsInlined() function
Dcpp_field.h184 virtual bool IsInlined() const { return false; } in IsInlined() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp62 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.h831 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h412 static constexpr bool IsInlined() { in IsInlined() function
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc1912 bool Reflection::IsInlined(const FieldDescriptor* field) const { in IsInlined() function in google::protobuf::Reflection