Searched defs:IsInlined (Results 1 – 11 of 11) sorted by relevance
73 bool IsInlined() const { return inlined_; } in IsInlined() function
200 virtual bool IsInlined() const { return false; } in IsInlined() function
62 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
828 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
832 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
829 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() function
412 static constexpr bool IsInlined() { in IsInlined() function
1856 bool Reflection::IsInlined(const FieldDescriptor* field) const { in IsInlined() function in google::protobuf::Reflection