Home
last modified time | relevance | path

Searched defs:SetFormat (Results 1 – 16 of 16) sorted by relevance

/external/deqp-deps/amber/src/
Dshader.h39 void SetFormat(ShaderFormat fmt) { shader_format_ = fmt; } in SetFormat() function
Dbuffer.h83 void SetFormat(Format* format) { in SetFormat() function
Dcommand.h453 void SetFormat(Format* fmt) { format_ = fmt; } in SetFormat() function
/external/llvm-project/lldb/source/API/
DSBTypeFormat.cpp80 void SBTypeFormat::SetFormat(lldb::Format fmt) { in SetFormat() function in SBTypeFormat
DSBValue.cpp1279 void SBValue::SetFormat(lldb::Format format) { in SetFormat() function in SBValue
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeFormat.h170 void SetFormat(lldb::Format fmt) { m_format = fmt; } in SetFormat() function
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp119 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat() function in DumpValueObjectOptions
/external/llvm-project/lldb/source/Core/
DValueObjectSyntheticFilter.cpp371 void ValueObjectSynthetic::SetFormat(lldb::Format format) { in SetFormat() function in ValueObjectSynthetic
/external/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h110 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h103 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h110 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dchecker.h117 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h117 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h103 constexpr ConvParser SetFormat(string_view format) const { in SetFormat() function
/external/webrtc/modules/audio_processing/test/
Daudio_processing_simulator.h37 void SetFormat(int sample_rate_hz, int num_channels) { in SetFormat() function
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h689 virtual void SetFormat(lldb::Format format) { in SetFormat() function