Home
last modified time | relevance | path

Searched defs:skip_comments (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openscreen/tools/cddl/
H A Dparse.cc94 void SkipWhitespace(Parser* p, bool skip_comments = true) { in SkipWhitespace()
671 AstNode* ParseType(Parser* p, bool skip_comments) { in ParseType()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dgenerate_test_code.py572 def skip_comments(line, stream): function
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dgenerate_test_code.py572 def skip_comments(line, stream): function
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Dtext_format.py1288 def __init__(self, lines, skip_comments=True): argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py1288 def __init__(self, lines, skip_comments=True): argument
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp11948 const bool skip_comments = false) in parser()