Home
last modified time | relevance | path

Searched refs:spec_ (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dprogram-tree.h56 : name_{name}, spec_{spec}, exec_{exec} {}
68 const parser::SpecificationPart &spec() const { return spec_; } in spec()
94 const parser::SpecificationPart &spec_; variable
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dsignature_def_function_metadata.cc21 : name_(std::move(name)), spec_(std::move(spec)) {} in SignatureDefParam()
25 const TensorSpec& SignatureDefParam::spec() const { return spec_; } in spec()
Dsignature_def_function_metadata.h40 TensorSpec spec_; variable
/external/abseil-cpp/absl/strings/
Dstr_format.h104 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec()
108 : spec_(pc) {} in UntypedFormatSpec()
112 str_format_internal::UntypedFormatSpecImpl spec_; variable
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_format.h104 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec()
108 : spec_(pc) {} in UntypedFormatSpec()
112 str_format_internal::UntypedFormatSpecImpl spec_; variable
/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Ddecode.h102 const std::string& spec() const { return spec_; } in spec()
112 : spec_(format), raw_data_size_bytes_(raw_size_bytes), status_(status) {} in DecodedArg()
115 std::string spec_; variable
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_format.h102 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec()
106 : spec_(pc) {} in UntypedFormatSpec()
110 str_format_internal::UntypedFormatSpecImpl spec_; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_format.h102 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec()
106 : spec_(pc) {} in UntypedFormatSpec()
110 str_format_internal::UntypedFormatSpecImpl spec_; variable
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_format.h102 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec()
106 : spec_(pc) {} in UntypedFormatSpec()
110 str_format_internal::UntypedFormatSpecImpl spec_; variable
/external/abseil-cpp/absl/strings/internal/str_format/
Dbind.h55 return s.spec_; in Extract()
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dbind.h69 return s.spec_; in Extract()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind.h55 return s.spec_; in Extract()
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind.h55 return s.spec_; in Extract()
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dbind.h55 return s.spec_; in Extract()
/external/pigweed/pw_tokenizer/
Ddecode.cc100 spec_(spec), in DecodedArg()
/external/llvm-project/clang/include/clang/Basic/
Darm_mve_defs.td222 class ComplexType<dag spec_>: Type { dag spec = spec_; }