Searched defs:stringLiteral (Results 1 – 7 of 7) sorted by relevance
59 @Test public void stringLiteral() { in stringLiteral() method in UtilTest68 void stringLiteral(String string) { in stringLiteral() method in UtilTest72 void stringLiteral(String expected, String value, String indent) { in stringLiteral() method in UtilTest
336 type stringLiteral struct { struct337 env *Env338 contents string341 func (s stringLiteral) String() (string, error) {345 func (stringLiteral) Index(_ string) (Object, error) {349 func (stringLiteral) Search(_ acvp.Query) (Object, error) {353 func (s stringLiteral) Action(action string, args []string) error {
123 public static CodeBlock stringLiteral(String toWrap) { in stringLiteral() method in CodeBlocks
393 StringLiteral stringLiteral = rewrite.getAST().newStringLiteral(); in createAnnotationValue() local
125 #define darray_append_lit(arr, stringLiteral) do { \ argument
892 const internal::VariadicDynCastAllOfMatcher<Stmt, StringLiteral> stringLiteral; variable
1660 StringLiteral> stringLiteral; variable