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

  /frameworks/base/tools/aidl/
aidl_language.h 90 buffer_type open_brace_token; member in struct:interface_type
aidl_language_y.y 128 c->open_brace_token = $3.buffer;
aidl.cpp 732 iface->open_brace_token.lineno = lineno;
733 iface->open_brace_token.data = strdup("{");

Completed in 20 milliseconds