Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dobject_lifetime_validation.h138 …bool ValidateObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type, bool null_all… in ValidateObject() function
/aosp_15_r20/external/grpc-grpc/test/core/json/
H A Djson_test.cc42 void ValidateObject(const Json::Object& actual, const Json::Object& expected) { in ValidateObject() function
/aosp_15_r20/external/libchrome/components/json_schema/
H A Djson_schema_validator.cc593 void JSONSchemaValidator::ValidateObject(const base::DictionaryValue* instance, in ValidateObject() function in JSONSchemaValidator