Home
last modified time | relevance | path

Searched refs:t_ptr (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/memoffset/src/
Doffset_of.rs226 let t_ptr = &t as *const _; in test_raw_field_tuple() localVariable
227 let t_addr = t_ptr as usize; in test_raw_field_tuple()
231 raw_field_tuple!(t_ptr, (u32, u8, bool), 0) as usize - t_addr in test_raw_field_tuple()
235 raw_field_tuple!(t_ptr, (u32, u8, bool), 1) as usize - t_addr in test_raw_field_tuple()
239 raw_field_tuple!(t_ptr, (u32, u8, bool), 2) as usize - t_addr in test_raw_field_tuple()
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h896 auto t_ptr = factory_();
899 operation_(t_ptr.get());
906 if (!contract(t_ptr.get())) {
917 return [contract](T* t_ptr) { return AssertionResult(contract(t_ptr)); };
921 return [this](T* t_ptr) { return AssertionResult(*factory_() == *t_ptr); };
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h896 auto t_ptr = factory_();
899 operation_(t_ptr.get());
906 if (!contract(t_ptr.get())) {
917 return [contract](T* t_ptr) { return AssertionResult(contract(t_ptr)); };
921 return [this](T* t_ptr) { return AssertionResult(*factory_() == *t_ptr); };
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dexception_safety_testing.h896 auto t_ptr = factory_();
899 operation_(t_ptr.get());
906 if (!contract(t_ptr.get())) {
917 return [contract](T* t_ptr) { return AssertionResult(contract(t_ptr)); };
921 return [this](T* t_ptr) { return AssertionResult(*factory_() == *t_ptr); };
/external/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h896 auto t_ptr = factory_();
899 operation_(t_ptr.get());
906 if (!contract(t_ptr.get())) {
917 return [contract](T* t_ptr) { return AssertionResult(contract(t_ptr)); };
921 return [this](T* t_ptr) { return AssertionResult(*factory_() == *t_ptr); };
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h896 auto t_ptr = factory_();
899 operation_(t_ptr.get());
906 if (!contract(t_ptr.get())) {
917 return [contract](T* t_ptr) { return AssertionResult(contract(t_ptr)); };
921 return [this](T* t_ptr) { return AssertionResult(*factory_() == *t_ptr); };
/external/llvm-project/clang/test/Index/
Dload-exprs.c4 T* t_ptr = (T *)ptr; in f() local
Dannotate-tokens.c4 T* t_ptr = (T *)ptr; in f() local
/external/clang/test/Index/
Dload-exprs.c4 T* t_ptr = (T *)ptr; in f() local
Dannotate-tokens.c4 T* t_ptr = (T *)ptr; in f() local
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp4164 const T* t_ptr = (const T*)top; in iterate() local
4166 if ((*v_ptr > *t_ptr) || (*v_ptr < *l_ptr)) in iterate()
/external/libyuv/files/source/
Drow_msa.cc158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ argument
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_msa.cc158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ argument