Searched refs:GetValueCount (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
H A Dwin32regkey.h67 uint32_t GetValueCount();
70 // Use GetValueCount() to get the total value_name count for this key
H A Dwin32regkey.cc967 uint32_t RegKey::GetValueCount() { function in class:rtc::RegKey
991 // Use GetValueCount() to get the total value_name count for this key
1064 is_empty = key.GetSubkeyCount() == 0 && key.GetValueCount() == 0;
H A Dwin32regkey_unittest.cc313 uint32_t value_count = r_key.GetValueCount();
/external/v8/src/
H A Ddeoptimizer.h133 int GetValueCount();
H A Ddeoptimizer.cc3113 int TranslatedFrame::GetValueCount() { function in class:v8::TranslatedFrame
3569 int values_to_process = frame.GetValueCount();
3575 frame.GetValueCount() - values_to_process);

Completed in 376 milliseconds