Searched refs:Bag (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DInlineCallFrameSet.h30 #include <wtf/Bag.h>
44 typedef Bag<InlineCallFrame>::iterator iterator;
51 Bag<InlineCallFrame> m_frames;
H A DCodeBlock.h71 #include <wtf/Bag.h>
202 Bag<StructureStubInfo>::iterator stubInfoBegin() { return m_stubInfos.begin(); }
203 Bag<StructureStubInfo>::iterator stubInfoEnd() { return m_stubInfos.end(); }
213 Bag<CallLinkInfo>::iterator callLinkInfosBegin() { return m_callLinkInfos.begin(); }
214 Bag<CallLinkInfo>::iterator callLinkInfosEnd() { return m_callLinkInfos.end(); }
1045 Bag<StructureStubInfo> m_stubInfos;
1047 Bag<CallLinkInfo> m_callLinkInfos;
H A DCodeBlock.cpp1844 for (Bag<StructureStubInfo>::iterator iter = m_stubInfos.begin(); !!iter; ++iter)
2036 for (Bag<StructureStubInfo>::iterator iter = m_stubInfos.begin(); !!iter; ++iter) {
2279 for (Bag<StructureStubInfo>::iterator iter = m_stubInfos.begin(); !!iter; ++iter) {
/macosx-10.10/WTF-7600.1.24/wtf/
H A DBagToHashMap.h29 #include <wtf/Bag.h>
36 void toHashMap(Bag<ElementType>& bag, KeyGetterFunctor& getKey, HashMap<KeyType, ElementType*, HashArg>& result)
38 for (typename Bag<ElementType>::iterator iter = bag.begin(); !!iter; ++iter) {
H A DBag.h32 class Bag { class in namespace:WTF
42 Bag() function in class:WTF::Bag
47 ~Bag()
93 template<typename U> friend class WTF::Bag;
114 using WTF::Bag;
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dtaxonomy.rb41 Bag = ::RSS::RDF::Bag
55 install_have_child_element("Bag", RDF::URI, nil)
63 self.Bag = args[0]
65 self.Bag ||= Bag.new
77 if @Bag
78 @Bag.lis.collect do |li|
H A D1.0.rb125 class Bag < Element class
137 @tag_name = 'Bag'
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/xml/
H A DrdfExample.xotcl30 <rdf:Bag ID="MirroredSites">
33 </rdf:Bag>
H A DxmlExample.xotcl47 <rdf:Bag ID="MirroredSites">
50 </rdf:Bag>
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGCommonData.h38 #include <wtf/Bag.h>
111 std::unique_ptr<Bag<double>> doubleConstants;
H A DDFGGraph.h844 Bag<BranchData> m_branchData;
845 Bag<SwitchData> m_switchData;
846 Bag<MultiGetByOffsetData> m_multiGetByOffsetData;
847 Bag<MultiPutByOffsetData> m_multiPutByOffsetData;
863 std::unique_ptr<Bag<double>> m_doubleConstants;
H A DDFGJITCompiler.cpp167 for (Bag<SwitchData>::iterator iter = m_graph.m_switchData.begin(); !!iter; ++iter) {
200 for (Bag<SwitchData>::iterator switchDataIter = m_graph.m_switchData.begin(); !!switchDataIter; ++switchDataIter) {
453 m_graph.m_doubleConstants = std::make_unique<Bag<double>>();
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.lotr28 06/13 Bilbo returns to Bag End
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Dtaxonomy.rb21 bag = topics.Bag
23 bag.lis << RDF::Bag::Li.new(resource)
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dxml.xotcl114 <rdf:Bag ID="MirroredSites">
117 </rdf:Bag>
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/tests/
H A DxoRDF.test80 ::errorCheck $descriptionAsBagResult $r "RDF Triples -- Description as Bag: $name"
159 rdfdoc#id1 #type #Bag
264 <rdf:Bag>
270 </rdf:Bag>
279 ::xotcl::rdf::parser::RDFBag-::res1::prop1::res1 --- rdf:Bag
280 TYPES: http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
298 rdfdoc#id2 #type #Bag
313 <rdf:type resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
328 ::xotcl::rdf::parser::RDFBag-::res1::prop1::res1 --- rdf:Bag
329 TYPES: http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
[all...]
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_taxonomy.rb32 @topics_node << " <rdf:Bag>\n"
37 @topics_node << " </rdf:Bag>\n"
70 rv << " <rdf:Bag>\n"
75 rv << " </rdf:Bag>\n"
119 topics.Bag.lis.collect {|li| li.resource}.sort)
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Encode.cpp355 #pragma mark --- Individual Bag Builders ---
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12Encode.cpp355 #pragma mark --- Individual Bag Builders ---
/macosx-10.10/vim-55/runtime/syntax/
H A Drexx.vim150 syn keyword rexxBuiltinClass .Alarm .ArgUtil .Array .Bag .CaselessColumnComparator
H A Dperl6.vim137 \ "Pair List Seq Range Set Bag Mapping Void Undef",

Completed in 254 milliseconds