Searched defs:source_string (Results 1 – 7 of 7) sorted by relevance
60 def _compile(compiler, source_string): argument73 def _expect_compile(compiler, source_string, error_message): argument
61 std::string source_string = protobuf_to_string(source_protobuf); in DEFINE_BINARY_PROTO_FUZZER() local
144 std::string source_string = in LLVMFuzzerTestOneInput() local
52 void TokenizeByChar(const string& source_string, int c, in TokenizeByChar()
13 def stringify_tokens_from_source(token_generator, source_string): argument
188 std::string source_string("to be or not to be"); in string_view_test() local
22 def stringify_tokens_from_source(token_generator, source_string): argument