Home
last modified time | relevance | path

Searched defs:string_list (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstid3v2mux.cc144 TagLib::StringList string_list; in add_encoder_tag() local
187 TagLib::StringList string_list; in add_date_tag() local
505 TagLib::StringList string_list; in add_comment_tag() local
550 TagLib::StringList string_list; in add_text_tag() local
760 TagLib::StringList string_list; in foreach_add_tag() local
/third_party/toybox/lib/
Dlib.h22 struct string_list { struct
23 struct string_list *next; argument
24 char str[0];
/third_party/toybox/porting/liteos_a/lib/
Dlib.h22 struct string_list { struct
23 struct string_list *next; argument
24 char str[0];
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h55 typedef struct string_list { struct
68 string_list_t *string_list; argument
/third_party/boost/tools/quickbook/src/
Dstate.hpp45 typedef std::vector<std::string> string_list; typedef
/third_party/boost/tools/build/src/build/
Dproperty.py217 def create_from_strings(string_list, allow_condition=False): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h351 struct ___itt_string_handle* string_list; member
/third_party/glib/glib/
Dgstrfuncs.c2393 GPtrArray *string_list; in g_strsplit() local
Dgregex.c2483 gchar **string_list; in g_regex_split_full() local
/third_party/quickjs/
Dquickjs.c273 struct list_head string_list; /* list of JSString.link */ member