Home
last modified time | relevance | path

Searched defs:ToInt32 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/fxjs/
H A Dcfx_v8.cpp102 int CFX_V8::ToInt32(v8::Local<v8::Value> pValue) { in ToInt32() function in CFX_V8
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc130 util::StatusOr<int32_t> DataPiece::ToInt32() const { in ToInt32() function in google::protobuf::util::converter::DataPiece
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc130 util::StatusOr<int32_t> DataPiece::ToInt32() const { in ToInt32() function in google::protobuf::util::converter::DataPiece
/aosp_15_r20/external/perfetto/src/traced/probes/ps/
H A Dprocess_stats_data_source.cc147 inline int32_t ToInt32(const std::string& str) { in ToInt32() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1655 SDValue ToInt32 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, ToInt16); in LowerHvxSplatVector() local