Home
last modified time | relevance | path

Searched defs:StringRefNull (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_string_ref.hh216 class StringRefNull : public StringRefBase { class
219 StringRefNull() : StringRefBase("", 0) in StringRefNull() function in blender::StringRefNull
227 StringRefNull(const char *str) : StringRefBase(str, static_cast<int64_t>(strlen(str))) in StringRefNull() function in blender::StringRefNull
237 StringRefNull(const char *str, const int64_t size) : StringRefBase(str, size) in StringRefNull() function in blender::StringRefNull
246 StringRefNull(const std::string &str) : StringRefNull(str.c_str()) in StringRefNull() function in blender::StringRefNull
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dstring_lib.c940 static StringRef StringRefNull(void) in StringRefNull() function
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dstring_lib.c838 static StringRef StringRefNull(void) in StringRefNull() function
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dstring_lib.c1097 static StringRef StringRefNull(void) in StringRefNull() function
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dstring_lib.c1097 static StringRef StringRefNull(void) in StringRefNull() function
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dstring_lib.c1097 static StringRef StringRefNull(void) in StringRefNull() function
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dstring_lib.c1097 static StringRef StringRefNull(void) in StringRefNull() function