Home
last modified time | relevance | path

Searched defs:invalid_type (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree.hpp69 invalid_type, // the utree has not been initialized (it's enumerator
332 struct invalid_type {}; struct in boost::spirit::utree
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
H A D7-1.c33 int invalid_type = -1; in main() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl07.c28 static unsigned int invalid_type = XFS_GROUP_QUOTA << 1 | XFS_USER_QUOTA; variable
/aosp_15_r20/external/clang/test/Sema/
H A Dfunction.c76 inline foo_t invalid_type() { // expected-error {{unknown type name 'foo_t'}} in invalid_type() function
/aosp_15_r20/external/rust/android-crates-io/crates/config/src/
Derror.rs90 pub fn invalid_type( in invalid_type() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/
Derror.rs226 fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Error { in invalid_type() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Derror.rs369 fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { in invalid_type() method
Dde.rs124 fn invalid_type(self, exp: &dyn Expected) -> Error { in invalid_type() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Derror.rs440 fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { in invalid_type() method
H A Dde.rs125 fn invalid_type(self, exp: &dyn Expected) -> Error { in invalid_type() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Derror.rs453 fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { in invalid_type() method
H A Dde.rs151 fn invalid_type(self, exp: &dyn Expected) -> Error { in invalid_type() method
/aosp_15_r20/external/openscreen/discovery/mdns/
H A Dmdns_trackers_unittest.cc339 MdnsRecord invalid_type(a_record_.name(), DnsType::kPTR, in TEST_F() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp2794 glw::GLenum invalid_type = 0; in TestErrorsOfClearNamedBufferData() local
3077 glw::GLenum invalid_type = 0; in TestErrorsOfClearNamedBufferSubData() local
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc284 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type) { in InvalidRefType()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp700 inline utree::utree(utree::invalid_type) in utree() function in boost::spirit::utree
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde-1.0.197/src/private/
H A Dde.rs1044 fn invalid_type(self, exp: &Expected) -> E { in invalid_type() function
1637 fn invalid_type(self, exp: &Expected) -> E { in invalid_type() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde/src/private/
Dde.rs1044 fn invalid_type(self, exp: &Expected) -> E { in invalid_type() function
1637 fn invalid_type(self, exp: &Expected) -> E { in invalid_type() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/value/
H A Dde.rs1301 fn invalid_type<E>(&self, exp: &dyn Expected) -> E in invalid_type() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/value/
H A Dde.rs1301 fn invalid_type<E>(&self, exp: &dyn Expected) -> E in invalid_type() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/value/
Dde.rs1259 fn invalid_type<E>(&self, exp: &dyn Expected) -> E in invalid_type() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dde.rs1161 fn invalid_type(event: &Event, exp: &dyn Expected) -> Error { in invalid_type() function