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 103 buffer_type open_brace_token; member in struct:interface_type
aidl_language_y.y 171 c->open_brace_token = $3.buffer;
aidl.cpp 843 iface->open_brace_token.lineno = lineno;
844 iface->open_brace_token.data = strdup("{");
    [all...]

Completed in 1064 milliseconds