Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test_runner.cc76 #define STRINGIFY(x) #x macro
77 #define TOSTRING(x) STRINGIFY(x)
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h677 #ifndef STRINGIFY
679 #define STRINGIFY(s) STRINGIFY2(s) macro
682 #define PDX_ERROR_PREFIX "[" __FILE__ ":" STRINGIFY(__LINE__) "]"