Home
last modified time | relevance | path

Searched defs:GetStringView (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dstring.h62 static inline flatbuffers::string_view GetStringView(const String *str) { in GetStringView() function
/third_party/protobuf/src/google/protobuf/
Dreflection_visit_field_info.h117 static absl::string_view GetStringView(const Reflection* reflection, in GetStringView() function
192 static absl::string_view GetStringView(const Extension& ext) { in GetStringView() function
Dgenerated_message_reflection_unittest.cc171 TEST(GeneratedMessageReflectionTest, GetStringView) { in TEST() argument
Dgenerated_message_reflection.cc1918 absl::string_view Reflection::GetStringView(const Message& message, in GetStringView() function in google::protobuf::Reflection