Searched defs:IndexOf (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/spdy/
H A Dhpack_entry_test.cc37 size_t IndexOf(const HpackEntry& entry) const { function in class:net::__anon9575::HpackEntryTest
63 EXPECT_EQ(1u, IndexOf(entry));
73 EXPECT_EQ(1u, IndexOf(entry));
83 EXPECT_EQ(0u, IndexOf(entry));
99 EXPECT_EQ(1u, IndexOf(static1));
100 EXPECT_EQ(2u, IndexOf(static2));
105 EXPECT_EQ(1u, IndexOf(dynamic2));
106 EXPECT_EQ(2u, IndexOf(dynamic1));
107 EXPECT_EQ(3u, IndexOf(static1));
108 EXPECT_EQ(4u, IndexOf(static
[all...]
H A Dhpack_header_table.cc99 size_t HpackHeaderTable::IndexOf(const HpackEntry* entry) const { function in class:net::HpackHeaderTable
H A Dhpack_encoder_test.cc125 expected_.AppendUint32(IndexOf(key_entry));
156 size_t IndexOf(HpackEntry* entry) { function in class:net::__anon9574::HpackEncoderTest
157 return peer_.table()->IndexOf(entry);
159 size_t IndexOf(const HpackEntry* entry) { function in class:net::__anon9574::HpackEncoderTest
160 return peer_.table()->IndexOf(entry);
176 ExpectIndex(IndexOf(key_2_));
184 ExpectIndex(IndexOf(static_));
193 ExpectIndex(IndexOf(static_));
244 ExpectIndex(IndexOf(key_1_));
254 ExpectIndex(IndexOf(cookie_a
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs51 public int IndexOf( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
270 public int IndexOf( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
382 public int IndexOf( T item ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h171 int index = IndexOf(item);
180 int IndexOf(T item) const;
182 bool Has(T item) const { return IndexOf(item) >= 0; }
197 int Vector<T>::IndexOf(T item) const { function in class:crazy::Vector
283 int idx = items_.IndexOf(item);
293 int idx = items_.IndexOf(item);
/external/chromium_org/tools/gn/
H A Dunique_vector.h173 size_t IndexOf(const T& t) const { function in class:UniqueVector
/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermission_set_unittest.cc41 size_t IndexOf(const std::vector<base::string16>& warnings, function in namespace:extensions::__anon5668
53 return IndexOf(warnings, warning) != warnings.size();
1181 size_t combined_index = IndexOf(warnings, "Use your microphone and camera");
1188 EXPECT_EQ(combined_index, IndexOf(warnings, "Use your microphone"));
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc56 STDMETHOD(IndexOf)(HSTRING value, unsigned *index, boolean *found) { function in class:__anon17430::StringVectorImpl
H A Dfile_picker_ash.cc53 STDMETHOD(IndexOf)(HSTRING value, unsigned *index, boolean *found) { function in class:__anon17431::StringVectorImpl
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.cc303 static int IndexOf(const MostVisitedURLList& urls, const GURL& url) { function in namespace:history
646 IndexOf(*urls, prepopulate_urls[i].url) == -1) {
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dencode.cc468 int IndexOf(const std::vector<int>& v, int value) { function in namespace:brotli
489 int index = IndexOf(mtf, v[i]);
/external/chromium_org/v8/src/
H A Dserialize.cc431 int index = IndexOf(key);
439 int index = IndexOf(key);
445 int ExternalReferenceEncoder::IndexOf(Address key) const { function in class:v8::internal::ExternalReferenceEncoder

Completed in 630 milliseconds