OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstructNonNull
(Results
1 - 7
of
7
) sorted by null
/external/chromium/testing/gtest/include/gtest/internal/
gtest-string.h
200
ConstructNonNull
(a_c_str, strlen(a_c_str));
209
ConstructNonNull
(buffer, a_length);
227
ConstructNonNull
(str.c_str(), str.length());
234
ConstructNonNull
(str.c_str(), str.length());
290
ConstructNonNull
(rhs.c_str(), rhs.length());
300
//
ConstructNonNull
(NULL, 0) results in an empty string ("").
301
//
ConstructNonNull
(NULL, non_zero) is undefined behavior.
302
void
ConstructNonNull
(const char* buffer, size_t a_length) {
/external/gtest/include/gtest/internal/
gtest-string.h
200
ConstructNonNull
(a_c_str, strlen(a_c_str));
209
ConstructNonNull
(buffer, a_length);
227
ConstructNonNull
(str.c_str(), str.length());
234
ConstructNonNull
(str.c_str(), str.length());
290
ConstructNonNull
(rhs.c_str(), rhs.length());
300
//
ConstructNonNull
(NULL, 0) results in an empty string ("").
301
//
ConstructNonNull
(NULL, non_zero) is undefined behavior.
302
void
ConstructNonNull
(const char* buffer, size_t a_length) {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-string.h
200
ConstructNonNull
(a_c_str, strlen(a_c_str));
209
ConstructNonNull
(buffer, a_length);
227
ConstructNonNull
(str.c_str(), str.length());
234
ConstructNonNull
(str.c_str(), str.length());
290
ConstructNonNull
(rhs.c_str(), rhs.length());
300
//
ConstructNonNull
(NULL, 0) results in an empty string ("").
301
//
ConstructNonNull
(NULL, non_zero) is undefined behavior.
302
void
ConstructNonNull
(const char* buffer, size_t a_length) {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h
200
ConstructNonNull
(a_c_str, strlen(a_c_str));
209
ConstructNonNull
(buffer, a_length);
227
ConstructNonNull
(str.c_str(), str.length());
234
ConstructNonNull
(str.c_str(), str.length());
290
ConstructNonNull
(rhs.c_str(), rhs.length());
300
//
ConstructNonNull
(NULL, 0) results in an empty string ("").
301
//
ConstructNonNull
(NULL, non_zero) is undefined behavior.
302
void
ConstructNonNull
(const char* buffer, size_t a_length) {
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-string.h
198
ConstructNonNull
(c_str, strlen(c_str));
207
ConstructNonNull
(buffer, length);
226
ConstructNonNull
(str.c_str(), str.length());
234
ConstructNonNull
(str.c_str(), str.length());
288
ConstructNonNull
(rhs.c_str(), rhs.length());
298
//
ConstructNonNull
(NULL, 0) results in an empty string ("").
299
//
ConstructNonNull
(NULL, non_zero) is undefined behavior.
300
void
ConstructNonNull
(const char* buffer, size_t length) {
/external/protobuf/gtest/include/gtest/internal/
gtest-string.h
198
ConstructNonNull
(c_str, strlen(c_str));
207
ConstructNonNull
(buffer, length);
226
ConstructNonNull
(str.c_str(), str.length());
234
ConstructNonNull
(str.c_str(), str.length());
288
ConstructNonNull
(rhs.c_str(), rhs.length());
298
//
ConstructNonNull
(NULL, 0) results in an empty string ("").
299
//
ConstructNonNull
(NULL, non_zero) is undefined behavior.
300
void
ConstructNonNull
(const char* buffer, size_t length) {
/external/ceres-solver/internal/ceres/gtest/
gtest.h
[
all
...]
Completed in 724 milliseconds