Home
last modified time | relevance | path

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

/external/libcxx/src/
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
/external/cronet/third_party/libc++/src/src/
Dstring.cpp95 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
104 inline long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
109 inline unsigned long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
114 inline long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
119 inline unsigned long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
126 inline int as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
135 inline long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
142 as_integer(const string& func, const wstring& s, size_t* idx, int base) in as_integer() function
148 inline long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
153 inline unsigned long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
/external/openscreen/util/
Dyet_another_bit_vector.h92 uint64_t as_integer; member
/external/rust/crates/ciborium/src/value/
Dmod.rs75 pub fn as_integer(&self) -> Option<Integer> { in as_integer() method
/external/rust/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
/external/mesa3d/src/loader/
Dloader.c402 int as_integer; in loader_get_user_preferred_fd() member
/external/rust/crates/bindgen/ir/
Dty.rs171 pub(crate) fn as_integer(&self) -> Option<IntKind> { in as_integer() method
/external/openscreen/third_party/abseil/src/absl/strings/
Dnumbers_test.cc147 integer as_integer() const { return i; } in as_integer() function
/external/angle/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc153 integer as_integer() const { return i; } in as_integer() function
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
Dnumbers_test.cc149 integer as_integer() const { return i; } in as_integer() function
/external/libtextclassifier/abseil-cpp/absl/strings/
Dnumbers_test.cc149 integer as_integer() const { return i; } in as_integer() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc149 integer as_integer() const { return i; } in as_integer() function
/external/cronet/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc153 integer as_integer() const { return i; } in as_integer() function
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc149 integer as_integer() const { return i; } in as_integer() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dnumbers_test.cc148 integer as_integer() const { return i; } in as_integer() function
/external/abseil-cpp/absl/strings/
Dnumbers_test.cc153 integer as_integer() const { return i; } in as_integer() function
/external/rust/crates/toml/src/
Dvalue.rs96 pub fn as_integer(&self) -> Option<i64> { in as_integer() method