HomeSort by relevance Sort by last modified time
    Searched refs:ObjectMapper (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
JSON.h 23 /// types. See fromJSON(), ObjectMapper, and the class comment on Value.
260 /// ObjectMapper can help writing fromJSON() functions for object types.
637 /// ObjectMapper O(E);
644 class ObjectMapper {
646 ObjectMapper(const Value &E) : O(E.getAsObject()) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
JSONTest.cpp 343 ObjectMapper O(E);

Completed in 762 milliseconds