Searched defs:IsInlined (Results 1 – 6 of 6) sorted by relevance
71 bool IsInlined() const { return inlined_; } in IsInlined() function
184 virtual bool IsInlined() const { return false; } in IsInlined() function
62 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
831 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
412 static constexpr bool IsInlined() { in IsInlined() function
1912 bool Reflection::IsInlined(const FieldDescriptor* field) const { in IsInlined() function in google::protobuf::Reflection