Home
last modified time | relevance | path

Searched refs:string_view (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dbase.h221 … #if __has_include(<string_view>) && (__cplusplus >= 201606 || (defined(_HAS_CXX17) && _HAS_CXX17))
224 typedef std::string_view string_view; typedef
228 #elif __has_include(<experimental/string_view>) && (__cplusplus >= 201411)
231 typedef std::experimental::string_view string_view; typedef
238 typedef absl::string_view string_view; typedef
A Dflatbuffers.h566 flatbuffers::string_view string_view() const {
567 return flatbuffers::string_view(c_str(), size());
592 static inline flatbuffers::string_view GetStringView(const String *str) {
593 return str ? str->string_view() : flatbuffers::string_view();
1505 Offset<String> CreateString(flatbuffers::string_view str) {
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A Dcanonicalize_value.h26 std::string CanonicalizeValue(absl::string_view input);
A Dcanonicalize_value.cc36 std::string CanonicalizeValue(absl::string_view input) { in CanonicalizeValue()

Completed in 8 milliseconds