Searched refs:GetVarUint32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.cc106 bool JsFs::GetVarUint32(PP_Var var, uint32_t* out_value) { function in class:nacl_io::JsFs
141 if (!GetVarUint32(high_int_var, &high_int))
147 if (!GetVarUint32(low_int_var, &low_int))
338 if (!GetVarUint32(value_var, value)) {
H A Djs_fs.h51 bool GetVarUint32(PP_Var var, uint32_t* out_value);

Completed in 3649 milliseconds