Home
last modified time | relevance | path

Searched refs:current_storage (Results 1 – 10 of 10) sorted by relevance

/external/gflags/test/
Dgflags_unittest.cc1369 static bool current_storage; in TEST() local
1372 &current_storage, &defvalue_storage); in TEST()
1376 EXPECT_EQ(&current_storage, fi.flag_ptr); in TEST()
/external/v8/src/builtins/
Dbuiltins-array.cc728 Handle<FixedArray> current_storage = storage_fixed_array(); in SetDictionaryMode() local
730 NumberDictionary::New(isolate_, current_storage->length())); in SetDictionaryMode()
731 uint32_t current_length = static_cast<uint32_t>(current_storage->length()); in SetDictionaryMode()
734 Handle<Object> element(current_storage->get(i), isolate_); in SetDictionaryMode()
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h415 void* current_storage, void* defvalue_storage);
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags.h434 void* current_storage, void* defvalue_storage);
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags.h434 void* current_storage, void* defvalue_storage);
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h451 void* current_storage, void* defvalue_storage);
/external/gflags/android/gflags/
Dgflags.h441 FlagType* current_storage, FlagType* defvalue_storage);
/external/webrtc/third_party/gflags/gen/win/include/gflags/
Dgflags.h469 void* current_storage, void* defvalue_storage);
/external/gflags/src/
Dgflags.cc1439 FlagType* current_storage, in FlagRegisterer() argument
1441 FlagValue* const current = new FlagValue(current_storage, false); in FlagRegisterer()
1450 type* current_storage, type* defvalue_storage)
Dgflags.h.in441 FlagType* current_storage, FlagType* defvalue_storage);
451 type* current_storage, type* defvalue_storage)