Searched refs:tags (Results 1 – 6 of 6) sorted by relevance
/build/rust/tests/test_cxx_rust/src/ |
D | client_blobstore.cpp | 34 std::set<std::string> tags; 67 impl->blobs[blobid].tags.emplace(add_tag); in add_tag() 77 std::for_each(blob->second.tags.cbegin(), blob->second.tags.cend(), in get_metadata() 78 [&](auto &t) { get_metadata.tags.emplace_back(t); }); in get_metadata()
|
D | main.rs | 22 tags: Vec<String>, field 78 println!("tags = {:?}", get_metadata.tags); in main()
|
/build/ |
D | .gitignore | 6 tags
|
/build/templates/metadata/ |
D | module_info.gni | 217 args += [ "--innerapi-tags" ]
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_C | 130 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 411 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. 736 # can produce. The string should contain the $file, $line, and $text tags, which 1915 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then 1917 # EXPAND_AS_DEFINED tags. 1959 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this 2160 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to 2169 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
|
D | Doxyfile_CPP | 130 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 411 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. 736 # can produce. The string should contain the $file, $line, and $text tags, which 1915 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then 1917 # EXPAND_AS_DEFINED tags. 1961 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this 2162 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to 2171 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
|