Home
last modified time | relevance | path

Searched defs:__idx (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstutils.h165 #define _GST_GET(__data, __idx, __size, __shift) \ argument
168 #define _GST_PUT(__data, __idx, __size, __shift, __num) \ argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp23001 const char* __name, const _CharT* __str, std::size_t* __idx, in __stoa()
23066 stoi(const string& __str, size_t* __idx = 0, int __base = 10) in stoi()
23071 stol(const string& __str, size_t* __idx = 0, int __base = 10) in stol()
23076 stoul(const string& __str, size_t* __idx = 0, int __base = 10) in stoul()
23081 stoll(const string& __str, size_t* __idx = 0, int __base = 10) in stoll()
23086 stoull(const string& __str, size_t* __idx = 0, int __base = 10) in stoull()
23092 stof(const string& __str, size_t* __idx = 0) in stof()
23096 stod(const string& __str, size_t* __idx = 0) in stod()
23100 stold(const string& __str, size_t* __idx = 0) in stold()
23172 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10) in stoi()
[all …]