HomeSort by relevance Sort by last modified time
    Searched refs:kNotFound (Results 1 - 19 of 19) sorted by null

  /external/regex-re2/util/
sparse_array_test.cc 12 static const string kNotFound = "NOT FOUND";
92 EXPECT_EQ("r", FindWithDefault(str_map_, 3, kNotFound));
94 EXPECT_EQ("r", FindWithDefault(str_map_, 3, kNotFound));
101 EXPECT_EQ("a", FindWithDefault(str_map, 1, kNotFound));
102 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound));
104 EXPECT_EQ("NOT FOUND", FindWithDefault(str_map, 1, kNotFound));
105 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound));
135 EXPECT_EQ("hi", FindWithDefault(str_map_, 2, kNotFound));
  /external/v8/src/
scopeinfo.h 45 // If absent, kNotFound is returned.
61 static const int kNotFound = -2;
68 values_[i] = kNotFound;
scopeinfo.cc 307 if (result != ContextSlotCache::kNotFound) {
409 return result.index() + kNotFound;
411 return kNotFound;
421 ASSERT(slot_index > kNotFound);
428 values_[index] = Value(mode, init_flag, slot_index - kNotFound).raw();
457 ASSERT(result.index() + kNotFound == slot_index);
elements.cc 211 if (entry != SeededNumberDictionary::kNotFound) {
369 if (entry != SeededNumberDictionary::kNotFound) {
    [all...]
objects.cc 462 if (entry == StringDictionary::kNotFound) {
499 if (entry != StringDictionary::kNotFound) {
    [all...]
code-stubs.cc 43 if (index != UnseededNumberDictionary::kNotFound) {
type-info.cc 74 return entry != UnseededNumberDictionary::kNotFound
709 ASSERT(dictionary_->FindEntry(ast_id) == UnseededNumberDictionary::kNotFound);
runtime.h 616 static const int kNotFound = -1;
heap.h     [all...]
objects.h     [all...]
factory.cc 896 DescriptorArray::kNotFound) {
    [all...]
objects-inl.h     [all...]
runtime.cc     [all...]
heap.cc     [all...]
  /external/v8/test/cctest/
test-dictionary.cc 77 CHECK_NE(table->FindEntry(*key), ObjectHashTable::kNotFound);
87 CHECK_EQ(table->FindEntry(*key), ObjectHashTable::kNotFound);
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]

Completed in 270 milliseconds