Home
last modified time | relevance | path

Searched refs:value_handle (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.h37 Boolean GetValueIfPresent(const void *key, const void **value_handle) const;
DCFCMutableDictionary.cpp96 CFCMutableDictionary::GetValueIfPresent(const void *key, const void **value_handle) const in GetValueIfPresent()
100 return ::CFDictionaryGetValueIfPresent (dict, key, value_handle); in GetValueIfPresent()
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_ax_object_proxy.cc1093 v8::Handle<v8::Value> value_handle = gin::CreateHandle( in GetOrCreate() local
1095 if (value_handle.IsEmpty()) in GetOrCreate()
1097 v8::Handle<v8::Object> handle = value_handle->ToObject(); in GetOrCreate()
1105 v8::Handle<v8::Value> value_handle = gin::CreateHandle( in CreateRoot() local
1107 if (value_handle.IsEmpty()) in CreateRoot()
1109 v8::Handle<v8::Object> handle = value_handle->ToObject(); in CreateRoot()
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c778 UINT16 decl_handle, UINT16 value_handle, in bta_gattc_add_char_to_list() argument
796 p_rec->s_handle = value_handle; in bta_gattc_add_char_to_list()