Home | History | Annotate | Download | only in src

Lines Matching refs:Search

1760   // Search the instance descriptors for given name.
1761 inline int Search(String* name);
1764 bool Contains(String* name) { return kNotFound != Search(name); }
1766 // Perform a binary search in the instance descriptors represented
1772 // Perform a linear search in the instance descriptors represented
3547 // - a reference to a literal string to search for