Searched
refs:string (Results
4676 -
4700 of
46739) sorted by null
<<181182183184185186187188189190>>
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/ |
| NativeCompilandSymbol.h | 29 std::string getLibraryName() const override; 30 std::string getName() const override;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/ |
| PDBSymbolCompiland.h | 14 #include <string> 36 std::string getSourceFileName() const;
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/ |
| sample_trie_access_traits.hpp | 50 typedef std::string key_type; 54 typedef std::string::const_iterator const_iterator;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/ |
| sample_trie_access_traits.hpp | 50 typedef std::string key_type; 54 typedef std::string::const_iterator const_iterator;
|
| /prebuilts/go/darwin-x86/doc/progs/ |
| timeout2.go | 7 type Conn string 9 func (c Conn) DoQuery(query string) Result { 13 type Result string 15 func Query(conns []Conn, query string) Result {
|
| /prebuilts/go/darwin-x86/test/fixedbugs/ |
| bug149.go | 11 s1 := string(b1); 15 s2 := string(b2); 18 s3 := string(([]byte)(nil)); // does not compile (literal substitution of b2) 23 bug149.go:14: cannot convert []uint8 constant to string
|
| bug205.go | 10 var s string; 11 var m map[string]int; 15 println(s["hi"]); // ERROR "non-integer string index|must be integer" 16 println(m[0]); // ERROR "cannot use.*as type string"
|
| bug227.go | 12 m = map[string]string{"a": "A"} 17 func look(s string) (string, bool) {
|
| bug501.go | 12 func F(s string) (string, error) { 16 func G(a, b, c string) (string, error) {
|
| issue15311.go | 13 toInt map[string]int 14 toString map[int]string 18 foo.toInt: make(map[string]int), // ERROR "field name" 19 bar.toString: make(map[int]string), // ERROR "field name"
|
| issue22605.go | 13 func f(m map[string]int) int { 17 func g(m map[[8]string]int) int { 20 return m[a.Interface().([8]string)] 24 m := map[[8]string]int{}
|
| issue7675.go | 11 func f(string, int, float64, string) 13 func g(string, int, float64, ...string)
|
| /prebuilts/go/darwin-x86/test/fixedbugs/issue19548.dir/ |
| a.go | 9 func (m Mode) String() string { return "mode string" } 13 String() string 20 // force compilation of the (*Mode).String() wrapper 24 func String() string { 25 return global.String() + Mode(0).String() [all...] |
| /prebuilts/go/darwin-x86/test/ |
| inline_variadic.go | 12 func head(xs ...string) string { // ERROR "can inline head" "leaking param: xs to result" 16 func f() string { // ERROR "can inline f" 17 x := head("hello", "world") // ERROR "inlining call to head" "\[\]string literal does not escape"
|
| method1.go | 14 func (t *T) M(int, string) // GCCGO_ERROR "previous" 20 func f(int, string) // GCCGO_ERROR "previous" 23 func g(a int, b string) // GCCGO_ERROR "previous" 24 func g(a int, c string) // ERROR "redeclared|redefinition"
|
| /prebuilts/go/linux-x86/doc/progs/ |
| timeout2.go | 7 type Conn string 9 func (c Conn) DoQuery(query string) Result { 13 type Result string 15 func Query(conns []Conn, query string) Result {
|
| /prebuilts/go/linux-x86/test/fixedbugs/ |
| bug149.go | 11 s1 := string(b1); 15 s2 := string(b2); 18 s3 := string(([]byte)(nil)); // does not compile (literal substitution of b2) 23 bug149.go:14: cannot convert []uint8 constant to string
|
| bug205.go | 10 var s string; 11 var m map[string]int; 15 println(s["hi"]); // ERROR "non-integer string index|must be integer" 16 println(m[0]); // ERROR "cannot use.*as type string"
|
| bug227.go | 12 m = map[string]string{"a": "A"} 17 func look(s string) (string, bool) {
|
| bug501.go | 12 func F(s string) (string, error) { 16 func G(a, b, c string) (string, error) {
|
| issue15311.go | 13 toInt map[string]int 14 toString map[int]string 18 foo.toInt: make(map[string]int), // ERROR "field name" 19 bar.toString: make(map[int]string), // ERROR "field name"
|
| issue22605.go | 13 func f(m map[string]int) int { 17 func g(m map[[8]string]int) int { 20 return m[a.Interface().([8]string)] 24 m := map[[8]string]int{}
|
| issue7675.go | 11 func f(string, int, float64, string) 13 func g(string, int, float64, ...string)
|
| /prebuilts/go/linux-x86/test/fixedbugs/issue19548.dir/ |
| a.go | 9 func (m Mode) String() string { return "mode string" } 13 String() string 20 // force compilation of the (*Mode).String() wrapper 24 func String() string { 25 return global.String() + Mode(0).String() [all...] |
| /prebuilts/go/linux-x86/test/ |
| inline_variadic.go | 12 func head(xs ...string) string { // ERROR "can inline head" "leaking param: xs to result" 16 func f() string { // ERROR "can inline f" 17 x := head("hello", "world") // ERROR "inlining call to head" "\[\]string literal does not escape"
|
Completed in 1253 milliseconds
<<181182183184185186187188189190>>