Searched refs:current_storage (Results 1 – 10 of 10) sorted by relevance
/external/gflags/test/ |
D | gflags_unittest.cc | 1369 static bool current_storage; in TEST() local 1372 ¤t_storage, &defvalue_storage); in TEST() 1376 EXPECT_EQ(¤t_storage, fi.flag_ptr); in TEST()
|
/external/v8/src/builtins/ |
D | builtins-array.cc | 728 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/ |
D | gflags.h | 415 void* current_storage, void* defvalue_storage);
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 434 void* current_storage, void* defvalue_storage);
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 434 void* current_storage, void* defvalue_storage);
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 451 void* current_storage, void* defvalue_storage);
|
/external/gflags/android/gflags/ |
D | gflags.h | 441 FlagType* current_storage, FlagType* defvalue_storage);
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 469 void* current_storage, void* defvalue_storage);
|
/external/gflags/src/ |
D | gflags.cc | 1439 FlagType* current_storage, in FlagRegisterer() argument 1441 FlagValue* const current = new FlagValue(current_storage, false); in FlagRegisterer() 1450 type* current_storage, type* defvalue_storage)
|
D | gflags.h.in | 441 FlagType* current_storage, FlagType* defvalue_storage); 451 type* current_storage, type* defvalue_storage)
|