HomeSort by relevance Sort by last modified time
    Searched defs:Detail (Results 1 - 15 of 15) sorted by null

  /external/catch2/include/internal/
catch_matchers_generic.hpp 20 namespace Detail {
32 m_description(Detail::finalizeDescription(descr))
catch_approx.cpp 26 namespace Detail {
48 rss << "Approx( " << ::Catch::Detail::stringify( m_value ) << " )";
72 } // end namespace Detail
75 Detail::Approx operator "" _a(long double val) {
76 return Detail::Approx(val);
78 Detail::Approx operator "" _a(unsigned long long val) {
79 return Detail::Approx(val);
83 std::string StringMaker<Catch::Detail::Approx>::convert(Catch::Detail::Approx const& value) {
catch_tostring.h 33 namespace Detail {
64 return Detail::unprintableString;
93 } // namespace Detail
101 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
112 typename std::enable_if<!::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
115 return Detail::convertUnstreamable(value);
122 namespace Detail {
125 // Should be preferably called fully qualified, like ::Catch::Detail::stringify
133 return ::Catch::Detail::stringify(static_cast<typename std::underlying_type<E>::type>(e));
143 } // namespace Detail
    [all...]
catch_approx.h 16 namespace Detail {
118 } // end namespace Detail
121 Detail::Approx operator "" _a(long double val);
122 Detail::Approx operator "" _a(unsigned long long val);
126 struct StringMaker<Catch::Detail::Approx> {
127 static std::string convert(Catch::Detail::Approx const& value);
catch_matchers_vector.h 19 namespace Detail {
56 return "Contains: " + ::Catch::Detail::stringify( m_comparator );
86 return "Contains: " + ::Catch::Detail::stringify( m_comparator );
110 return "Equals: " + ::Catch::Detail::stringify( m_comparator );
136 if (Detail::contains(lfirst, mid, *mid)) {
139 size_t num_vec = Detail::count(rfirst, rlast, *mid);
140 if (num_vec == 0 || Detail::count(lfirst, llast, *mid) != num_vec) {
149 return "UnorderedEquals: " + ::Catch::Detail::stringify(m_target);
catch_tostring.cpp 30 namespace Detail {
122 return ::Catch::Detail::stringify(std::string{ str });
128 return ::Catch::Detail::stringify(std::string{ str });
135 return ::Catch::Detail::stringify(std::string{ str });
148 return ::Catch::Detail::stringify(s);
159 return ::Catch::Detail::stringify(std::wstring{ str });
166 return ::Catch::Detail::stringify(std::wstring{ str });
175 return ::Catch::Detail::stringify(static_cast<long long>(value));
178 return ::Catch::Detail::stringify(static_cast<long long>(value));
183 if (value > Detail::hexThreshold)
    [all...]
catch_objc.hpp 59 namespace Detail{
92 std::string name = Detail::getAnnotation( cls, "Name", testCaseName );
93 std::string desc = Detail::getAnnotation( cls, "Description", testCaseName );
135 return "equals string: " + Catch::Detail::stringify( m_substr );
148 return "contains string: " + Catch::Detail::stringify( m_substr );
161 return "starts with: " + Catch::Detail::stringify( m_substr );
173 return "ends with: " + Catch::Detail::stringify( m_substr );
  /external/grpc-grpc/src/csharp/Grpc.Core/
Status.cs 22 /// Represents RPC result, which consists of <see cref="StatusCode"/> and an optional detail string.
37 readonly string detail; field in struct:Grpc.Core.Status
43 /// <param name="detail">Detail.</param>
44 public Status(StatusCode statusCode, string detail)
47 this.detail = detail;
62 /// Gets the detail.
64 public string Detail
68 return detail;
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault12.java 47 public Node Detail;
66 this.detail = this.Detail;
89 } else if (name.toLowerCase().equals("Detail".toLowerCase())) {
90 this.Detail = new Node();
91 this.Detail.parse(parser);
127 if (this.Detail != null) {
128 xw.startTag(SoapEnvelope.ENV2003, "Detail");
129 this.Detail.write(xw);
130 xw.endTag(SoapEnvelope.ENV2003, "Detail");
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/extension_user/
extension_user.pb.go 163 type Detail struct {
170 func (m *Detail) Reset() { *m = Detail{} }
171 func (m *Detail) String() string { return proto.CompactTextString(m) }
172 func (*Detail) ProtoMessage() {}
173 func (*Detail) Descriptor() ([]byte, []int) {
177 func (m *Detail) XXX_Unmarshal(b []byte) error {
180 func (m *Detail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
183 func (m *Detail) XXX_Merge(src proto.Message) {
186 func (m *Detail) XXX_Size() int
    [all...]
  /external/tensorflow/tensorflow/core/util/
stats_calculator.h 156 struct Detail {
166 const std::map<std::string, Detail>& GetDetails() const { return details_; }
174 std::vector<const Detail*>* details) const;
177 std::string ColumnString(const Detail& detail,
184 std::map<std::string, Detail> details_;
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
EchoMessages.cs 51 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.DebugInfo), global::Grpc.Testing.DebugInfo.Parser, new[]{ "StackEntries", "Detail" }, null, null, null),
111 /// <summary>Field number for the "detail" field.</summary>
115 public string Detail {
136 if (Detail != other.Detail) return false;
144 if (Detail.Length != 0) hash ^= Detail.GetHashCode();
159 if (Detail.Length != 0) {
161 output.WriteString(Detail);
172 if (Detail.Length != 0)
    [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]
  /external/bcc/tests/cc/
catch.hpp     [all...]
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 138 milliseconds