Home
last modified time | relevance | path

Searched refs:custom_value (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_config_unittest.cc340 std::unique_ptr<Value> custom_value( in TEST() local
342 DCHECK(custom_value); in TEST()
344 is_dict = custom_value->GetAsDictionary(&custom_dict); in TEST()
/external/fmtlib/test/
Dcore-test.cc245 bool operator==(custom_value<Char> lhs, custom_value<Char> rhs) { in operator ==()
/external/fmtlib/include/fmt/
Dcore.h1042 template <typename Context> struct custom_value {
1067 custom_value<Context> custom;
1279 explicit handle(detail::custom_value<Context> custom) : custom_(custom) {}
1287 detail::custom_value<Context> custom_;