Home
last modified time | relevance | path

Searched refs:max_string_length (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dabi.cc32 int max_string_length, void* (*p_alloc)(std::size_t),
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h878 static void set_max_string_length(uint32_t max_string_length) { in set_max_string_length() argument
879 max_string_length_ = max_string_length; in set_max_string_length()
881 static uint32_t max_string_length() { return max_string_length_; } in max_string_length() function