Home
last modified time | relevance | path

Searched defs:as_integer (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libcxx/src/
H A Dstring.cpp87 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
99 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
107 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
115 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
123 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() function
132 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
144 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
152 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
160 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
168 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() function
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dstring.cpp90 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
99 inline long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
104 inline unsigned long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
109 inline long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
114 inline unsigned long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
121 inline int as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
130 inline long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
135 inline unsigned long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
140 inline long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
145 inline unsigned long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
/aosp_15_r20/external/openscreen/util/
H A Dyet_another_bit_vector.h92 uint64_t as_integer; member
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/
Dmod.rs75 pub fn as_integer(&self) -> Option<Integer> { in as_integer() method
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Ditem.rs200 pub fn as_integer(&self) -> Option<i64> { in as_integer() method
Dvalue.rs58 pub fn as_integer(&self) -> Option<i64> { in as_integer() method
/aosp_15_r20/external/mesa3d/src/loader/
H A Dloader.c401 int as_integer; in loader_get_user_preferred_fd() member
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dty.rs171 pub(crate) fn as_integer(&self) -> Option<IntKind> { in as_integer() method
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp1201 const auto as_integer = parse_as_integer(str); in set_default_str() local
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck_derive/src/
Dtraits.rs1068 fn as_integer(&self) -> Option<IntegerRepr> { in as_integer() method
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dnumbers_test.cc147 integer as_integer() const { return i; } in as_integer() function
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dnumbers_test.cc153 integer as_integer() const { return i; } in as_integer() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dnumbers_test.cc149 integer as_integer() const { return i; } in as_integer() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dnumbers_test.cc153 integer as_integer() const { return i; } in as_integer() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc149 integer as_integer() const { return i; } in as_integer() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dnumbers_test.cc149 integer as_integer() const { return i; } in as_integer() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dnumbers_test.cc153 integer as_integer() const { return i; } in as_integer() function
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/
Dvalue.rs96 pub fn as_integer(&self) -> Option<i64> { in as_integer() method