OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateByteString
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc
150
StunAttribute::
CreateByteString
(STUN_ATTR_MAGIC_COOKIE);
156
StunAttribute::
CreateByteString
(STUN_ATTR_USERNAME);
467
StunAttribute::
CreateByteString
(STUN_ATTR_DATA);
510
StunAttribute::
CreateByteString
(STUN_ATTR_DATA);
relayserver.cc
63
StunAttribute::
CreateByteString
(cricket::STUN_ATTR_MAGIC_COOKIE);
422
StunAttribute::
CreateByteString
(cricket::STUN_ATTR_MAGIC_COOKIE);
495
StunAttribute::
CreateByteString
(cricket::STUN_ATTR_MAGIC_COOKIE);
605
StunAttribute::
CreateByteString
(cricket::STUN_ATTR_MAGIC_COOKIE);
617
StunAttribute::
CreateByteString
(STUN_ATTR_DATA);
relayport.cc
578
StunAttribute::
CreateByteString
(STUN_ATTR_MAGIC_COOKIE);
584
StunAttribute::
CreateByteString
(STUN_ATTR_USERNAME);
604
StunAttribute::
CreateByteString
(STUN_ATTR_DATA);
789
StunAttribute::
CreateByteString
(STUN_ATTR_USERNAME);
stun.h
241
static StunByteStringAttribute*
CreateByteString
(uint16_t type);
stun_unittest.cc
[
all
...]
stun.cc
475
StunByteStringAttribute* StunAttribute::
CreateByteString
(uint16_t type) {
/external/flatbuffers/tests/
go_test.go
678
// test 6c:
CreateByteString
681
b.
CreateByteString
([]byte("foo"))
683
b.
CreateByteString
([]byte("moop"))
[
all
...]
/external/flatbuffers/go/
builder.go
319
//
CreateByteString
writes a byte slice as a string (null-terminated).
320
func (b *Builder)
CreateByteString
(s []byte) UOffsetT {
Completed in 202 milliseconds