Searched defs:GetAsInteger (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/base/
H A Dvalues.cc96 bool Value::GetAsInteger(int* out_value) const { function in class:base::Value
190 bool FundamentalValue::GetAsInteger(int* out_value) const { function in class:base::FundamentalValue
232 return GetAsInteger(&lhs) && other->GetAsInteger(&rhs) && lhs == rhs;
499 return value->GetAsInteger(out_value);
638 return value->GetAsInteger(out_value);
895 return value->GetAsInteger(out_value);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas376 function GetAsInteger(const Name: String): Integer;
385 property AsInteger[const Name: String]: Integer read GetAsInteger write SetAsInteger;
939 function TLocalStorage.GetAsInteger(const Name: String): Integer;

Completed in 772 milliseconds