Home
last modified time | relevance | path

Searched defs:string_buffer (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/util/tests/string_buffer/
Dstring_buffer_test.cpp39 class string_buffer : public ::testing::Test { class
75 TEST_F(string_buffer, string_buffer_tests) in TEST_F() argument
Dmeson.build21 test(
/third_party/jerryscript/jerry-ext/handler/
Dhandler-assert.c64 jerry_char_t string_buffer[64]; in jerryx_handler_assert_fatal() local
/third_party/mindspore/mindspore/lite/src/common/
Dstring_util.cc54 int WriteStringsToTensor(Tensor *tensor, const std::vector<StringPack> &string_buffer) { in WriteStringsToTensor()
87 …t WriteSeperatedStringsToTensor(Tensor *tensor, const std::vector<std::vector<StringPack>> &string… in WriteSeperatedStringsToTensor()
/third_party/glib/glib/
Dglib-unix.c462 char string_buffer[]; in g_unix_get_passwd_entry() member
/third_party/json/include/nlohmann/detail/output/
Dserializer.hpp936 std::array<char, 512> string_buffer{{}}; member in nlohmann::detail::serializer
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dinfershape_pass.cc153 auto string_buffer = ParseStringBuffer(tensorT->data.data()); in ConvertString() local
/third_party/libusb/libusb/os/
Ddarwin_usb.c92 static char string_buffer[50]; in darwin_error_str() local
/third_party/json/single_include/nlohmann/
Djson.hpp16373 std::array<char, 512> string_buffer{{}}; member in nlohmann::detail::serializer