Searched refs:Data_ (Results 1 – 14 of 14) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/ |
D | array_data_view.h | 27 using Data_ = typename MojomTypeTraits<ArrayDataView<T>>::Data; 29 ArrayDataViewImpl(Data_* data, SerializationContext* context) in ArrayDataViewImpl() 37 Data_* data_; 47 using Data_ = typename MojomTypeTraits<ArrayDataView<T>>::Data; 49 ArrayDataViewImpl(Data_* data, SerializationContext* context) in ArrayDataViewImpl() 55 Data_* data_; 67 using Data_ = typename MojomTypeTraits<ArrayDataView<T>>::Data; variable 69 ArrayDataViewImpl(Data_* data, SerializationContext* context) in ArrayDataViewImpl() 82 Data_* data_; 96 using Data_ = typename MojomTypeTraits<ArrayDataView<T>>::Data; [all …]
|
D | map_data_view.h | 20 using Data_ = typename internal::MojomTypeTraits<MapDataView<K, V>>::Data; 24 MapDataView(Data_* data, internal::SerializationContext* context) in MapDataView()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Program.inc | 35 Program::Program() : Data_(0) {} 38 if (Data_) { 39 Win32ProcessInfo* wpi = reinterpret_cast<Win32ProcessInfo*>(Data_); 42 Data_ = 0; 47 Win32ProcessInfo* wpi = reinterpret_cast<Win32ProcessInfo*>(Data_); 159 if (Data_) { 160 Win32ProcessInfo* wpi = reinterpret_cast<Win32ProcessInfo*>(Data_); 163 Data_ = 0; 299 Data_ = wpi; 336 if (Data_ == 0) { [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Program.inc | 46 Program::Program() : Data_(0) {} 51 uint64_t pid = reinterpret_cast<uint64_t>(Data_); 231 Data_ = reinterpret_cast<void*>(PID); 293 Data_ = reinterpret_cast<void*>(child); 306 if (Data_ == 0) { 326 uint64_t pid = reinterpret_cast<uint64_t>(Data_); 407 if (Data_ == 0) { 412 uint64_t pid64 = reinterpret_cast<uint64_t>(Data_);
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPlatformOther.c | 39 void __llvm_profile_register_function(void *Data_) { in __llvm_profile_register_function() argument 41 const __llvm_profile_data *Data = (__llvm_profile_data *)Data_; in __llvm_profile_register_function()
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | wrapper_union_class_declaration.tmpl | 4 using Data_ = internal::{{union.name}}_Data; 5 using Tag = Data_::{{union.name}}_Tag;
|
D | wrapper_class_definition.tmpl | 38 return Data_::Validate(data, validation_context);
|
D | wrapper_union_class_definition.tmpl | 73 return Data_::Validate(data, validation_context, false);
|
D | wrapper_class_declaration.tmpl | 4 using Data_ = internal::{{struct.name}}_Data;
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | container_test_util.h | 34 typedef MoveOnlyType Data_; typedef
|
D | union_unittest.cc | 65 typename DataViewType::Data_** out_data) { in SerializeArray() 68 typename DataViewType::Data_::BufferWriter writer; in SerializeArray()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Program.h | 33 void *Data_; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 888 ParameterPack(NodeArray Data_) : Node(KParameterPack), Data(Data_) { in ParameterPack() argument
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 988 ParameterPack(NodeArray Data_) : Node(KParameterPack), Data(Data_) { in ParameterPack() argument
|