Searched refs:tag_ (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | info.hpp | 43 explicit info(utf8_string const& tag_) in info() 44 : tag(tag_), value(nil_()) {} in info() 47 info(utf8_string const& tag_, T const& value_) in info() 48 : tag(tag_), value(value_) {} in info() 50 info(utf8_string const& tag_, char value_) in info() 51 : tag(tag_), value(utf8_string(1, value_)) {} in info() 53 info(utf8_string const& tag_, wchar_t value_) in info() 54 : tag(tag_), value(to_utf8(value_)) {} in info() 56 info(utf8_string const& tag_, ucs4_char value_) in info() 57 : tag(tag_), value(to_utf8(value_)) {} in info() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | begin_end.hpp | 33 typedef typename sequence_tag<Sequence>::type tag_; typedef 34 typedef typename begin_impl< tag_ > 45 typedef typename sequence_tag<Sequence>::type tag_; typedef 46 typedef typename end_impl< tag_ >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | traits.hpp | 290 #define BOOST_IOSTREAMS_MODE_HELPER(tag_, id_) \ argument 291 case_<id_> io_mode_impl_helper(tag_); \ 292 template<> struct io_mode_impl<id_> { typedef tag_ type; }; \
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | worker.h | 280 void set_tag(int32 tag) {tag_ = tag;} in set_tag() 382 volatile uint32 tag_; // Tag hint for memory this thread can use. variable
|
| H A D | worker.cc | 307 tag_ = 0xffffffff; in InitThread() 1525 thread_num_, cpuset_format(&cpu_mask_).c_str(), tag_); in Work() 1529 result = result && sat_->GetValid(&src, tag_); in Work() 1530 result = result && sat_->GetEmpty(&dst, tag_); in Work()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | buildhistory.bbclass | 972 if line.startswith('# tag_'): 974 key = key.replace('# tag_', '').strip() 987 f.write('# tag_%s = "%s"\n' % (name, srcrev))
|
| /OK3568_Linux_fs/kernel/Documentation/networking/dsa/ |
| H A D | dsa.rst | 129 -> invoke switch tag specific protocol handler in 'net/dsa/tag_*.c' 131 5. net/dsa/tag_*.c:
|