Searched defs:string_node (Results 1 – 2 of 2) sorted by relevance
50 typedef struct string_node { struct52 struct string_node *next; argument
90 NodeDef* string_node = AddScalarConstNode<StringPiece>("hello", &graph); in TEST() local