Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Djson_object_matcher.h88 …explicit HasJsonPropertyMatcher(JsonProperty<PropertyType> property) : property_(std::move(propert… in HasJsonPropertyMatcher() function
90HasJsonPropertyMatcher(const char *key, testing::Matcher<PropertyType> valueMatcher) : property_ {… in HasJsonPropertyMatcher() function