Home
last modified time | relevance | path

Searched defs:stringLiteral (Results 1 – 9 of 9) sorted by relevance

/external/javapoet/src/test/java/com/squareup/javapoet/
DUtilTest.java59 @Test public void stringLiteral() { in stringLiteral() method in UtilTest
68 void stringLiteral(String string) { in stringLiteral() method in UtilTest
72 void stringLiteral(String expected, String value, String indent) { in stringLiteral() method in UtilTest
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DUtilTest.kt59 @Test fun stringLiteral() { in stringLiteral() method in com.squareup.kotlinpoet.UtilTest
192 private fun stringLiteral(string: String) = stringLiteral(string, string) method in com.squareup.kotlinpoet.UtilTest
194 private fun stringLiteral(expected: String, value: String) = method in com.squareup.kotlinpoet.UtilTest
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go336 type stringLiteral struct { struct
337 env *Env
338 contents string
341 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 {
/external/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go336 type stringLiteral struct { struct
337 env *Env
338 contents string
341 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 {
/external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go336 type stringLiteral struct { struct
337 env *Env
338 contents string
341 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 {
/external/dagger2/java/dagger/internal/codegen/javapoet/
DCodeBlocks.java131 public static CodeBlock stringLiteral(String toWrap) { in stringLiteral() method in CodeBlocks
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java393 StringLiteral stringLiteral = rewrite.getAST().newStringLiteral(); in createAnnotationValue() local
/external/libxkbcommon/src/
Ddarray.h125 #define darray_append_lit(arr, stringLiteral) do { \ argument
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1660 StringLiteral> stringLiteral; variable