OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto_string
(Results
1 - 11
of
11
) sorted by null
/external/chromium/net/socket/
ssl_client_socket.cc
15
const std::string&
proto_string
) {
16
if (
proto_string
== "http1.1" ||
proto_string
== "http/1.1") {
18
} else if (
proto_string
== "spdy/1") {
20
} else if (
proto_string
== "spdy/2") {
ssl_client_socket.h
89
static NextProto NextProtoFromString(const std::string&
proto_string
);
/external/chromium_org/sync/syncable/
syncable_proto_util.cc
11
syncable::Id SyncableIdFromProto(const std::string&
proto_string
) {
12
return syncable::Id::CreateFromServerId(
proto_string
);
syncable_proto_util.h
21
syncable::Id SyncableIdFromProto(const std::string&
proto_string
);
/external/chromium_org/net/socket/
ssl_client_socket.cc
26
const std::string&
proto_string
) {
27
if (
proto_string
== "http1.1" ||
proto_string
== "http/1.1") {
29
} else if (
proto_string
== "spdy/2") {
31
} else if (
proto_string
== "spdy/3") {
33
} else if (
proto_string
== "spdy/3.1") {
35
} else if (
proto_string
== "spdy/4a2") {
37
} else if (
proto_string
== "HTTP-draft-04/2.0") {
39
} else if (
proto_string
== "quic/1+spdy/3") {
ssl_client_socket.h
99
static NextProto NextProtoFromString(const std::string&
proto_string
);
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
866
std::string
proto_string
=
local
[
all
...]
/external/chromium_org/v8/src/
ast.cc
197
isolate->heap()->
proto_string
()->Equals(String::cast(k))) {
[
all
...]
heap.h
202
V(
proto_string
, "__proto__") \
[
all
...]
heap-snapshot-generator.cc
[
all
...]
runtime.cc
[
all
...]
Completed in 213 milliseconds